You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
⚠ BREAKING CHANGES
elements: We have decided to remove the color scheme from most of our components. On the one hand it makes no sense for the input elements to be displayed in alert colors, for example, and on the other hand the styles no longer fit our new color concept, which we will introduce gradually.
elements|ino-icon-button: To avoid confusion, we have removed all css variables prefixed by --ino-icon-button-. Use the documented ones instead.
elements|ino-header: We've decided to remove the ino-header component as it did not really provide the flexibility we wanted. To still use the inovex-elements header styles, we recommend to integrate our new stylesheet which styles all headlines from <h1> to <h6> and more. Have a look at our integration guide.
elements|ino-chip: As part of the design update, we've decided to remove the color-scheme property in all input elements. Read above for more information.
elements|ino-switch: As part of the design update, we've decided to remove the color-scheme property in all input elements. Read above for more information.
elements|ino-form-row: Since our input component provides a label on its own, this component is obsolete. That's why we've decided to remove it.
elements|ino-range: As part of the design update, we've decided to remove the color-scheme property in all input elements. Read above for more information.
elements|ino-sidebar: Since the component is just a container with a simple slide animation and does not provide any other functionality or styling, we decided to remove it.
Features
elements: provide global stylesheet (#733) (73dfc9a)
elements|ino-switch: support icons (#724) (8027499)