Releases: Tripwire/octagon
Releases · Tripwire/octagon
v15.1.1
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
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
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
15.0.1 (2018-07-26)
Bug Fixes
- ThinCard: Fix style bug introduced by previous change (#265) (29465fe)
v15.0.0
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
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
13.1.2 (2018-07-26)
Bug Fixes
- ThinCard: Stop passing "expanded" prop to inner div (c8e773d), closes #258
v13.1.1
13.1.1 (2018-07-25)
Bug Fixes
- theme: support fa5 with latest vars/overrides from sui 2.3 (053b179)
v13.0.0
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.