All notable changes to this project will be documented in this file.
- fix(d-textarea): fix(d-textarea): dynamic height based on max-rows #12
- compat: fix IE11 conflict
- fix(d-form-checkbox): remove unnecessary
:checked
binding. - fix(d-form-radio): remove unnecessary
:checked
binding.
- fix(d-link): exact/active classes not properly applied #10
- fix(d-dropdown): hide dropdown when link is clicked
- feature(d-datepicker): impr. highlighted dates, add small datepicker prop/modifier
- feature(d-progress): add size prop + docs
- fix(d-input): allow file inputs (temp)
- fix(d-datepicker): fix datepickers inside input groups
- fix(d-datepicker): fix highlighted colors
- fix(d-card): bind listeners to the card component
- fix: propagate link-specific props for d-dropdown-item
- fix: incorrect use of
.includes()
in<d-list-group-item>
- fix: computed
d-col
offset and order classes - chore: update readme
- chore: update BS 4.1.3, Shards 2.1.0
- chore: update dist
- fix(alert): close button alert issues
- fix(d-link): invalid
to
prop binding
- Fixed linting errors.
- Initial release.