Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog #6

Closed
hudochenkov opened this issue Aug 24, 2017 · 7 comments
Closed

Changelog #6

hudochenkov opened this issue Aug 24, 2017 · 7 comments

Comments

@hudochenkov
Copy link

Thank you for your library!

What are breaking (and non-breaking) changes in v2? I can't find changelog anywhere. Would you mind add it, please?

@slmgc
Copy link
Owner

slmgc commented Aug 24, 2017

@hudochenkov hey :)
There were some breaking API changes and I agree, I need to add a changelog. I will try to do this within the next few days.

As for now, you can probably use the link to the latest v1 "How to use" section as it lists all the parameters and shows some usage examples. Hope it helps!

@cawfeecoder
Copy link

I can't get React Hint to work with Infero :/ Keep getting a "Super must not be null" error in the console.

@slmgc
Copy link
Owner

slmgc commented Aug 26, 2017

@nfrush in order to use react-hint with Inferno, you need to install inferno-compat as it should have a compatible API, similar to React, as react-hint expects to see createElement & Component, when you initialize a new instance, e.g. ReactHintFactory({createElement, Component}):

import Inferno from 'inferno-compat'
import {ReactHintFactory} from 'react-hint'
import 'react-hint/css/index.css'
const ReactHint = ReactHintFactory(Inferno)

...

<div>
    <ReactHint events />
    <p data-rh="tooltip">Works with Inferno!</p>
</div>

@slmgc
Copy link
Owner

slmgc commented Sep 2, 2017

@hudochenkov added changelog

@slmgc slmgc closed this as completed Sep 2, 2017
@hudochenkov
Copy link
Author

Thank you very much!

@slmgc
Copy link
Owner

slmgc commented Aug 21, 2019

I am working on the next API, it's halfway there, but I would like to get as much feedback as possible about all the inconveniences with the current API and have a proper discussion around the new API. If you could join the discussion it would be awesome: #46

@hudochenkov
Copy link
Author

I wish I could help. I'm not working on a project which uses your library for a long time now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants