Skip to content

Releases: ng-matero/extensions

v22.0.0

Choose a tag to compare

@nzbin nzbin released this 02 Jul 12:33

Features

  • update Angular and Material to v22
  • update @ng-matero/ng-select to v1
  • select: add usePopover input and global config
  • checkbox-group: support projected mat-checkbox as content children

BREAKING CHANGES

  • select: all template directives have new names for consistency:
    • ng-option-tmpngSelectOption
    • ng-optgroup-tmpngSelectOptgroup
    • ng-label-tmpngSelectLabel
    • ng-multi-label-tmpngSelectMultiLabel
    • ng-header-tmpngSelectPanelHeader
    • ng-footer-tmpngSelectPanelFooter
    • ng-notfound-tmpngSelectNotFound
    • ng-placeholder-tmpngSelectPlaceholder
    • ng-typeToSearch-tmpngSelectTypeToSearch
    • ng-loadingtext-tmpngSelectLoadingText
    • ng-tag-tmpngSelectTag
    • ng-loadingspinner-tmpngSelectLoading
    • ng-clearbutton-tmpngSelectClearButton

v21.3.1

Choose a tag to compare

@nzbin nzbin released this 05 May 09:12
  • popover: convert constructor-base injection to inject function (bba9eb4)

v20.5.0

Choose a tag to compare

@nzbin nzbin released this 29 Apr 13:34

BREAKING CHANGES

  • select: renaming dropdownPosition to panelPosition
  • select: renaming labelForId to inputId
  • select: remove isOpen and use panelDisabled instead
  • select: remove alias name for ariaLabel
  • select: remove alias name for ariaLabelledby
  • select: remove alias name for ariaDescribedby
  • select: remove unused appearance

Features

  • select: replace the @ng-select/ng-select with @ng-matero/ng-select, it resolved lots of things.
  • select: add panelClass
  • select: improve a11y

v21.3.0

Choose a tag to compare

@nzbin nzbin released this 23 Apr 14:03

BREAKING CHANGES

  • select: remove alias name for ariaLabel
  • select: remove alias name for ariaLabelledby
  • select: remove alias name for ariaDescribedby
  • select: remove unused appearance

Features

  • update @ng-matero/ng-select to 0.6 for a11y improvements

v21.2.1

Choose a tag to compare

@nzbin nzbin released this 13 Apr 15:52

Bug Fixes

  • select: fix ng-option-tmp

v21.2.0

Choose a tag to compare

@nzbin nzbin released this 13 Apr 14:57

BREAKING CHANGES

  • select: renaming dropdownPosition to panelPosition
  • select: renaming labelForId to inputId
  • select: remove isOpen and use panelDisabled instead

Features

  • select: replace the @ng-select/ng-select with @ng-matero/ng-select, it resolved lots of things.
  • select: add panelClass
  • select: improve a11y

v21.1.4

Choose a tag to compare

@nzbin nzbin released this 22 Mar 09:58
  • resolve sass if function deprecation warnings

v21.1.3

Choose a tag to compare

@nzbin nzbin released this 11 Jan 03:27

Bug Fixes

  • select: fix compareWith is missing (#457)

v20.4.2

Choose a tag to compare

@nzbin nzbin released this 27 Dec 08:57
  • color-picker: binding value prop for color-picker

v19.5.1

Choose a tag to compare

@nzbin nzbin released this 27 Dec 09:18
  • color-picker: binding value prop for color-picker (c05def7)
  • datetimepicker: fix the active cell when displaying week numbers (c2d12ce)
  • datetimepicker: allow tabbing between inputs and pressing enter for confirming on timeview (2987dd1)