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

v3.0.0

Compare
Choose a tag to compare
@wa11-e wa11-e released this 18 Feb 19:31

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