This repository has been 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
ignoredHash
on the manager to ignored hashs
StepManager 1.2.0
1.2.0
New features
- Add the
getStepDatasToRender
function on the Steps - Add the
getRouteId
function on the Router - Add the
onChange
hook promise function on the Manager options - Add the
async/await
parameter on thecreateStep
and thedestroyStep
functions - Add the
getStepDatasToRender
on 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
steps
andstepsOrder
variables (prevent conflict with route name usage as object key) - Update all the unit tests after the reworks
- Update the
routeId
on the unit tests (the identifier is now different from the route) - Update the
ESLint
andMarkdownLint
config - Update the
README
and theCHANGELOG
- Replace
Travis
byGitHub Actions
- Update the linter (
Stylelint
,Prettier
) - Update the README
Removes
- Remove the destroy calls on the step complete function. Move them on the
destroy
function of the Manager
StepManager 1.1.0
1.1.0
Updates
- Add Jest tests for
manager
,router
,cache-manager
andsteps
files - Bug fixes
StepManager 1.0.0
CHANGELOG
1.0.0
New features
- First release of
StepManager