Changelog - 5.1.0 Betas

Upcoming

Bug Fixes

  • FRM-1158: primeng styles being applied where they shouldn’t be.


5.1.0-beta.11 (21/08/2020)

Features

  • FRM-479 - grid: Added options to disable column resizing and/or column reordering.

  • FRM-1300, FRM-1301 - grid, tree-table: Added option to discard cached state when columns have changed.


5.1.0-beta.10 (20/08/2020)

Breaking Changes

  • FRM-1099: Environment property test renamed to mock.

Features

  • FRM-375 - grid: Added option to not fetch any data until the user requests it.

  • FRM-379 - grid: Added option to show total count.


5.1.0-beta.9 (19/08/2020)

Features

  • FRM-1372, FRM-1365 - grid: You can now align a grid column’s title and contents to the left, right or center

Changes

  • FRM-1372 - grid, tree-table: Checkbox/boolean columns are now center-aligned.

Bug Fixes

  • FRM-861 - grid: “See more/less” button would select the item when in card (mobile) mode

  • FRM-501 - grid: Actions column would disappear after toggling *ngIf

  • FRM-988 - grid: Checkbox would set its value to null after toggling


5.1.0-beta.6 (18/08/2020)

Dependency Updates

dependencies

Dependency

Status

Version

@sentry/browser

✅ Added

^5.21.1

Features

common > error-monitoring

  • FRM-1360: Implemented error monitoring using Sentry. More information can be found here.

Bug Fixes

components > filter

  • FRM-1366: Fixed a bug that prevented a date filter from being cleared

components > spinner

  • FRM-796: Fixed spinner causing an overflow


5.1.0-beta.5 (13/08/2020)

Dependency updates

dependencies

Dependency

Status

Version

@asymmetrik/ngx-leaflet

🔄 Updated

^7.0.1

leaflet

🔄 Updated

^1.6.0

If you’re still experiencing issues when running ngcc, delete your package-lock.json file and try again.

Bug Fixes

components > map

  • FRM-1369: Fixed error when running ngcc


5.1.0-beta.3 (13/08/2020)

Features

view-template

  • FRM-1368: Actions area will now correctly apply styles to a vs-button inside another component.

    • If you have more than one level of nesting, you might need to use the .vs-header-action class.

    • You can also disable this behaviour using the .disable-action-style class.


5.1.0-beta.2 (11/08/2020)

Features

common

  • SDKBACK-270: Added External Authentication Service used to request a Google Access Token