npm @angular/youtube-player 17.0.0-next.0
v17.0.0-next.0

latest releases: 18.2.5, 19.0.0-next.5, 18.2.4...
13 months ago

17.0.0-next.0 "paper-crane" (2023-08-17)

material

Commit Description
feat - 9906aa344 theming: Add APIs to check what information theme has
feat - 1a85dd299 theming: Add APIs to get color info from theme
feat - e608f5fa3 theming: Add APIs to get density info from theme
feat - f52e97958 theming: Add APIs to get typography info from theme
fix - 68096ec9d button: Move fab unthemable tokens to theme mixin (#27580)
fix - 408c0b492 card: Apply tokens at mixin root (#27557)
fix - 06460d177 card: Move unthemable tokens to theme mixin (#27579)
fix - 03a773a02 checkbox: Move unthemable tokens to theme mixin (#27556)
fix - b423c0e0b datepicker: deprecate constructor injection in NativeDateAdapter (#26144)
fix - 7c16cc8b6 list: Move unthemable tokens to theme mixin (#27607)
fix - 047404067 progress-bar: Move unthemable tokens to theme mixin (#27563)
fix - 593fc79ec progress-spinner: Move unthemable tokens to theme mixin (#27567)
fix - b13c6aa19 slider: change slider to use MDC's token API (#27375)
fix - c572dc4bf slider: Move unthemable tokens to theme mixin (#27584)
fix - 65c97170d snack-bar: Move unthemable tokens to theme mixin (#27596)
fix - 6cc6cf21f tooltip: Emit tokens under mixin root selector (#27585)
fix - ccd2d7fa7 tooltip: Move unthemable tokens to theme mixin (#27569)
fix - f7e3ae3bd remove legacy components (#27622)

material-experimental

Commit Description
feat - 60aa52c88 theming: Support defining M3 theme objects

multiple

Commit Description
fix - 86e9e524c remove .import.scss and -legacy-index.scss files (#27571)
fix - 55f9618b6 remove unnecessary base classes (#27632)

Breaking Changes

material

  • All legacy components that were replaced by an MDC version have been
    removed.
  • There are new styles emitted by mat.fab-theme that are not
    emitted by any of: mat.fab-color, mat.fab-typography,
    mat.fab-density. If you rely on the partial mixins only and don't
    call mat.fab-theme, you can add mat.fab-base to get the
    missing styles.
  • There are new styles emitted by mat.card-theme that are not
    emitted by any of: mat.card-color, mat.card-typography,
    mat.card-density. If you rely on the partial mixins only and don't
    call mat.card-theme, you can add mat.card-base to get the
    missing styles.
  • There are new styles emitted by mat.checkbox-theme that are not
    emitted by any of: mat.checkbox-color, mat.checkbox-typography,
    mat.checkbox-density. If you rely on the partial mixins only and don't
    call mat.checkbox-theme, you can add mat.checkbox-base to get the
    missing styles.
  • NativeDateAdapter no longer takes Platform in its
    constructor. It also now uses the inject function, and therefore
    cannot be instantiated directly (must go through Angular's DI system
    instead).
  • There are new styles emitted by mat.list-theme that are not
    emitted by any of: mat.list-color, mat.list-typography,
    mat.list-density. If you rely on the partial mixins only and don't
    call mat.list-theme, you can add mat.list-base to get the
    missing styles.
  • There are new styles emitted by mat.progress-bar-theme that are not
    emitted by any of: mat.progress-bar-color, mat.progress-bar-typography,
    mat.progress-bar-density. If you rely on the partial mixins only and don't
    call mat.progress-bar-theme, you can add mat.progress-bar-base to get the
    missing styles.
  • There are new styles emitted by mat.progress-spinner-theme that are not
    emitted by any of: mat.progress-spinner-color, mat.progress-spinner-typography,
    mat.progress-spinner-density. If you rely on the partial mixins only and don't
    call mat.progress-spinner-theme, you can add mat.progress-spinner-base to get the
    missing styles.
  • There are new styles emitted by mat.slider-theme that are not
    emitted by any of: mat.slider-color, mat.slider-typography,
    mat.slider-density. If you rely on the partial mixins only and don't
    call mat.slider-theme, you can add mat.slider-base to get the
    missing styles.
  • There are new styles emitted by mat.snack-bar-theme that are not
    emitted by any of: mat.snack-bar-color, mat.snack-bar-typography,
    mat.snack-bar-density. If you rely on the partial mixins only and don't
    call mat.snack-bar-theme, you can add mat.snack-bar-base to get the
    missing styles.
  • There are new styles emitted by mat.tooltip-theme that are not
    emitted by any of: mat.tooltip-color, mat.tooltip-typography,
    mat.tooltip-density. If you rely on the partial mixins only and don't
    call mat.tooltip-theme, you can add mat.tooltip-base to get the
    missing styles.

multiple

  • @import of Angular Material and Angular CDK Sass is no longer
    supported. Please use @use instead.

Don't miss a new youtube-player release

NewReleases is sending notifications on new releases.