Skip to content

v0.5.5

Choose a tag to compare

@dleadbetter dleadbetter released this 26 May 16:04
· 1496 commits to master since this release

πŸ’₯ Breaking Changes

  • Removing dependency on semantic-ui-css. The build folder will now contain two CSS files to be imported into the consuming project:

semantic-ui.css: Our "flavor" of the semantic-ui-css, with styles updated to meet the accessibility standards
main.css: Styles specific to the components exported by the package

πŸš€ New Features

  • Adds the DatabaseView component
  • Updates the BaseService class to include a getAxios method for access to the underlying axios object
  • Updates the LoginModal component to allow hiding the "Close" button

πŸ› Bug Fixes

  • Fixed an issue in the DataList component when providing filters