Skip to content

Latest commit

 

History

History
122 lines (85 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

122 lines (85 loc) · 4.64 KB

18.0.1 (2024-05-28)

Feature

* Zoneless Demo build

18.0.0 (2024-05-28)

Feature

* Angular 18 support

17.2.1 (2024-05-28)

Bug

* Error on writing to signals on first open from effect() fix

17.2.0 (2024-03-27)

Feature

* signal implementation

* documentation application update

Bug

* Fixed bug with rgba and hsla input fields

17.1.0 (2023-11-14)

Feature

* standalone api supported

* new control flow implemented

* minor adjustments made to configuration so localization through configuration is easier

17.0.0 (2023-11-13)

Feature

* Angular 17 support

16.1.0 (2023-10-22)

Bug

* Hue component slider drifting in the wrap color picker example

* Defined HSVa as the base color

16.1.0 (2023-08-24)

Feature

* Added support for adding content before and after all other elements within the color picker.

16.0.0 (2023-05-16)

* Angular 16 support

15.0.2 (2023-02-18)

* Bug - fixed issue with setting color which have hue value equal to 0

* Bug - preventing mouse up event to stop sliding on hue and saturation pickers

15.0.1 (2023-02-18)

* Bug - Preventing "pull down to refresh" on touch devices

* Bug - moving the event listener after finishing the color selection

15.0.0 (2022-11-21)

* Angular 15 support

14.2.1 (2022-09-11)

* Fix - Fixed typo in getter name

* Feature - Coercing columns input into number type

14.2.0 (2022-09-07)

* Feature - Ability to change the number of columns for github-picker

14.1.1 (2022-09-07)

* Bug - Bootstrap 5 css class overlapping

* Bug - Prevent stringToColor from throwing an error when parsing partial hex code

14.0.0 (2022-06-15)

* Angular 14 support

13.0.0 (2022-10-14)

* Angular 13 support with all features from version 14

2.1.0 (2021-05-26)

* Angular 12 support

2.0.1 (2020-5-27)

* Bug - hex to string validation fix

1.0.5 (2019-10-22)

* Bug - Fixed problem with subscriptions when a component is destroy

* Documentation - Example of wrapper component added

1.0.2 (2019-6-10)

* Angular 8 support

1.0.0 (2018-10-17)

Initial release