Skip to content

Latest commit

 

History

History
148 lines (75 loc) · 7.76 KB

CHANGELOG.md

File metadata and controls

148 lines (75 loc) · 7.76 KB

1.8.0 (2022-07-06)

Bug Fixes

Features

1.7.1 (2022-03-03)

Bug Fixes

  • import order for plop static pages (5ed9825)

1.7.0 (2022-02-25)

Bug Fixes

  • remove deprecated tailwind colors (3b34d1b)

Features

  • remove babelrc file, enable swc for next.js (221a2d1)

1.6.3 (2022-02-21)

Bug Fixes

  • accordion exported twice (82690ba)
  • ts error in accordion props (e3a918f)

1.6.2 (2022-01-11)

Bug Fixes

  • use correct return values for getProps functions, return props inside data (#8) (5ae666d)

1.6.1 (2021-10-28)

Bug Fixes

1.6.0 (2021-09-25)

Bug Fixes

Features

  • add new base component Select (28494e7)
  • add next eslint plugin (2125c74)
  • add sentry base config (9cf0420)
  • add sentry test button on index page (a662752)

1.5.0 (2021-09-18)

Features

  • add a11y testing to cypress (bb76164)
  • add a11y testing to jest (ed90ffb)
  • add storybook a11y panel (64b89bb)

1.4.0 (2021-09-18)

Features

1.3.0 (2021-09-16)

Features

  • add new script to package.json to run all ci steps in one command (99b4fc2)

1.2.0 (2021-09-15)

Bug Fixes

  • infer props types of baseStaticHandler (821e74a)

Features

1.1.1 (2021-09-15)

Bug Fixes

  • run test jobs in parallel (1b5ef82)

1.1.0 (2021-09-15)

Bug Fixes

Features

  • put seperate ci steps into jobs (ae8ca93)

1.0.0 (2021-09-15)

Bug Fixes

  • add next build and artificat upload to ci (9a99808)
  • rename cypress:test script name in ci (b808330)
  • update dependencies, fix i18n support (8e6c272)

Features