Skip to content

4.0.0

Choose a tag to compare

@jsardid jsardid released this 12 Jan 22:07
· 6650 commits to master since this release
76bdc1f

💥 Breaking changes:

  • DxcDateInput. New component. Full re-implementation of DxcDate component. DxcDate component will remain as deprecated during one release before being discontinued.
  • DxcTextInput. New component. Full re-implementation of DxcInput component. DxcInput component will remain as deprecated during one release before being discontinued.
  • DxcFileInput. New component. Full re-implementation of DxcUpload component. DxcUpload component will remain as deprecated during one release before being discontinued.
  • DxcSelect. Full re-implementation. Old version will remain available as deprecated (as V3DxcSelect) during one release before being discontinued.
  • DxcTextarea. Full re-implementation. Old version will remain available as deprecated (as V3DxcTextarea) during one release before being discontinued.

✨ New features:

  • DxcNumberInput. New component.
  • DxcPasswordInput. New component.
  • DxcToggleGroup. Visual re-design.

🐛 Patches:

  • Multiple accessibility improvements.
  • Bug fixing.