Skip to content

Commit

Permalink
Merge pull request #460 from folio-org/v2.1.0
Browse files Browse the repository at this point in the history
Release v2.1.0
  • Loading branch information
zburke committed Mar 14, 2019
2 parents 53db633 + b613aef commit efb72c7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# Change history for stripes-smart-components

## 2.1.0 (IN PROGRESS)
## [2.1.0](https://github.com/folio-org/stripes-smart-components/tree/v2.1.0) (2019-03-14)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v2.0.1...v2.1.0)

* Export more SearchAndSort building blocks for use in other projects. Refs UIDATIMP-47.
* Update ARIA-roles in SearchAndSort and EditableList. Fix for STCOM-365
* Add "remove" to `EntryManager`'s action menu. Refs UICIRC-108.
* Add confirmation modal when removing entries via action menu. Refs UICIRC-109.
* Use columns' static labels, not their translated aliases, for sorting in `<SearchAndSort>`. Fixes STSMACOM-93.
* Restore predictable `id` attributes to checkboxes created by `<CheckboxFilter>`. Refs UISE-97.
* Extract static strings for translation. Fixes STSMACOM-169, STSMACOM-175.
* Only clear resource query when SearchAndSort runs in a plugin mode. Refs ERM-72.
* Modify `ViewMetaData` component to render system user (UIDATIMP-156)
* Update user data when props changed in `ViewMetaData` component. Fix for STSMACOM-177

## [2.0.2](https://github.com/folio-org/stripes-smart-components/tree/v2.0.2) (2019-03-13)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v2.0.1...v2.0.2)

* Make stripes dependencies more strict with ~ instead of ^. Refs STRIPES-608.

## [2.0.1](https://github.com/folio-org/stripes-smart-components/tree/v2.0.1) (2019-01-17)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@folio/stripes-smart-components",
"version": "2.0.1",
"version": "2.1.0",
"description": "Connected Stripes components",
"repository": "folio-org/stripes-smart-components",
"publishConfig": {
Expand Down Expand Up @@ -102,10 +102,10 @@
},
"dependencies": {
"@folio/react-intl-safe-html": "^1.0.2",
"@folio/stripes-components": "~5.0.1",
"@folio/stripes-connect": "~4.0.1",
"@folio/stripes-core": "~3.0.4",
"@folio/stripes-form": "~2.0.1",
"@folio/stripes-components": "~5.1.0",
"@folio/stripes-connect": "~4.1.0",
"@folio/stripes-core": "~3.1.0",
"@folio/stripes-form": "~2.1.0",
"@folio/stripes-logger": "~1.0.0",
"classnames": "^2.2.6",
"lodash": "^4.17.4",
Expand Down

0 comments on commit efb72c7

Please sign in to comment.