2.0.0 #10
ncpa0cpl
announced in
Announcements
2.0.0
#10
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Changes
Features:
{condition && <div />}
)Bug-fixes:
true
E.g. JSX<div hidden={undefined} />
would get parsed to this html<div hidden />
, now it's correctly being ignored)BREAKING CHANGES
As the typings were being refactored, some type names changed and some of the typings were moved from the JSX namespace into the JSXTE namespace.
This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions