Skip to content

Releases: Liquid-JS/nxt-components

v20.0.0

30 Jun 19:17
Compare
Choose a tag to compare

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

10 Feb 08:35
Compare
Choose a tag to compare

Enhancements

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

v19.0.5

28 Jan 18:50
Compare
Choose a tag to compare

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)

v19.0.4

10 Jan 11:20
Compare
Choose a tag to compare
v19.0.4

v19.0.3

17 Dec 22:41
Compare
Choose a tag to compare

Fixes

  • sitemap: Schematic src directory path (e0b32182)

v19.0.2

17 Dec 22:26
Compare
Choose a tag to compare

Enhancements

Fixes

v19.0.1

09 Dec 11:57
Compare
Choose a tag to compare

Fixes

  • sortablejs: Model updates with disabled elements (578dd7f0)

v19.0.0

02 Dec 13:40
Compare
Choose a tag to compare

Enhancements

Fixes

  • sortablejs: Make union types work (e3063338)

⚠️ Breaking Changes

v18.0.0

03 Jun 13:50
Compare
Choose a tag to compare

Enhancements

Fixes

⚠️ Breaking Changes

v17.0.1

13 Dec 10:13
Compare
Choose a tag to compare

Fixes

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