Releases: guastallaigor/vue-horizontal-timeline
0.12.0
0.11.0
0.10.0
0.10.0 (2021-08-17)
-
feat(vuehorizontaltimeline): introduced two new fields on the timeline item to add custom styles (ab1adae7fb28882afa4cebbdd74d103271437fb2)
-
docs(readme): update documentation adding the two new item attributes information (a7cde3984f09bdf7e3b723b7d3b9a35ea994d254)
-
style: remove style tag that added two new classes (2efb4eeb9898ac3f03fa9b0e2b7f3b40667a406a)
-
chore(storybook): add item classes to storybook (90ba5a3ef67027c925a1ffb83f1cdd8388181e11)
and dependabot merge requests
0.9.1
0.9.1 (2021-05-13)
chore: yarn.lock update. snapshot update (5131c94298633969e637e64a127dd67885e6022a)
0.9.0
0.9.0 (2021-05-13)
feat: add ability to have gaps between steps. update dependencies (9a0e902ec547ce063dff0c8da1481a7a3e66c61d)
0.8.0
0.8.0 (2021-03-04)
Solved the scopedSlot issue of latest vue (494ef3484e9c77001c75b69c577e2b078dea82ba)
Merged 2 dependabot fixes
0.7.0
0.7.0 (2020-07-17)
-
chore: update storybook, add css minified build step (a243022278f3c3a0d636433653b95d875a330085)
Now we can develop using SASS atsrc/assets/css/style.scss
, and then build it usingyarn build
. This will generate astyle.min.css
andstyle.min.css.map
. The component will use thestyle.min.css
instead of thescss
component -
chore: update storybook, readme, scripts, dependencies. remove one test (a96077047ed0bfea414d1ce2b55daa1a7e81b425)
All dev dependencies were updated, and Vue was update to 2.6.11
from 2.6.10
Storybook was refactored to adapt all the changes
Viewport and a11y addons were added. Notes addon was removed
Removed isVueInstance()
test from Vue Test Utils
-
style: update storybook label for better explanation (1b902ee6b3a2c91de8dfc598a4f8cb129e34e93c)
-
chore: remove storybook docs (d515063d5302609fad0c00a4bd63734943c2c21c)
BREAKING CHANGES
No breaking changes for normal users, only breaking changes for contributors
Scripts names were changed/added:
...
"scripts": {
"delete-dev:css": "rimraf src/assets/css/style.dev.css",
"build:cleancss": "cleancss src/assets/css/style.dev.css -o src/assets/css/style.min.css --source-map",
"build:minify": "sass src/assets/css/style.scss:src/assets/css/style.dev.css --style=compressed --no-source-map",
"build:autoprefix": "postcss src/assets/css/style.dev.css --replace --use autoprefixer",
"build": "npm run build:minify && npm run build:autoprefix && npm run build:cleancss && npm run delete-dev:css",
"lint": "vue-cli-service lint",
"storybook:build": "build-storybook",
"storybook": "start-storybook -p 6006",
"test:unit": "vue-cli-service test:unit",
"test:watch": "vue-cli-service test:unit --watch",
"commit": "git-cz",
"commit:retry": "git-cz --retry",
"commitmsg": "commitlint -e"
},
...
README.md
was updated (badges removed, a few notes were added and commands were changed)
Removed Greenkeeper badge and integration
0.6.0
0.6.0 (2020-02-11)
- improvement: adds Scoped Slot compatibility (d240b4d2364ebbd0de7d881be4b9ed5adc1c1052)
BREAKING CHANGES
- improvement: remove has-slot prop input-file feature (f4b1c9217bc92614c1f4c35afba20c7cfc27e069)
- test: fix default slot in unit test (3f6ee2a79e4715087ebb66667ae112a92c4f57a4)
- chore(package): update husky (d54d7f8dc107c2d0848fce8da7371f35fde7d5f7)
- build: version 0.6.0 (355a3187c0d401a37a92f1703f521959b84bf6c7)
0.5.1
chore: update version and README
v0.3.0
docs: readme update