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

Releases: Tripwire/octagon

v3.6.1

03 Mar 23:28
Compare
Choose a tag to compare

<a name"3.6.1">

3.6.1 (2017-03-03)

Bug Fixes

  • fonts: drop dupelicate font ref (27a9d4a0)

v3.6.0

03 Mar 22:41
Compare
Choose a tag to compare

<a name"3.6.0">

3.6.0 (2017-03-03)

Features

  • pkg: embed fonts in distribution, tidy build process (64b20831)

v3.5.0

03 Mar 21:08
Compare
Choose a tag to compare

<a name"3.5.0">

3.5.0 (2017-03-03)

Bug Fixes

Features

  • fonts: migrate to dependency approach (8f938fa7)

v3.4.0

02 Mar 18:00
Compare
Choose a tag to compare

<a name"3.4.0">

3.4.0 (2017-03-02)

Features

v3.3.0

02 Mar 17:51
Compare
Choose a tag to compare

<a name"3.3.0">

3.3.0 (2017-03-02)

Bug Fixes

Features

v3.2.0

24 Feb 03:12
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2017-02-24)

Features

v3.1.0

22 Feb 18:04
Compare
Choose a tag to compare

<a name"3.1.0">

3.1.0 (2017-02-22)

Bug Fixes

Features

  • controls: add pagination controls (1580076c)

v3.0.2

21 Feb 18:11
Compare
Choose a tag to compare

<a name"3.0.2">

3.0.2 (2017-02-21)

Bug Fixes

  • pkg: storybook instructions in docs (e5220b13)

v3.0.1

18 Feb 20:05
Compare
Choose a tag to compare

<a name"3.0.1">

3.0.1 (2017-02-18)

Bug Fixes

v3.0.0

18 Feb 19:31
Compare
Choose a tag to compare

<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)