- BREAKING Upgrade
@folio/stripes-*
dependencies. Refs STFORM-48.
9.1.0 (2024-10-11)
- Ignore the dirty-form prompt when navigating to a logout location. STFORM-42.
9.0.0 (2023-10-11)
- Avoid private paths in stripes-core imports. Refs STFORM-35.
- Compile translations. Refs STFORM-36.
- BREAKING Update
react
tov18
. Refs STFORM-37. - BREAKING bump
react-intl
tov6.4.4
. Refs STFORM-40.
8.0.0 (2023-01-30)
- Bump
flat
to avoid security concerns. Refs STFORM-28. - BREAKING: Upgrade
react-redux
tov8
. Refs STFORM-30.
7.1.1 (2022-10-13)
- translations
7.1.0 (2022-06-14)
- Upgrade NodeJS to active LTS, v16. Refs STFORM-23.
- Migrate to
@babel/eslint-parser
. Refs STFORM-22.
7.0.0 (2021-09-27)
- React 17. STFORM-18.
6.1.0 (2021-06-09)
- translations
6.0.0 (2021-02-25)
- Increment
react-intl
to^5.7
. Refs STFORM-14. - Do not show prompt when submitting is in progress. Fixes STFORM-16.
- Increment
stripes-core
to v7.0.0. - Increment
stripes-components
to v9.0.0.
5.0.0 (2020-10-06)
- Increment
react-router
to^5.2
. Refs STRIPES-674. - Move inter-stripes deps to peers. Refs STFORM-13.
4.0.1 (2020-06-08)
- translations
4.0.0 (2020-05-19)
- Increment
react-intl
tov4.5
. Refs STRIPES-672. - Increment
stripes-core
to v5.0.0. - Increment
stripes-components
to v7.0.0.
3.1.0 (2020-03-16)
- Increment
stripes-core
to v4.1.0. - Increment
stripes-components
to v6.1.0.
3.0.0 (2020-03-04)
- Increment
stripes-core
to v4.0.0. - Increment
stripes-components
to v6.0.0. - translations
- Security update for eslint to
v6.2.1
. Refs STRIPES-648
2.11.0 (2019-12-04)
- Increment
stripes-core
to v3.11.0. - Increment
stripes-components
to v5.9.0. - translations
2.10.0 (2019-09-25)
- Increment
stripes-core
to v3.10.0. - Increment
stripes-components
to v5.8.0.
2.9.0 (2019-09-09)
- Increment
stripes-core
to v3.9.0. - Increment
stripes-components
to v5.7.0.
2.8.0 (2019-08-21)
- Increment
stripes-core
to v3.8.0. - Increment
stripes-components
to v5.6.0.
2.7.0 (2019-07-24)
- Increment
stripes-core
to v3.7.0. - Increment
stripes-components
to v5.5.0.
2.6.0 (2019-06-07)
- Increment
stripes-core
to v3.6.0. - Increment
stripes-components
to v5.4.0. - On error, scroll to error attached to any valid react element. Refs STFORM-9.
2.5.0 (2019-05-10)
- Increment
stripes-core
to v3.5.0. - Increment
stripes-components
to v5.3.0.
2.4.0 (2019-04-25)
- Turned off sideEffects to enable tree-shaking for production builds. Refs STRIPES-564 and STRIPES-581.
2.3.0 (2019-03-28)
- Increment
stripes-core
to v3.3.0, including React 16.8.
2.2.0 (2019-03-22)
- Increment
stripes-core
to v3.2.0.
2.1.0 (2019-03-14)
- Handle partially broken
allowRemoteSave
option for thestripesForm
function (STFORM-6) - Carry over search params after "Close without saving" is clicked. (STFORM-7)
- Increment
stripes-core
to v3.1.0 andstripes-components
to v5.1.0.
2.0.1 (2019-03-13)
- Make stripes dependencies more strict with ~ instead of ^. Refs STRIPES-608.
2.0.0 (2019-01-16)
- Increment
stripes-core
andstripes-components
versions
1.3.1 (2019-01-16)
- Revert
stripes-core
andstripes-components
version changes
1.3.0 (2019-01-16)
- Correctly locate translation files. Fixes STFORM-5.
- Increment
stripes-core
andstripes-components
versions
1.2.0 (2018-11-29)
- Replace
formatMessage()
with<FormattedMessage>
1.1.1 (2018-11-01)
- Fix typo in
package.json
's repository value. - Replace div in wrapper component with Fragment
1.1.0 (2018-10-02)
- Move
stripes-core
to dependencies.
1.0.0 (2018-09-18)
- Close record when
Close without saving
button is used. Refs STCOR-254.
0.9.0 (2018-09-13)
- Added the npm package
flat
to help flatten the nested errors object. Refs STRIPES-467 - Ignore yarn-error.log file. Refs STRIPES-517.
- Correct PropTypes for
<ConfirmationModal>
.
0.8.1 (2017-09-05)
- Update redux-form dependency to 7.0.3
- Update stripes-components to 1.5.0.
- Don't display modal once the form is submitted successfully.
- Pruning unused packages from package.json. Refs STRIPES-490.
0.8.0 (2017-06-30)
- Refactoring to make eslint happier. Fixes STRIPES-428.
- First formal release