Skip to content

v1.13.1

Compare
Choose a tag to compare
@kaelig kaelig released this 29 Mar 23:53

Embarrassingly enough, publishing v1.13.0 failed, meaning this shiny v1.13.1 patch also contains all changes from v1.13.0:

Enhancements

  • Added an id prop to Collapsible to be referenced by the aria-controls attribute of the component triggering the collapse

Bug fixes

  • Fixed external prop not working within ActionList component
  • Fixed a syntax error in one of the Card component examples (thanks meecrobe for the original issue)

Chores

  • Added missing publishConfig.access setting in package.json, in accordance with the new Shipit requirements for public npm packages