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

Releases: Tripwire/octagon

v15.1.1

21 Sep 21:00
Compare
Choose a tag to compare

15.1.1 (2018-09-21)

Bug Fixes

  • lockfile: was getting errors due to invalid lock file. this lock file should fix that. (66907ed)

v15.1.0

17 Sep 21:57
8ae3dc6
Compare
Choose a tag to compare

15.1.0 (2018-09-17)

Bug Fixes

  • example: add react-router to get NavLink working (5527c22)
  • example: remove obsolete comment (645af5d)
  • nav: fix unit tests, format code (1ace30a)

Features

  • nav: add NavLink support to SideNav.MenuItem (aab9c07)

v15.0.2

16 Aug 00:34
bf489dc
Compare
Choose a tag to compare

15.0.2 (2018-08-16)

Bug Fixes

  • LoginPane: Fix LoginPane example such that autoFocus is set to false, allow links to anchor to individual components. (#275) (bf489dc)

v15.0.1

26 Jul 22:20
29465fe
Compare
Choose a tag to compare

15.0.1 (2018-07-26)

Bug Fixes

  • ThinCard: Fix style bug introduced by previous change (#265) (29465fe)

v15.0.0

26 Jul 21:57
Compare
Choose a tag to compare

15.0.0 (2018-07-26)

Bug Fixes

  • test: patch snap png (4e2a1a5)
  • ThinCard: Fix property usage in ThinCard (8734b69), closes #261

BREAKING CHANGES

  • ThinCard: Consumers of ThinCard will need to update their property usage accordingly.

v14.0.0

26 Jul 21:43
Compare
Choose a tag to compare

14.0.0 (2018-07-26)

Bug Fixes

  • pkgs: handle unhandled props and keys (c6b8bc6)

Features

BREAKING CHANGES

  • SideNav: <LeftNav /> is no more. use <SideNav />.
    Transition will be painless--API is ~unchanged.

v13.1.2

26 Jul 15:41
Compare
Choose a tag to compare

13.1.2 (2018-07-26)

Bug Fixes

  • ThinCard: Stop passing "expanded" prop to inner div (c8e773d), closes #258

v13.1.1

25 Jul 23:01
Compare
Choose a tag to compare

13.1.1 (2018-07-25)

Bug Fixes

  • theme: support fa5 with latest vars/overrides from sui 2.3 (053b179)

v13.1.0

25 Jul 22:32
Compare
Choose a tag to compare

13.1.0 (2018-07-25)

Features

v13.0.0

25 Jul 21:37
Compare
Choose a tag to compare

13.0.0 (2018-07-25)

Code Refactoring

  • TopNav: remove non-value-add API, remove excess DOM, fix centering (2f80ff1)

BREAKING CHANGES

  • TopNav: <TopNav.Content /> props should not be used. Content automatically flows into place. A link prop is added to ease migration, which styles the last <TopNav.Content link /> to be white, as was previously occurring with the right aligned Content piece.