Skip to content

Releases: ng-matero/extensions

v19.0.2

10 Jan 01:27
Compare
Choose a tag to compare

Bug Fixes

  • datetimepicker: fix calendar text size

v19.0.1

24 Dec 04:47
Compare
Choose a tag to compare

Bug Fixes

  • datetimepicker: fix header time not change when click clock cell
  • grid: fix styles for system theme

v19.0.0

23 Dec 06:49
Compare
Choose a tag to compare

Features

  • update Angular and Material to v19
  • support the new Material theme API
  • multiple: switch to inject function
  • datetimepicker: improve a11y and RTL (#380)
  • grid: expose ColumnResize instance (#386)
  • checkbox-group: add trackBy option
  • dialog: improve confirm buttons

BREAKING CHANGES

  • datetimepicker: rename MtxTime to MtxTimeView

Support the new Material theme API

@use '@angular/material' as mat;
@use '@ng-matero/extensions' as mtx;

$light-config: (...);

// 👇 before v19
$light-theme: mat.private-deep-merge-all(
  mat.define-theme($light-config),
  mtx.define-theme($light-config)
);

html {
  @include mat.all-component-themes($light-theme);
  @include mtx.all-component-themes($light-theme);
}

// 👇 v19
html {
  color-scheme: light;

  @include mat.theme($light-config);
}

v18.4.1

14 Dec 05:38
Compare
Choose a tag to compare
  • fix create-token-values for theme

v18.4.0

05 Dec 09:43
Compare
Choose a tag to compare

Features

  • datetimepicker: add timeInputAutoFocus prop (#376)
  • select: add MtxSelectIntl service (#356)
  • select: add fixedPlaceholder and deselectOnClick props

Bug Fixes

v18.3.4

27 Nov 15:50
Compare
Choose a tag to compare

Bug Fixes

  • datetimepicker: fix not updating hour automatically when no apply button is present (#373)(@Meisbigmad)

v18.3.3

24 Nov 02:21
Compare
Choose a tag to compare

Bug Fixes

v18.3.2

22 Nov 02:50
Compare
Choose a tag to compare

Bug Fixes

v18.3.1

15 Nov 15:29
Compare
Choose a tag to compare

Bug Fixes

v18.3.0

12 Nov 15:00
Compare
Choose a tag to compare

Features

  • grid: support fontIcon and svgIcon for button
  • grid: improve sort icon spacings
  • theme: add overrides mixin

Bug Fixes

  • grid: fix expansion placeholder size