Skip to content

Commit

Permalink
Release v2.8.0 (#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Jul 24, 2019
1 parent 9efaabd commit 55c29f6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change history for stripes-smart-components

## 2.8.0 (IN PROGRESS)
## [2.8.0](https://github.com/folio-org/stripes-smart-components/tree/v2.8.0) (2019-07-24)
[Full Changelog](https://github.com/folio-org/stripes-smart-components/compare/v2.7.2...v2.8.0)

* In `<EditableList>`, prevent changes of the vertical position of elements when a validation error message is displayed and prevent input field validation on cancel. Fixes UIORG-81.
* `<SearchAndSort>` accepts `title` to set the results-pane headline. Refs UIOR-298.
* `<EditableList>` layout is stable when validation errors are present and prevents validation on cancel. Fixes UIORG-81.
* `<ControlledVocab>` accepts optional new `actuatorType` property. If set to `'refdata'`, it performs different back-end operations to maintain the vocabulary, as described in [_API to the Refdata system_](https://github.com/openlibraryenvironment/ui-directory/blob/master/doc/refdata-api.md). Fixes [ReShare issue PR-189](https://openlibraryenvironment.atlassian.net/browse/PR-189). Available from v2.7.3.
* Remove permissions related to the (deprecated and removed) earlier implementation of Notes (STSMACOM-224)
* Set selectedIndex to empty string by default. Fixes UIIN-615.
* `<ControlledVocab>` displays error message when save fails. Fixes STSMACOM-165.
* `<AddressFieldGroup>` i18n. Fixes STSMACOM-170.
* Reset `<SearchField>` with an empty string instead of undefined. Fixes UIIN-615.
* Fix requests count and alert message after loan due date changed. Refs UIU-1070.
* Pass `permissions` to `setupApplication` so tests can configure their own permissions. Fixes STSMACOM-231.
* Fix `<ViewMetaData>` so it doesn't blow the stack when creator and updater differ. Fixes STSMACOM-230.
Expand Down

0 comments on commit 55c29f6

Please sign in to comment.