Releases: carbon-design-system/carbon-components-angular
Releases · carbon-design-system/carbon-components-angular
v1.11.4
1.11.4 (2018-10-30)
Bug Fixes
- docs: fix versioned deployments not actually running (f46b74d)
v1.11.3
1.11.3 (2018-10-29)
Bug Fixes
- tabs: loop around for a11y (e5133c5)
v1.11.2
1.11.2 (2018-10-29)
Bug Fixes
- dropdown: integrate changes from internal lib, add value input for ngModel (4752c5d)
v1.11.1
1.11.1 (2018-10-26)
Bug Fixes
- deploy: deploy versioned documentation (06f0679)
v1.11.0
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
1.10.1 (2018-10-25)
Bug Fixes
- docs: rollback compodoc to last known working version (1596e02)
v1.9.2
1.9.2 (2018-10-19)
Bug Fixes
- dialog: make a11y work automagically for all dialogs (d831cc3)
v1.9.1
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
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