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

Releases: Tripwire/octagon

v11.2.0

23 May 04:03
Compare
Choose a tag to compare

11.2.0 (2018-05-23)

Features

  • Layout: add layout region inputs (2cf4ab4)

v11.1.0

22 May 16:09
Compare
Choose a tag to compare

11.1.0 (2018-05-22)

Features

  • LargeCardKeyValue: add renderValue function (6602db6)

v11.0.0

08 May 19:58
Compare
Choose a tag to compare

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

30 Apr 17:41
217d53e
Compare
Choose a tag to compare

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

v9.0.3

30 Apr 17:40
d6343b9
Compare
Choose a tag to compare

9.0.3 (2018-04-30)

Bug Fixes

  • LargeCard: document Gutter (2ade22f)

v9.0.2

27 Apr 19:42
cadfa6d
Compare
Choose a tag to compare

9.0.2 (2018-04-27)

Bug Fixes

  • TopNav: accept handled props on root nodes (585399b)

v9.0.1

27 Apr 18:35
19fd950
Compare
Choose a tag to compare

9.0.1 (2018-04-27)

Bug Fixes

  • LeftNav: correct pointer, padding, and topmost margin (3d0bd4e)

v9.0.0

25 Apr 23:26
ac5a26e
Compare
Choose a tag to compare

9.0.0 (2018-04-25)

Features

  • pkg: bump suir to 0.79.1 (4b5073d)

BREAKING CHANGES

v8.4.0

21 Feb 17:45
0a3deff
Compare
Choose a tag to compare

8.4.0 (2018-02-21)

Features

  • namespacing: Namespace Native Octagon Components to avoid collisions (#168) (0a3deff)

v8.3.0

07 Feb 01:06
2d3b4df
Compare
Choose a tag to compare

8.3.0 (2018-02-07)

Features

  • pagination: Add data-hooks (66acd67)