This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Releases: Tripwire/octagon
Releases · Tripwire/octagon
v11.2.0
v11.1.0
v11.0.0
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
v10.0.0
10.0.0 (2018-04-30)
Bug Fixes
- LeftNav: remove evil styles, allow class extension (605a439)
BREAKING CHANGES
- LeftNav: 100vh & friends were evil styles that would work in very few apps. remove nav height positioning assumptions from component. consuming apps should now provide a className onto LeftNav to set height