Skip to content

Latest commit

 

History

History
89 lines (57 loc) · 5.33 KB

CHANGELOG.md

File metadata and controls

89 lines (57 loc) · 5.33 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.1.0 (2018-10-16)

Bug Fixes

  • bump the circleci node version to allow the tests to run (aeeb2f3)
  • Changed @click on Steps to @click.prevent (d2b7a11)
  • destructuration doesn't work, the parameter(s) has to be passed directly (bccf4ee)
  • resolve vulnerabilities reported by npm (38cb274)

Features

  • add a new step to show off the target handling in corners (16fd73f)
  • add optional starting step to VTour (13d6996)
  • add options to change navigation buttons text (f1a4302)
  • use jump.js for more options per step (64eb8d1)
  • scroll: use jump.js to scroll only when scroll options are defined (97667bd)
  • steps: add the possibility to change the text of the buttons through the tour options (2ead09e)

1.0.1 (2018-03-16)

Bug Fixes

  • bump the vue-tour version in the demo (1c7a9eb)

1.0.0 (2018-03-16)

Bug Fixes

  • add default props to prevent error when the property is not passed (3405237)
  • prevent the tour of starting again when using arrow keys (d7e8d42)
  • remove the side-effects by removing only our event listener (3b9e389)

Features

  • add a GitHub button on the demo and scroll back to the top (94adbdd)
  • add a header slot in VStep (8cd3883)
  • add custom callback management (83481b1)
  • add support for Popper's parameters (4328c37)
  • handle keyboard events + support a config prop + min and max props (bba1ed6)
  • initial constant file (623e962)
  • prevent dismissing the tour using the keyboard (bd73513)
  • prevent dismissing the tour when using previousStep on the first step (fa93aac)
  • use isFinished in previous/nextStep + reset isFinished when starting the tour (b70c371)

1.0.0-beta.0 (2018-02-22)

Bug Fixes

  • attempt to fix the demo (da58bfc)
  • change the CircleCI configuration (fd0f90e)
  • change the PayPal link (07658ce)
  • fix tests and improve error handling (a53b281)
  • make the project build (e0d3df4)
  • prepare the build for a deployment on GitHub Pages (e20cb1d)
  • ci: change the environment for Cypress (ef5a537)
  • ci: install dependencies as root (e8c8e67)
  • ci: revert the environment and install Cypress' dependencies (80832c9)
  • ci: run the webserver and start the e2e tests manually (5ea7219)

Features

  • add a minimal demo file to quickly test the build (225a2e0)
  • change the build command to package the code as a library (d875f43)
  • change the text of the landing and the default style of steps (48fb1b9)
  • improve the layout of the demo (0489c20)
  • install the plugin automatically if Vue has been added to the global scope (4f469c6)
  • minor variable declaration improvement (262374f)
  • ci: copy and move folders to be ready for deployment (ea8b089)