This repository was archived by the owner on Oct 15, 2023. It is now read-only.
Releases: yoriiis/step-manager
Releases · yoriiis/step-manager
StepManager 1.2.2
StepManager 1.2.1
1.2.1
New features
- Add the
ignoredHashon the manager to ignored hashs
StepManager 1.2.0
1.2.0
New features
- Add the
getStepDatasToRenderfunction on the Steps - Add the
getRouteIdfunction on the Router - Add the
onChangehook promise function on the Manager options - Add the
async/awaitparameter on thecreateStepand thedestroyStepfunctions - Add the
getStepDatasToRenderon the steps example - Add a transition effects on the step changes event on the example
Updates
- Replace the route key by the route id key (alias) in the
stepsandstepsOrdervariables (prevent conflict with route name usage as object key) - Update all the unit tests after the reworks
- Update the
routeIdon the unit tests (the identifier is now different from the route) - Update the
ESLintandMarkdownLintconfig - Update the
READMEand theCHANGELOG - Replace
TravisbyGitHub Actions - Update the linter (
Stylelint,Prettier) - Update the README
Removes
- Remove the destroy calls on the step complete function. Move them on the
destroyfunction of the Manager
StepManager 1.1.0
1.1.0
Updates
- Add Jest tests for
manager,router,cache-managerandstepsfiles - Bug fixes
StepManager 1.0.0
CHANGELOG
1.0.0
New features
- First release of
StepManager