Skip to content

v22.0.0

Latest

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