- Fix error coordinates undefined in console.log
- Fix arrow display on Safari/iOS
- Fix hidden zones when using library with fixed elements by adding
rootElement
attribute
- Fix resize event fired every time the address bar display is toggled (Android and iOS). Now the resize event is applied only when the width changes.
- Fix case when a step have no
focusElementSelector
(#19)
- Fix resize code not firing anymore (bug introduced in last release)
- Fix walkthrough visible while on pause when
window:resize
event is fired
- Fix crash on IE11 in certain circumstances
- Fix issue when using stop/continue container methods outisde of library
- Add verifications on
walkthroughContinue
:- check if
focusElementSelector
still exists. If not, we close the walkthrough (without emittingclosed
andfinished
events) - otherwise, refresh elements positioning
- check if
- Fix a bug of positioning while scrolling
- Improve content positioning:
whenverticalAlignContent = top | center | bottom
, if there is enough space on the side but we can't respect thealignContent center
attribute, we rollback toleft
orright
(where there is more space) - Improve scroll positioning
- Fix crash on static method with IE11
- Fix arrow for IE11 and Safari
- Fix javascript error in console (#16)
- Add
disabled
attribut onng-walkghrough
. - Add static variable
minimalMargin
onWalkthroughComponent
- Fix arrow position
- Fix crash
justifyContent
has been renamedalignContent
finishStep
has been renamedfinishButton
- Add
verticalAlignContent
attribut - Add
contentSpacing
andverticalContentSpacing
attribut
-
The default attribut for
verticalAlignContent
istop
, which means that content is now horizontaly aligned with the top of the focus zone, and not above or below. If there is not not enough place to place the content that way, it rollbacks toabove
orbelow
. -
With
verticalAlignContent
ontop
orbottom
, the arrow makes a curved line to the side of the content
- Add
marginZone
attribut - add static methods :
WalkthroughComponent.walkthroughStop()
,WalkthroughComponent.walkthroughContinue()
,WalkthroughComponent.walkthroughHasShow()
,WalkthroughComponent.walkthroughHasPause()
- add a
WalkthroughEvent
onfinish
andready
emitter
- Fix import
- Fix CSS for Safari
- add output events
finish
andready
onWalkthroughComponent