Skip to content

Latest commit

 

History

History
137 lines (88 loc) · 6.3 KB

CHANGELOG.md

File metadata and controls

137 lines (88 loc) · 6.3 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.3.0 (2018-07-23)

Bug Fixes

  • table: fix text cell white space wrap (04feeb1)

Features

1.2.4 (2018-07-13)

1.2.3 (2018-07-12)

Bug Fixes

  • table: allow dynamic values to be visible (2260bb2)
  • styled types path not found (108a9fe)

1.2.2 (2018-07-10)

1.2.1 (2018-07-09)

1.2.0 (2018-07-09)

Features

  • table: add cell component (2676958)
  • table: add header cell component (655e6b8)
  • table: add text cell component (bb75c36)
  • table: export width args interface (a42cf0f)
  • utilities: add compose function (e992f93)
  • utilities: add min helper function (8758039)
  • utilities: add percentage helper (3f133ce)
  • utilities: this adds a max helper function (016bae6)

1.1.1 (2018-07-06)

Bug Fixes

  • fix dist typings in package json file (deb1f9e)

1.1.0 (2018-07-06)

Bug Fixes

  • fix Clickabel typo (f1fc108)
  • colors: fix color prop typings (b2c75e7)
  • table: fix table typings (60f9368)

Features

  • add colors section to storybook (4d6ddf6)
  • clickable: add clickable component (a5ddbf3)
  • colors: add color values from UI kit (d428d2c)
  • table: add column component (6550051)
  • table: this introduces the table wrapping component (3810938)
  • tsconfig: add es2017 lib to tsconfig (917321b)

1.0.0 (2018-04-18)

Bug Fixes

  • badge assets path (1f15d61)
  • jest config and merge conflicts (e492d6c)
  • package.json main path (e6ec6c2)
  • buttonbadge: change form button to button role (e846642)

Features

  • badgebutton: add badge button component (dcbc823)
  • badgebutton: add on click property to badgebutton (9acdadc)
  • change directory structure (a861ec2)
  • implement badge button component (b5d06cc)
  • specify badge properties (e5d060a)

BREAKING CHANGES

  • directory structure changed, badge is no more exported as a default.

0.2.0 (2018-04-06)

Bug Fixes

Features

  • ci: setup CI via Jenkinsfile (841365d)
  • add badge docs and assets (b794c31)
  • add GH pages (b1adbd1)
  • add jenkinsfile lint stage (ec787b1)
  • implement badge component (4e70e41)
  • script to generate component (44785a2)
  • use shared tslint-config (8cc5760)

0.1.0 (2018-03-21)

Features