9.1.0
Changelog for [9.1.0] (2021-08-17)
Summary
- Bugfix - Initial sorting for OcTableFiles: #1588
- Bugfix - Sorting by date: #1552
- Enhancement - Add sidebar toggle icons: #5165
- Enhancement - Show compile errors and enforce node.js version in package.json: #1579
- Enhancement - Downgrade sass version: #1583
Details
-
Bugfix - Initial sorting for OcTableFiles: #1588
The OcTableFiles component didn't apply initial sorting. This was set to the first sortable
field in the list of fields (which is "name"). -
Bugfix - Sorting by date: #1552
The OcTableFiles component sorted rows lexicographically by relative dates (e.g. "1 hour
ago"). This was fixed to sort by unix timestamps instead. -
Enhancement - Add sidebar toggle icons: #5165
We added new chevron icons for the toggle button to switch between sidebar open and close
-
Enhancement - Show compile errors and enforce node.js version in package.json: #1579
Ensure we show compile-time errors on the command line when present and enforce Node.js
v14.0.0 or greater to permit optional chaining to be used -
Enhancement - Downgrade sass version: #1583
Decrease the version of sass in order to prevent emitting of deprecation warnings in the ui-kit
libray.