Releases: performant-software/react-components
Releases Β· performant-software/react-components
v0.5.7
v0.5.6
Bumping versions to 0.5.6.
v0.5.5
π₯ Breaking Changes
- Removing dependency on
semantic-ui-css. Thebuildfolder 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
getAxiosmethod for access to the underlyingaxiosobject - 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
π₯ Breaking Changes
None!
π New Features
- None!
π Bug Fixes
- Fixed an issue with the payload transformation in
ReferenceTabletransform
v0.5.3
π₯ Breaking Changes
- Updated
BaseServiceclass to include staticconfiguremethod. This will allow the consuming application to customize theaxiosinstance imported by this package, rather than provide its own.
π New Features
- Added
DataViewcomponent for read-only views.
π Bug Fixes
- None!
v0.5.2
Removing postinstall from package.json; Updating versions
v0.5.1
π₯ 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.mdfor 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
π New Features
- Adds
classNameprop to the DescriptorField component
v0.4.0
π₯ Breaking Changes
- Updated
resolveValidationErrorprop in EditContainer to take a hash of parameters instead of individual parameters
π New Features
- Added
defaultSortanddefaultSortDirectionprops 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
This release is used to published v0.2.1 of this repository as an NPM module.