Skip to content

Latest commit

 

History

History
262 lines (109 loc) · 9.51 KB

CHANGELOG.md

File metadata and controls

262 lines (109 loc) · 9.51 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.0.0 (2020-12-16)

Bug Fixes

  • Button: background now has correct transition (38f4afd)
  • CSVEntry: upgrade to NG11 & TS4 (a95eee1)

BREAKING CHANGES

  • CSVEntry: Now requires NG11+ and TS4+

2.1.9 (2020-11-17)

Bug Fixes

  • CSVEntry: correct type for array of ValidatorFns (3bc3d5b)
  • CSVEntry: remove dependency on FontAwesome (c9ea58c)

2.1.8 (2020-11-11)

Bug Fixes

  • CSVEntry: add ui-styles to schematic (1b24b74)

2.1.7 (2020-11-11)

Bug Fixes

  • CSVEntry: correct dependencies, move stories (7d0c733)

2.1.6 (2020-11-06)

Bug Fixes

  • CSVEntry: bump icon package (0f87873)

2.1.5 (2020-10-02)

Note: Version bump only for package @terminus/ui-csv-entry

2.1.4 (2020-10-01)

Note: Version bump only for package @terminus/ui-csv-entry

2.1.3 (2020-09-24)

Note: Version bump only for package @terminus/ui-csv-entry

2.1.2 (2020-09-14)

Note: Version bump only for package @terminus/ui-csv-entry

2.1.1 (2020-09-11)

Note: Version bump only for package @terminus/ui-csv-entry

2.1.0 (2020-09-08)

Bug Fixes

  • force material & cdk ^9.2.4 for consumers (ea09a6f), closes #275

Features

2.0.15 (2020-09-04)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.14 (2020-09-03)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.13 (2020-08-26)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.12 (2020-08-25)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.11 (2020-08-21)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.10 (2020-08-14)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.9 (2020-08-11)

Bug Fixes

  • CSVEntry: extra user content no longer breaks row layout (2d63921), closes #179
  • CSVEntry: remove unwanted scroll in full width mode (a456663), closes #175

2.0.8 (2020-08-10)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.7 (2020-08-10)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.6 (2020-07-31)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.5 (2020-07-30)

Bug Fixes

2.0.4 (2020-07-29)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.3 (2020-07-29)

Bug Fixes

  • fast follow updates for LPS (f15bfd4)

2.0.2 (2020-07-28)

Note: Version bump only for package @terminus/ui-csv-entry

2.0.1 (2020-07-28)

Bug Fixes

  • bump all package versions (9446c0d)

2.0.0 (2020-07-27)

Bug Fixes

  • CSVEntry: new button themes configuration (385a848)

Features

  • CSVEntry: change icon library (91fdf72)

BREAKING CHANGES

  • CSVEntry: New button themes configuration
  • CSVEntry: Change icon library

2.0.0 Migration Notes

CSS Resources

Remove any imports or <link> tags importing Material Icons:

-<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

Update the imported font families:

-<link href="https://fonts.googleapis.com/css?family=Roboto:400,500,700" rel="stylesheet">
+<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap" rel="stylesheet">

1.0.8 (2020-07-24)

Note: Version bump only for package @terminus/ui-csv-entry

1.0.7 (2020-07-14)

Bug Fixes

  • CSVEntry: Fix for rtl custom content (1e1ea45)
  • CSVEntry: use custom css properties (a4960ab), closes #108

1.0.6 (2020-07-13)

Note: Version bump only for package @terminus/ui-csv-entry

1.0.5 (2020-07-07)

Note: Version bump only for package @terminus/ui-csv-entry

1.0.4 (2020-06-23)

Note: Version bump only for package @terminus/ui-csv-entry

1.0.3 (2020-06-10)

Bug Fixes

  • bump all internal dependencies (ff26b80)

1.0.2 (2020-06-09)

Bug Fixes