Skip to content

v0.8.8

Compare
Choose a tag to compare
@interactivellama interactivellama released this 22 Feb 22:25
· 7632 commits to master since this release

Release 0.8.8

Bugfix

  • Export canUseDOM correctly to enable focus trap. This bug is present in 0.8.0 - 0.8.7 versions. Upgrading to 0.8.8 is recommended for Popover and other components to be accessible.

Maintenance

  • Replace Airbnb shape props with PropTypes.shape
  • Add Prettier linting to JSON, Add JSON parser plugin to eslint
  • Converts package.json to tabs
  • Troubleshoots npm run lint:fix
  • Implement Import first ESlint rule to increase code consistency

Documentatation

  • Add missing documentation site component descriptions
  • Document child nodes of IconSettings
  • Update Modal footer prop description