From b613aefd277ff016d9c3619d6904b913c02a7a79 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Thu, 14 Mar 2019 14:22:28 -0400 Subject: [PATCH] Release v2.1.0 --- CHANGELOG.md | 10 +++++++++- package.json | 10 +++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81808fa5e..c0350c635 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ``. Fixes STSMACOM-93. * Restore predictable `id` attributes to checkboxes created by ``. 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) diff --git a/package.json b/package.json index 2097702ce..5e39036e8 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",