Skip to content

Releases: dxc-technology/halstack-angular

5.0.2

30 Mar 10:16
ec0d777
Compare
Choose a tag to compare
  • Fixed vulnerabilities. #853

5.0.1

04 Aug 09:58
a31eaf0
Compare
Choose a tag to compare

Fix version dropdown on website

5.0.0

02 Aug 07:50
3121199
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.3...5.0.0

Release 4.0.5

25 Mar 11:16
Compare
Choose a tag to compare

FIX:
Fix default selected value on dxc-select-component.

Release 4.0.4

25 Mar 08:53
Compare
Choose a tag to compare

Fix default selected value in dxc-select.component

Release 4.0.3

02 Mar 15:18
d1ce1e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.2...4.0.3

Release 4.0.2

28 Jan 13:27
fb59331
Compare
Choose a tag to compare

✨ New features:

Changing examples on halstack angular site to stackblitz

Release 4.0.1

26 Jan 15:13
1864d58
Compare
Choose a tag to compare

🐛 Patches:

  • DxcPasswordInput onChange and onBlur events have been updated passing error and value as argument object .

Release 4.0

25 Jan 07:54
d88b8fd
Compare
Choose a tag to compare

💥 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.

Release 3.0.6

26 Nov 13:06
ad8ffd8
Compare
Choose a tag to compare

Fix

  • Fix default theming when service is not injected.