@k-int/stripes-kint-components 2.6.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
## 2.6.1 2022-06-21
|
|
2
|
+
* Fixed missing translation issue
|
|
3
|
+
|
|
1
4
|
## 2.6.0 2022-06-20
|
|
2
5
|
* UIOA-118 App does not function when code-splitting is enabled - no longer set history when url has not changed
|
|
3
6
|
* ERM-2137 Support multi-select refdata properties in Agreement/Licenses settings
|
|
@@ -372,7 +372,7 @@ var ActionListFieldArray = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, r
|
|
|
372
372
|
marginBottom0: true,
|
|
373
373
|
onClick: handleClickCreate,
|
|
374
374
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactIntl.FormattedMessage, {
|
|
375
|
-
id: "stripes-kint-components.
|
|
375
|
+
id: "stripes-kint-components.new"
|
|
376
376
|
})
|
|
377
377
|
})]
|
|
378
378
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.MultiColumnList, _objectSpread({
|
package/package.json
CHANGED
|
@@ -296,7 +296,7 @@ const ActionListFieldArray = forwardRef(({
|
|
|
296
296
|
marginBottom0
|
|
297
297
|
onClick={handleClickCreate}
|
|
298
298
|
>
|
|
299
|
-
<FormattedMessage id="stripes-kint-components.
|
|
299
|
+
<FormattedMessage id="stripes-kint-components.new" />
|
|
300
300
|
</Button>
|
|
301
301
|
}
|
|
302
302
|
</div>
|