Releases: hallister/semantic-react
Releases · hallister/semantic-react
0.10.0
Breaking changes:
- Changes to TS definitions to support new
@types. React.DOMAttributes changed toReact.DOMAttributes<HTMLElement>. Now@types/reactis required as dependency. This means version from typings (and from DT master) is not compatible now. Stick with 0.9 if you're using typings or DT master
0.9.0
Breaking changes:
- Reworked animation component, now the lib uses CSS transitions from semantic-ui, removed react-motion. This should help with performance
- Removed initialAnimation, enterAnimation, leaveAnimation, onAnimationStyle old props
- Added enter, leave, enterDuration, leaveDuration animation props instead
- Removed animation from accordion (temporary), removed animating prop from accordion
Updated deps
Removed react-addons-shallow-compare
0.8.3
- Markup fix with
rightFloatedComponentin ListItem (thanks @Starefossen) - Do not stop propagating of click event in MenuItem
0.8.1
0.8.0
- Reworked Rating component breaking changes
- Step component (thanks @chris--jones)
- Modal has close animation by default (thanks @jimmyn)
- allowAdditions in Select (thanks @jimmyn)
- MenuItem can be disabled now (thanks @jimmyn)