"Fossies" - the Fresh Open Source Software Archive

Member "material-components-web-14.0.0/CHANGELOG.md" (28 Apr 2022, 237271 Bytes) of package /linux/www/material-components-web-14.0.0.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format (assuming markdown format). Alternatively you can here view or download the uninterpreted source code file. A member file download can also be achieved by clicking within a package contents listing on the according byte size field. See also the latest Fossies "Diffs" side-by-side code changes report for "CHANGELOG.md": 13.0.0_vs_14.0.0.

A hint: This file contains one or more very long lines, so maybe it is better readable using the pure text view mode that shows the contents as wrapped lines within the browser window.


Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

14.0.0 (2022-04-27)

Bug Fixes

Features

BREAKING CHANGES

PiperOrigin-RevId: 444830518 * slider: Adds #getValueIndicatorContainerWidth method to slider adapter.

PiperOrigin-RevId: 419837612

13.0.0 (2021-09-24)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

PiperOrigin-RevId: 398575780 * iconbutton: MDC iconbutton _index Sass module will only export theme mixins.

PiperOrigin-RevId: 391773229 * theme: Renamed Sass mixins validate-keys() to validate-theme() in @material/theme

PiperOrigin-RevId: 390671152 * fab: Renamed Fab’s mixins to deprecate legacy theme mixins.

PiperOrigin-RevId: 387378201

12.0.0 (2021-07-27)

Bug Fixes

Build System

Code Refactoring

Features

Reverts

BREAKING CHANGES

PiperOrigin-RevId: 386490861 * Breaking change for the UMD-case where the exports are bound to a global variable. Previously the entry-point would appear in camel-case, but now it’s matching the actual package name in dash-case. This is unfortunately not avoidable with the current Webpack tooling. i.e. previous UMD users relying on the globals (which are rather rare anyway), would need to switch from window.mdc.circularProgress to window.mdc['circular-progress]. * checkbox: Renamed old checkbox theme mixin for deprecation

PiperOrigin-RevId: 384568221 * iconbutton: Icon button now requires an inner ripple element with class mdc-icon-button__ripple. See README for details.

PiperOrigin-RevId: 372153409

11.0.0 (2021-04-15)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

PiperOrigin-RevId: 368489085 * fix: the old list implementation has been deprecated and now requires that class names use an “mdc-deprecated-list-” prefix. The new implementation (list evolution), no longer uses a prefix (”mdc-evolution-list-” is now just “mdc-list-*“).

PiperOrigin-RevId: 364441086 * snackbar: Dom structure change, see README.md

PiperOrigin-RevId: 363926666 * tooltip: Added adapter method: - registerAnchorEventHandler( evtType: K, handler: SpecificEventListener): void; - deregisterAnchorEventHandler( evtType: K, handler: SpecificEventListener): void;

PiperOrigin-RevId: 358401984

10.0.0 (2021-02-05)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

9.0.0 (2020-12-29)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

PiperOrigin-RevId: 346325244 * Removed deep-get() API from mdc-theme, use sass:map’s get() API instead.

PiperOrigin-RevId: 345257138 * tooltip: Added adapter method: - anchorContainsElement(element: HTMLElement): boolean; Rich tooltips are currently in development and is not yet ready for use.

PiperOrigin-RevId: 345221617 * slider: Slider is now backed by an input of type=“range”. Additionally, adapter methods (focusInput, isInputFocused, registerInputEventHandler, deregisterInputEventHandler) were added.

PiperOrigin-RevId: 344116908 * tooltip: Added adapter methods: - setAnchorAttribute(attr: string, value: string): void; - registerEventHandler( evtType: K, handler: SpecificEventListener): void; - deregisterEventHandler( evtType: K, handler: SpecificEventListener): void; Rich tooltips are currently in development and is not yet ready for use.

PiperOrigin-RevId: 343894231 * slider: Adds slider adapter methods (get/setInputValue, get/setInputAttribute, removeInputAttribute). Slider DOM structure now contains a hidden input.

PiperOrigin-RevId: 343157208

8.0.0 (2020-11-02)

Bug Fixes

Code Refactoring

Documentation

Features

Reverts

BREAKING CHANGES

7.0.0 (2020-06-23)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

6.0.0 (2020-04-22)

Bug Fixes

Code Refactoring

Features

Reverts

BREAKING CHANGES

4.0.0 (2019-11-02)

4.0.0 (2019-11-02)

Bug Fixes

Code Refactoring

Features

BREAKING CHANGES

Note: For older changes, see the changelog archive.