Update package scope, registry and repository URL. #2423
Re-release after fixing component-versioning bug.
Improve cookie-disclaimer types, event param names always event
#2344
- Support for IE11 has been discontinued. Therefore, we no longer transpile the code with Babel, the codebase is based on ES2019.
- Fix react 18 type children issue. #2295
Migrate to lit. #2207
- Fix: prevent duplicate style attachment. (#1727)
- Fixed optical bug at storybook (#1860)
- Replaced old typography with new one. This changes could have changed the components design. (#1796 and #1750)
- You can now import ts types for
variant
.
- Upgrade to versioned component.
- 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.
- The background of the component is now a little bit transparent to see elements behind it.