Skip to content

Latest commit

 

History

History
178 lines (87 loc) · 8.1 KB

CHANGELOG.md

File metadata and controls

178 lines (87 loc) · 8.1 KB

0.13.2 (2019-11-02)

Bug Fixes

  • text: change event type to ChangeEvent (c079fd3)
  • textinput: change event type to ChangeEvent (aea29a0)

0.13.1 (2019-10-31)

Bug Fixes

  • storybook: fix interfaces to allow storybook to read prop types (48e396c)

0.13.0 (2019-10-30)

Features

  • textinput: add placeholder for text input (f5d16b4)

0.12.0 (2019-10-21)

Features

  • select: add Select component (dd1186f), closes #64

0.11.0 (2019-10-16)

Features

  • checkboxes: add ability to click on label to select (b93a757), closes #62
  • checkboxes: adds Checkbox component (e0f0930), closes #62

0.10.0 (2019-10-14)

Bug Fixes

  • deps: updates react-bootstrap dependency (1bbee34)
  • test: fixes other tests (ce560b0)

Features

  • switch: add Switch component (dc6667c), closes #69
  • switch: removes name from props (b4bc81c), closes #69

0.9.0 (2019-10-14)

Bug Fixes

  • navbar: changed the code to be more dynamically (753c6c4)
  • navbar: code modified (c23b339)

Features

  • navbar: add Navbar component (3190238)
  • navbar: adds unit test (2e46f90)

0.8.0 (2019-10-13)

Features

  • radios: adds radio component (2e91b6a), closes #63

0.7.0 (2019-10-13)

Features

  • textinput: adds TextInput component (b2200bb), closes #20

0.6.0 (2019-10-12)

Bug Fixes

  • alerts: adds module export (b9f9487)
  • alerts: changes path to components in alert story (9a41e56)
  • alerts: little fixes (75cf927)
  • test: replaces dist with src in tests (dddf357)

Features

  • alerts: adds Alert component (135a750)

0.5.0 (2019-10-06)

Features

  • text: adds text field component (d4b3928)

0.4.5 (2019-10-04)

Bug Fixes

  • toolchain: adds custom tsconfig for storybook build (951c5c0), closes #55
  • toolchain: fixes issue with storybook not properly building (70ce357), closes #55
  • toolchain: fixes issue with storybook not properly building (b6708ae), closes #55
  • toolchain: reverts mapped path due to netlify crash (4f2d1fc), closes #55

0.4.4 (2019-10-04)

Bug Fixes

  • toolchain: fixes storybook static build (a72d9fb)

0.4.3 (2019-10-01)

Bug Fixes

  • toolchain: removes storybook-build after tests (0099d91)

0.4.2 (2019-10-01)

Bug Fixes

  • toolchain: fixes storybook build (d88f8c8)
  • toolchain: fixes tsconfig, eslint, prettier and tsdx (f130a9e)

0.4.1 (2019-10-01)

Bug Fixes

  • imports: reduces bundle size using specific modules imports (3097e19)

0.4.0 (2019-09-30)

Features

0.3.0 (2019-09-30)

Features

  • toolchain: adds commit script (6639d28)

0.2.0 (2019-09-27)

Bug Fixes

  • ci: changes to fix deprecation warning about prepublish (d2da681)
  • storybook: improves toaster storybook (d6a2c0e)
  • toolchain: adds some typescript-eslint dev deps and pretest script (dc6def4)

Features

  • buttons: adds Button component (34314ef), closes #19
  • buttons: adds icon functionality to buttons (95cdc7a), closes #19
  • icons: adds Icon component wrapper around fontawesome" (aabd1a1), closes #19
  • storybook: adds confirm component in storybook (3167f35)

0.1.8 (2019-09-27)

Bug Fixes

  • dep: adds .npmrc to the project (0230456)