Skip to content

Releases: ng-matero/extensions

v18.2.2

30 Sep 10:20
Compare
Choose a tag to compare

Bug Fixes

  • select: fix html escape for mtx-option (#347)

v18.2.1

06 Sep 02:05
Compare
Choose a tag to compare

Bug Fixes

  • popover: fix animation error when popover is no longer visible in view (#291)(@InYourHead)
  • loader: fix z-index when wrap table (#339)
  • progress: fix label size for M3

v17.3.6

06 Sep 02:06
Compare
Choose a tag to compare

Bug Fixes

  • popover: fix animation error when popover is no longer visible in view (#291)(@InYourHead)
  • loader: fix z-index when wrap table (#339)
  • progress: fix label size for M3

v18.2.0

19 Aug 10:47
Compare
Choose a tag to compare

Features

  • update Angular and Material to 18.2
  • update ng-select to 13.7 and add placeholder template

Bug Fixes

  • fix exports for prebuilt-themes

v18.1.3

16 Aug 14:21
Compare
Choose a tag to compare

Bug Fixes

v16.3.9

16 Aug 02:43
Compare
Choose a tag to compare

Bug Fixes

  • select: fix readonly not working
  • theme: expose color mixins

v18.1.2

31 Jul 12:23
Compare
Choose a tag to compare

Bug Fixes

  • datetimepicker: fix clicking hour not working for zoneless (#327)

v18.1.1

26 Jul 02:12
Compare
Choose a tag to compare

Bug Fixes

  • fix material 18.1.2 breaks the build (#326)

v18.1.0

17 Jul 15:25
Compare
Choose a tag to compare

Features

  • alert: add border tokens and improve colors

  • popover: update elevation logic for M3

  • drawer: use CDK dialog internally and enable open multiple drawers (#325)

  • datetimepicker: add action buttons potal (#281)(@CnxAtanasIliev)

    <mtx-datetimepicker-actions>
      <button mat-button mtxDatetimepickerClear>Clear</button>
      <button mat-button mtxDatetimepickerCancel>Cancel</button>
      <button mat-raised-button mtxDatetimepickerApply>Apply</button>
    </mtx-datetimepicker-actions>
  • tooltip: simplify structural styles and small fix

v18.0.3

25 Jun 01:30
Compare
Choose a tag to compare

Bug Fixes

  • split: fix boolean input not working (#320)