Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

v11.0.0

Compare
Choose a tag to compare
@wa11-e wa11-e released this 08 May 19:58
· 138 commits to master since this release

11.0.0 (2018-05-08)

Features

  • pkg: declare no sideEffects (d4022b4)
  • pkg: move semantic-ui-react to peerDependencies (9ab129c)
  • pkg: ship as es module (9b05448)
  • unstable: load unstable components in for consumption (588697f)

BREAKING CHANGES

  • pkg: code paths are now shallower, and users can import components via es6 std mechanisms, destructuring off the default library export, vs importing using fully qualified paths
  • pkg: consumers must now install semantic-ui-react into their
    own project and import components to their liking directly from that
    package