Skip to content

Releases: palmetto/palmetto-components

v0.3.2

01 Sep 21:58
Compare
Choose a tag to compare

0.3.2 (2020-09-01)

Bug Fixes

  • Upgrade Semantic Release (4cfd152)

v0.3.1

27 Aug 20:38
7b093c0
Compare
Choose a tag to compare

0.3.1 (2020-08-27)

Bug Fixes

  • changing npm scripts to yarn in semantic workflow. (e4f3692)
  • removing lock from yarn install on CI. (57fa4bf)

Release 0.3.0 -- Table

24 Aug 13:56
eddecd5
Compare
Choose a tag to compare
  • Added Table component.
  • Improved Test coverage.
  • Improved API for forms/ form labels.

Release v0.2.0

17 Aug 20:50
dbd20f0
Compare
Choose a tag to compare
  • Upgrade repo to typescript
  • Improved CI workflows.
  • Improved build process including minification + types exports.
  • Additional component features
  • Improved CSS architecture with variables.
  • Responsive utility classes
  • Border tokens + utility classes
  • New storybook version + updating to MDX stories
  • Improved code test coverage.

v0.1.9

17 Jul 22:33
b5a184e
Compare
Choose a tag to compare
  • export FormikSelectInput
  • additional test coverage

Release v0.1.8 -- Test coverage

15 Jul 20:20
0302f34
Compare
Choose a tag to compare
  • Improving test coverage.
  • minor component API changes.

v0.1.7

14 Jul 18:44
0fb0f08
Compare
Choose a tag to compare
  • feat: FormikSelectInput - single and multi select Formik adapter component
  • feat: SelectInput - single and multi select input
  • feat: make label required, add aria-labelledby attribute, add hideLabel option

Release v0.1.6 -- Button event handler hotfix

10 Jul 16:47
3821558
Compare
Choose a tag to compare

FIxing an issue where event handlers were getting called even when they were not passed to the Button.

Release v0.1.5 -- Prop bug fix

08 Jul 20:36
Compare
Choose a tag to compare

FIxing a bad prop in our Formik binding.

release v0.1.4

08 Jul 18:55
7e9d6f8
Compare
Choose a tag to compare

Fixing a proptype issue with FormLabel