Skip to content

Releases: onaluf/fate

v3.0.0

31 May 12:43
5df512f
Compare
Choose a tag to compare

3.0.0 (2021-05-31)

Bug Fixes

  • build: Make using fate without installing material possible, solves #72 (52281cc)
  • ui: It's now possible to override Material icons with a simple provide (b566b3e)

BREAKING CHANGES

  • build: this should have been done last release but it
    didn't work for some reason: The name of the methode selecPrevious
    has been fixed and is now: selectPrevious

v2.3.5

22 Feb 10:02
54c1296
Compare
Choose a tag to compare

2.3.5 (2021-02-22)

Bug Fixes

  • dropdown: typo in 'FateDropdown' interface method (f2d8023)

Reverts

v2.3.4

18 Jul 15:27
b4984b7
Compare
Choose a tag to compare

2.3.4 (2020-07-18)

Bug Fixes

  • compatibility: Alternative approach to IE compatiblity (removed polyfill) (0c7dbc7)

v2.3.3

15 Jul 09:15
8499739
Compare
Choose a tag to compare

2.3.3 (2020-07-15)

Bug Fixes

  • compatibility: Add polyfill to help with ie11 compatibility (5b3c409)

v2.3.2

09 Jul 15:31
87ff78d
Compare
Choose a tag to compare

2.3.2 (2020-07-09)

Bug Fixes

  • securtiy: Properly encode HTML when serilaizing text (6dc7cfa)

v2.3.1

27 Apr 13:38
2239314
Compare
Choose a tag to compare

2.3.1 (2020-04-27)

Bug Fixes

  • usability: made the ui buttons navigable with the keyboard (0a53aab)

v2.3.0

24 Apr 12:29
040b5e6
Compare
Choose a tag to compare

2.3.0 (2020-04-24)

Features

  • parser: Add support for color, typeface and size (only parser, no UI yet) (efdad03)

v2.2.0

23 Apr 11:44
00e0421
Compare
Choose a tag to compare

2.2.0 (2020-04-23)

Bug Fixes

  • doc: Better documentation of the registering of a custom action (590260e)

Features

  • editor: Added the ability for custom action to transform their assciated value (c4c7688)

v2.1.0

06 Apr 13:44
384b1e5
Compare
Choose a tag to compare

2.1.0 (2020-04-06)

Features

  • compatibility: Updated to Angular 9, closes #73, closes #75 (cd7a3d0)

v2.0.1

05 Apr 17:02
e5bbb9d
Compare
Choose a tag to compare

2.0.1 (2020-04-05)

Bug Fixes

  • parser: Corrected the order in which paragraphs where being inserted in some situations, closes #76 (a85c784)