Skip to content

Commit e0135af

Browse files
authored
Patch 1.0.4 (#9)
* chore: update BS 4.1.3, Shards 2.1.0 * chore: update dist * chore: update readme * fix: computed `d-col` offset and order classes * fix: incorrect use of `.includes()` in `<d-list-group-item>` * fix: propagate link-specific props for d-dropdown-item * feature(d-progress): add size prop + docs * fix(d-card): bind listeners to the card component * fix(d-datepicker): fix highlighted colors * feature(d-datepicker): impr. highlighted dates, add small datepicker prop/modifier * fix(d-datepicker): fix datepickers inside input groups * fix(d-input): allow file inputs (temp) * chore: bump version number (1.0.4), update dist + changelog
1 parent 439f72a commit e0135af

25 files changed

+700
-421
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,34 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [1.0.0] - 2018-09-11
5+
### 1.0.4 - (2018-10-15)
6+
7+
* feature(d-datepicker): impr. highlighted dates, add small datepicker prop/modifier
8+
* feature(d-progress): add size prop + docs
9+
* fix(d-input): allow file inputs (temp)
10+
* fix(d-datepicker): fix datepickers inside input groups
11+
* fix(d-datepicker): fix highlighted colors
12+
* fix(d-card): bind listeners to the card component
13+
* fix: propagate link-specific props for d-dropdown-item
14+
* fix: incorrect use of `.includes()` in `<d-list-group-item>`
15+
* fix: computed `d-col` offset and order classes
16+
* chore: update readme
17+
18+
### 1.0.3 - (2018-09-18)
19+
20+
* chore: update BS 4.1.3, Shards 2.1.0
21+
* chore: update dist
22+
23+
### 1.0.2 - (2018-09-18)
24+
25+
* fix(alert): close button alert issues
26+
* fix(d-link): invalid `to` prop binding
27+
28+
### 1.0.1 - (2018-09-12)
29+
30+
* Fixed linting errors.
31+
32+
### 1.0.0 - (2018-09-11)
633

734
* Initial release.
35+

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If you'd like to fix a bug or work on a feature, make sure to follow the steps b
138138

139139
1. Clone the repository.
140140
2. Run `yarn` to install all required dependencies.
141-
3. Install Vue CLI and the CLI service globally by running: `npm i -g @vue/cli @vue/cli-service-global`.
141+
3. Install Vue CLI and the CLI service globally by running: `npm i -g @vue/cli @vue/cli-service-global` or `yarn global add @vue/cli-service-global`.
142142
4. Run `yarn watch` in order to kickstart the server and run the sandbox with hot reloading.
143143
5. Refer to the `sandbox/Sandbox.vue` file for more details.
144144

dist/shards-vue.common.js

Lines changed: 129 additions & 28 deletions
Large diffs are not rendered by default.

dist/shards-vue.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/shards-vue.common.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/shards-vue.common.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/shards-vue.esm.js

Lines changed: 129 additions & 28 deletions
Large diffs are not rendered by default.

dist/shards-vue.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/shards-vue.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/shards-vue.esm.min.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)