Skip to content

Latest commit

 

History

History
340 lines (171 loc) · 18.9 KB

CHANGELOG.md

File metadata and controls

340 lines (171 loc) · 18.9 KB

Change Log

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

19.0.4 (2025-01-10)

Note: Version bump only for package nxt-components

19.0.3 (2024-12-17)

Bug Fixes

  • sitemap: schematic src directory path (e0b3218)

19.0.2 (2024-12-17)

Bug Fixes

  • sitemap: builder end (a60edb1)

  • sortablejs: wait for view init (96f8be0)

Features

  • sitemap: sitemap builder (bd4ed5e)

19.0.1 (2024-12-09)

Bug Fixes

  • sortablejs: model updates with disabled elements (578dd7f)

19.0.0 (2024-12-02)

Bug Fixes

  • sortablejs: Make union types work (e306333)

18.0.0 (2024-06-03)

Bug Fixes

17.0.1 (2023-12-13)

Bug Fixes

  • nxt-dropzone-wrapper: component event binding (f901932)

17.0.0 (2023-11-09)

BREAKING CHANGES

  • update angular to version 17

16.2.0 (2023-08-24)

Features

16.1.0 (2023-06-19)

Features

16.0.0 (2023-05-04)

Note: Version bump only for package nxt-components

16.0.0-alpha.8 (2023-05-04)

Features

16.0.0-alpha.7 (2023-03-24)

Features

  • nxt-color-picker: accept an array of positioning strategies (a6e56f7)

16.0.0-alpha.6 (2023-03-24)

Bug Fixes

  • nxt-flags: cast to number (b1143d5)

16.0.0-alpha.5 (2023-03-21)

  • feat(nxt-color-picker)!: use auto positioning by default (d84bb6a)

BREAKING CHANGES

  • picker position still defaults to right, but might change if there isn't

enough space. To get the old behaviour, set position="right"

16.0.0-alpha.4 (2023-03-21)

Features

  • nxt-color-picker: add a function to determine good contrast mode dependign on the picker value (4f9ec71)

16.0.0-alpha.3 (2023-03-20)

Bug Fixes

  • nxt-dropzone-wrapper: change detection (759ba81)

16.0.0-alpha.2 (2023-03-20)

Bug Fixes

  • nxt-dropzone-wrapper: don't create instance without config (c629ab9)

16.0.0-alpha.1 (2023-03-20)

Bug Fixes

16.0.0-alpha.0 (2023-03-20)

Bug Fixes

  • demo: sortable link (12da171)

  • gitignore (07c6fb7)

  • feat(nxt-pick-datetime)!: docs, use global LOCALE_ID (5ad4eb0)

  • feat(nxt-dropzone-wrapper)!: add correct typings, remove old types (e212b10)

  • fix(nxt-color-picker)!: rename addColorButton => presetColorsEditable (97a6622)

Features

  • demo: add service worker (19d0e15)

  • demo: demo page layout (b7cd95a)

  • import code snippets (1ab89d9)

  • nxt-color-picker: ensure normalized colors (f529445)

  • nxt-json-view: customize colors (1d6b2ff)

  • nxt-pick-datetime: date range selection format (99af361)

BREAKING CHANGES

  • drop NXT_LOCALE, use global LOCALE_ID

  • remove exports for helper types, since they're now provided by dropzone.js

  • rename addColorButton => presetColorsEditable to better reflect its purpose

15.0.1 (2023-03-07)

Bug Fixes

15.0.0 (2023-03-07)

Bug Fixes

  • adapt for sortablejs@1.10.* changes, fix #163 (8fe60bc)

  • ci (5ebebde)

  • cmyk (d21e9b6)

  • Errors when the reference to this.dropzoneis lost (3210e1e)

  • export assets (7255d62)

  • export stylesheet (900371d)

  • inline styles (7cff019)

  • lint css (a859e2f)

  • not being able to create sortable, fix #162 (5a62f02)

  • nxt-flags: improve typechecks, lint (7fc74b4)

  • pop-up attachments (dab4079)

  • preselect preview format (229b596)

  • preserve HSVA format on alpha change (3b553a6)

  • provide backward compatibility for sortablejs < 1.9.0 (8e97d32)

  • remove wrongly imported events library (ca0cfe7)

  • replace default index with draggable indexes. Fixes: #164 (615d9fe)

  • sortablejs directive no longer supports runInsideAngular property (7f59f49)

  • space in readme (683b83b)

  • update build target (47dde96)

  • update dependencies (4d3fb2b)

  • update labels (fbbc0e4)

  • Use ivy on demo (a02c4ae)

  • refactor(nxt-color-picker)!: align property anc selector names (a09b25d)

  • refactor(nxt-dropzone-wrapper)!: align injector naming (1bd1ffb)

  • feat(nxt-json-view)!: align component and module names with code style (7cc102e)

  • feat(nxt-dropzone-wrapper)!: align naming with angular guidelines (7634a15)

Features

BREAKING CHANGES

  • rename cp => nxt, remove cp prefixes for property names

  • add NXT_ prefix to dropzone config injection token

  • rename NxtJsonViewModule to JsonViewModule

  • renamed <dropzone> to <nxt-dropzone> and [dropzone] to [nxtDropzone]

  • library name is changed from angular-sortablejs to ngx-sortablejs