Skip to content

Latest commit

 

History

History
143 lines (120 loc) · 9.6 KB

CHANGELOG.md

File metadata and controls

143 lines (120 loc) · 9.6 KB

Changelog

1.9.0 (2024-12-23)

Features

  • add kubernetes models and operator (#85) (399cc10)

Bug Fixes

1.8.0 (2024-11-01)

Miscellaneous Chores

1.7.3 (2024-10-09)

Features

  • add idle detection util and component (dc64367)

Bug Fixes

  • timeline component missing imports (d4c4671)

1.7.2 (2024-09-20)

⚠ BREAKING CHANGES

  • signals tools are included in this release. Support minimum angular 17.

Features

  • add callout component and clr-datagrid util (881bd99)
  • add certificate signpost component (b376f2a)
  • add common operators (0dc0297)
  • add dark theme support (#4) (28d9f31)
  • add datagrid util (162f9f6)
  • add dg-state operator (550dcb5)
  • add form ifValidator and ifAsyncValidator utils (#31) (7e5ac3a)
  • add highlight.js to highlight code block (87285bb)
  • add idle detection util and component (dc64367)
  • add is https pipe, url validator, https validator (#28) (5d2ee01)
  • add mergeFrom (c2c1deb)
  • add poll operator (#32) (1d988c5)
  • add spinner (4e0fa8c)
  • add status-indicator (78ac147)
  • add toast (bbcfd60)
  • add tooltip component (#33) (02d99f3)
  • add toSignal example with switchMapWithAsyncState (409daa1)
  • add translation service (c1498f1)
  • add unique validator and key-value-inputs component (5326b42)
  • alert component (8c8e2da)
  • alert supports button link callback function (3fe6d4f)
  • alert: add lightweight alert (629d7f7)
  • clr-lift: enhance alert component with content projection (ebb3fa8)
  • clr-lift: enhance theme toggle; add theme service (651f899)
  • clr-lift: support custom add-text class, keyvalue regex pattern, smart mode, auto focus, etc (cacfcaa)
  • combineFrom (b22f6fd)
  • combineLatestEager (4d50f2b)
  • component: add timeline wizard component (#22) (3f6c94d)
  • computed-async (cadc5d4)
  • createNotifier (8a392c6)
  • distinctOnChange (b2afe91)
  • enhance tooltip component Type and component Ref (db043bc)
  • file reader (a43384e)
  • injectParams (eed1172)
  • injectQueryParams (5d4713a)
  • logger (4b1f607)
  • multi alerts (9d693b7)
  • ngx-lift: add dateRangeValidator (c8183fa)
  • ngx-lift: add intersection validator (927bee9)
  • ngx-lift: add isIP, isFQDN, isURL, isHttps utilities (9604b95)
  • ngx-lift: add range pipe, isEmpty, isEqual, pickBy, omitBy utils. refactor poll operator types (36a7f13)
  • pipe: add mask pipe (#29) (e05d6b5)
  • pipes: add array-join, byte-converter pipes in ngx-lib (#23) (8699167)
  • registerLocaleData (c96ac10)
  • support force option for combine-latest-eager (5d95056)
  • utilities: add difference-in-days function (113218e)

Bug Fixes

  • avoid annoying error message in UT (#17) (5e8656f)
  • change tooltip delay default value as 0 (9d87708)
  • clr-lift: fix alert error is null (de7b0c7)
  • don't use self closing tag (7001215)
  • empty content won't show tooltip (7e6f932)
  • fix alert not displaying inner error message (e158927)
  • fix tooltip not display template ref variables (b798fd4)
  • fix upgrade styles (187a6b3)
  • logger adds generic type (411ae45)
  • ngx-lift: date range validator should not validate empty input (bc64356)
  • operator: fix switchMapWithAsyncState loading (#30) (179d4fe)
  • timeline component missing imports (d4c4671)
  • use non-signal syntax (f912c87)