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

Problem with encoding in 0.18.0 #104

Closed
lgordey opened this issue Feb 1, 2018 · 4 comments
Closed

Problem with encoding in 0.18.0 #104

lgordey opened this issue Feb 1, 2018 · 4 comments

Comments

@lgordey
Copy link

lgordey commented Feb 1, 2018

input:

<Button>Push &lt; Me</Button>;

output:

buble@v0.16.0

React.createElement( Button, null, "Push < Me" );

buble@v0.18.0

React.createElement( Button, null, "Push &lt; Me" );
@adrianheine
Copy link
Member

I broke this in 16675bb.

@diegohaz
Copy link

diegohaz commented Feb 6, 2018

Thanks, @adrianheine. Can we have a new release?

@adrianheine
Copy link
Member

I'm working on it.

@adrianheine
Copy link
Member

I just released 0.19.0.

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