Skip to content

Releases: carbon-design-system/carbon-components-angular

v1.11.4

30 Oct 03:47
9c5210f
Compare
Choose a tag to compare

1.11.4 (2018-10-30)

Bug Fixes

  • docs: fix versioned deployments not actually running (f46b74d)

v1.11.3

29 Oct 15:25
cdaca30
Compare
Choose a tag to compare

1.11.3 (2018-10-29)

Bug Fixes

  • tabs: loop around for a11y (e5133c5)

v1.11.2

29 Oct 12:57
ed21f9e
Compare
Choose a tag to compare

1.11.2 (2018-10-29)

Bug Fixes

  • dropdown: integrate changes from internal lib, add value input for ngModel (4752c5d)

v1.11.1

26 Oct 17:49
a08ee32
Compare
Choose a tag to compare

1.11.1 (2018-10-26)

Bug Fixes

  • deploy: deploy versioned documentation (06f0679)

v1.11.0

26 Oct 14:31
be171de
Compare
Choose a tag to compare

1.11.0 (2018-10-26)

Bug Fixes

  • select: add ngModel support to select. closes #157 (ff31a37)
  • switch: IBM/carbon-components-angular#197 Add missing 'disabled' attribute (b1811dd)
  • switch: IBM/carbon-components-angular#197 Use ngClass instead of renderer (22860d1)

Features

  • switch: IBM/carbon-components-angular#68 Add small version of switch component (372253f)

v1.10.1

25 Oct 02:19
0c23372
Compare
Choose a tag to compare

1.10.1 (2018-10-25)

Bug Fixes

  • docs: rollback compodoc to last known working version (1596e02)

v1.10.0

23 Oct 19:45
6d12104
Compare
Choose a tag to compare

1.10.0 (2018-10-23)

Features

  • remove ngx-translate (3b9d4dd)
  • i18n: add simple i18n service (3a49df7)

v1.9.2

19 Oct 13:29
085d1cd
Compare
Choose a tag to compare

1.9.2 (2018-10-19)

Bug Fixes

  • dialog: make a11y work automagically for all dialogs (d831cc3)

v1.9.1

19 Oct 03:29
5cefa67
Compare
Choose a tag to compare

1.9.1 (2018-10-19)

Bug Fixes

  • table: fix expandable row DAP issue (eb6cba1), closes #179
  • table: fix title and labels for sort data icons. (3870cdd), closes #184

v1.9.0

18 Oct 15:42
6e31536
Compare
Choose a tag to compare

1.9.0 (2018-10-18)

Bug Fixes

  • combobox: actually use the value of the placeholder input (56bdfed)
  • combobox: emit selected when the selection is cleared (ec706a0)

Features

  • table: add support for custom "no data" template (1416cff), closes #48