Skip to content

v8.0.0

Compare
Choose a tag to compare
@janivo janivo released this 05 Jan 16:26
· 265 commits to master since this release
fd011b6

⚠ 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

Bug Fixes

  • elements-angular-example: fix missing icons (#783) (e8266b3)
  • elements-angular|ino-markdown-editor: prevent styles from being applied in wrong places (#780) (7bdbfc6)
  • elements|ino-datepicker: prevent month picker from skipping months (#842) (8299bdc)
  • elements|ino-icon-button: remove hardcoded css variables (#839) (5819434)
  • elements|ino-select: prevent the valueChange event from triggering initially and triggering twice (#749) (0495d50)
  • elements|ino-textarea: unable to set dimensions (#798) (d6c57bd)

Refactoring

  • elements|ino-form-row: remove component (#718) (e609947)
  • elements|ino-header: remove component (#793) (a83734d)
  • elements|ino-sidebar: remove component (#669) (349b84d)
  • elements|ino-switch: remove color-scheme prop (#717) (f051ef6)

Styling

  • elements|ino-chip: inherit width (#779) (a273530)
  • elements|ino-chip: update design (#752) (26dbacd)
  • elements|ino-range: apply new design (#712) (11ea415)
  • elements|ino-segment-button: animate checked change (#770) (8e92af2)