Skip to content

Releases: performant-software/react-components

v0.5.7

26 May 19:52

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

None!

πŸ› Bug Fixes

  • Fixes this issue in semantic-ui-less

v0.5.6

26 May 16:12

Choose a tag to compare

Bumping versions to 0.5.6.

v0.5.5

26 May 16:04

Choose a tag to compare

πŸ’₯ 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

v0.5.4

18 May 11:44

Choose a tag to compare

πŸ’₯ Breaking Changes

None!

πŸš€ New Features

  • None!

πŸ› Bug Fixes

  • Fixed an issue with the payload transformation in ReferenceTable transform

v0.5.3

17 May 19:18
7593975

Choose a tag to compare

πŸ’₯ Breaking Changes

  • Updated BaseService class to include static configure method. This will allow the consuming application to customize the axios instance imported by this package, rather than provide its own.

πŸš€ New Features

  • Added DataView component for read-only views.

πŸ› Bug Fixes

  • None!

v0.5.2

04 May 14:37

Choose a tag to compare

Removing postinstall from package.json; Updating versions

v0.5.1

03 May 19:33

Choose a tag to compare

πŸ’₯ Breaking Changes

  • GoogleMap/GooglePlacesSearch/GoogleScript syntax (see PR)
  • Converts the repository to a mono-repo with separate packages for shared and semantic-components (see README.md for updated usage)

πŸš€ New Features

  • Upgraded dependencies for React, Webpack, React Google Maps, and more
  • Adds new classes for API helpers
  • Adds Jest for unit testing
  • Adds new components
    • HorizontalCards
    • ListLoader
    • MasonryGrid
    • MediaGallery
    • MediaList
    • PlayButton
    • Section
    • TabsMenu
    • Thumbnail
    • VideoPlayer

πŸ› Bug Fixes

  • None!

v0.4.2

04 Apr 15:04

Choose a tag to compare

πŸš€ New Features

  • Adds className prop to the DescriptorField component

v0.4.0

15 Feb 15:39

Choose a tag to compare

πŸ’₯ Breaking Changes

  • Updated resolveValidationError prop in EditContainer to take a hash of parameters instead of individual parameters

πŸš€ New Features

  • Added defaultSort and defaultSortDirection props to DataList
  • Added GoogleAnalytics component for easy integration with Google Analytics 4
  • Added RichTextArea and DropdownMenu components

πŸ› Bug Fixes

  • Fixed an issue in Selectize where default selected items were not correct being selected

v0.2.1

22 Dec 12:41

Choose a tag to compare

This release is used to published v0.2.1 of this repository as an NPM module.