This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
Releases: Tripwire/octagon
Releases · Tripwire/octagon
v3.6.1
v3.6.0
v3.5.0
v3.4.0
v3.3.0
v3.2.0
v3.1.0
v3.0.2
v3.0.1
v3.0.0
<a name"3.0.0">
3.0.0 (2017-02-18)
Bug Fixes
- storybook: build lib before buildong storybook (adc729c5)
Features
- pkg: partition suir components vs custom on disk & in exports (3de7416b)
- stories: add initial components and scaffolding for import from proto (d16854b2)
Breaking Changes
- it was discussed that a clear distinction should be made between 3rd party content and our own.
import Card from 'react-octagon/lib/components/suir/card/Card'
import { Card } from 'react-octagon/lib/index'
(3de7416b)