Skip to content

Releases: Liquid-JS/nxt-components

v22.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:04
v22.0.0

v22.0.0-alpha.0

v22.0.0-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jul 19:49

Enhancements

  • ⚠️ Remove deprecated, perform zoneless chhange detection (30c06046)
  • pick-datetime: Use new animations for container (1ff10b1c)
  • pick-datetime: New dialog animation (f72e0b9d)

Fixes

Tests

⚠️ Breaking Changes

  • ⚠️ Remove deprecated, perform zoneless chhange detection (30c06046)

v21.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Feb 11:28
v21.0.2

v21.0.1

Choose a tag to compare

@github-actions github-actions released this 16 Jan 17:36

Fixes

  • color-picker: Change detection (4b42ef15)

v21.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 17:17
v21.0.0

v21.0.0-alpha.1

v21.0.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jan 16:42

Fixes

  • color-picker: Preset track by (7668bb9b)

v21.0.0-alpha.0

v21.0.0-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Jan 13:27

Enhancements

Fixes

  • pick-datetime: Year select minmax (3c0fbbde)

v20.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 19:17

Enhancements

  • ⚠️ Use angular 20 (a1a270a7)
  • json-view: Implement methods to expand / collapse view items (9f932441)

Fixes

  • json-view: Keep nested items collapsed on toggle regardless of initial levelOpen (e608a928)

⚠️ Breaking Changes

v19.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 08:35

Enhancements

  • highlightjs: Improve line numbers rendering, avoid need for DOM access (a6133797)

v19.0.5

Choose a tag to compare

@github-actions github-actions released this 28 Jan 18:50

Enhancements

  • Lazy-load hljs library, closes #89 (#89)
  • Line numbers, closes #35 (#35)
  • Add Gist directive, closes #90 (#90)
  • Highlight code from a direct URL, closes #91 (#91)
  • Lazy-load hljs languages (952f33cd)
  • Update to highlight.js v11 (0a76249a)
  • Add dynamic theme loader, closes #194 (#194)
  • Migrate to standalone components, closes #260 (#260)
  • Ssr (a1aa700c)
  • highlightjs: Highlight (36897384)

Fixes

  • build: Fix AOT build error, closes #31 (#31)
  • highlightChildren: Not working inside [innerHtml], closes #67 (#67)
  • Check if gist id is undefined (f2261482)
  • Set code using el.textContent before highlighting, closes #105 (#105)
  • Setting the highlighted code to empty string will not reflect the value change, closes #119 (#119)
  • Allow empty string to highlight the code, closes #199 (#199)
  • Empty checking (d60dc10b)
  • Unit tests (044535ad)
  • Check if options is defined in HighlightLoader service, closes #219 (#219)
  • SetTheme does not load theme if themePath was not specified in the configuration, closes #247 (#247)
  • Add line-numbers as a sub package, closes #234 (#234)
  • Highlight.js dependency was removed in v11, closes #283 (#283)
  • Update README.md links to new demo URL (ceef00a8)
  • Update README.md links to new demo URL (package) (e2a571d6)
  • highlightjs: File url (f14c3a6a)

Refactors

  • HighlightJS: Add types on parameters in hljs functions (3a5b8ae7)
  • HighlightJS: Provide HighlightJS using providedIn: 'root' (ddae1795)
  • HighlightJS: Inject DOCUMENT to access the document class (4ff6ceb4)
  • Rename plus package directory (fabb820e)
  • Make sure observer used to add the line numbers is destroyed (1b07b78b)
  • Add HighlightLibrary interface (6052434b)
  • Update deprecated rxjs usage (5d2ccb9c)