Skip to content

Releases: hallister/semantic-react

0.10.0

29 Oct 00:16
Compare
Choose a tag to compare

Breaking changes:

  • Changes to TS definitions to support new @types. React.DOMAttributes changed to React.DOMAttributes<HTMLElement>. Now @types/react is 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

28 Oct 01:02
Compare
Choose a tag to compare

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

07 Aug 22:35
Compare
Choose a tag to compare
  • Markup fix with rightFloatedComponent in ListItem (thanks @Starefossen)
  • Do not stop propagating of click event in MenuItem

0.8.1

31 Jul 20:18
Compare
Choose a tag to compare
  • Breadcrumb component, #25

0.8.0

31 Jul 01:26
Compare
Choose a tag to compare
  • 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)