Skip to content

Releases: guastallaigor/vue-horizontal-timeline

0.12.0

08 Dec 00:13
Compare
Choose a tag to compare

0.12.0 (2021-12-08)

chore

  • update version and remove one badge (934c755)
  • update version to 0.12.0 (3c4be74)

docs

  • update readme to add vue3 support (fa81a36)

feat

  • add vue3 support by changing slots (70f26b1)

style

  • remove style tag that added two new classes (2efb4ee)

0.11.0

06 Dec 14:01
Compare
Choose a tag to compare

0.11.0 (2021-12-06)

chore

  • update version and remove one badge (934c755)

style

  • remove style tag that added two new classes (2efb4ee)

feat

  • added a v-bind for index of items to the timeline (7f5e35f)

0.10.0

17 Aug 12:42
Compare
Choose a tag to compare

0.10.0 (2021-08-17)

and dependabot merge requests

0.9.1

14 May 02:00
Compare
Choose a tag to compare

0.9.1 (2021-05-13)

chore: yarn.lock update. snapshot update (5131c94298633969e637e64a127dd67885e6022a)

0.9.0

14 May 01:55
Compare
Choose a tag to compare

0.9.0 (2021-05-13)

feat: add ability to have gaps between steps. update dependencies (9a0e902ec547ce063dff0c8da1481a7a3e66c61d)

0.8.0

05 Mar 01:21
Compare
Choose a tag to compare

0.8.0 (2021-03-04)

Solved the scopedSlot issue of latest vue (494ef3484e9c77001c75b69c577e2b078dea82ba)

Merged 2 dependabot fixes

0.7.0

17 Jul 15:06
ec65731
Compare
Choose a tag to compare

0.7.0 (2020-07-17)

  • chore: update storybook, add css minified build step (a243022278f3c3a0d636433653b95d875a330085)
    Now we can develop using SASS at src/assets/css/style.scss, and then build it using yarn build. This will generate a style.min.css and style.min.css.map. The component will use the style.min.css instead of the scss 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

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

11 Feb 10:29
Compare
Choose a tag to compare

0.6.0 (2020-02-11)

BREAKING CHANGES

0.5.1

06 Jan 14:54
Compare
Choose a tag to compare
chore: update version and README

v0.3.0

24 Feb 13:55
Compare
Choose a tag to compare
docs: readme update