Update package scope, registry and repository URL. #2423
Re-release after fixing component-versioning bug.
Support for IE11 has been discontinued. Therefore, we no longer transpile the code with Babel, the codebase is based on ES2019.
Migrate to lit. #2207
- BREAKING CHANGE: The new default for
size
of icons loaded by URL or SVG string is now 24x24 px instead ofauto
. - BREAKING CHANGE: We renamed the size value
auto
tooriginal
. - Functional icons should have only 3 sizes. You can now set these dimensions via
size
property. #2110
- The new material icons were added.
- Fix: prevent duplicate style attachment. (#1727)
- Remove
plus
icon and replace it withadd
in Typescript typings.
- BREAKING CHANGE: The icon
plus
is not available anymore. Useadd
instead.
- Upgrade to versioned component.
- BREAKING CHANGE: Changed default behavior: SVGs have now 24x24 pixels. (#1725)
- BREAKING CHANGE: Use newest major version of
materials
with changed icons.
- The implementation of the wrapper to make a component React-ready has
fundamentally changed. In particular, unknown Boolean- or
string-valued properties are now accepted and converted to HTML
attributes. E.g.
data-seleniumid="my-id"
is now supported. - All defined attributes attached to a component before component construction time are now taken into account. Conversely, all undefined component attributes are initialized with type-appropriate default values at this time. This may amount to a breaking change if the component consumer had previously assumed undefined or uninitialized behaviour.
- add the possibility to set svg as a string
- add property
size
to React interface