Releases: souly1/ng-walkthrough
Releases · souly1/ng-walkthrough
Bug fixes
Added did attribute
did sets the id to the walkthrough element once opened
Walkthrough bound to body element
- Removed old deprecated API
- Removed 'is-bind-click-event-to-body', not required in new implementation
- Moved walkthrough element to append to body when opened
- Fixed issue with focus elements on navigation bar (was it due to multiple items with same name but some not visible?)
- Added property 'has-backdrop'
v0.4.3
Server calls for walkthrough icons and offset calculation
Fixed server calls for walkthrough icons and offset calculation
v0.4.1 Embedding icons and template
- Embedded template solving issues related to referencing html file
- Embedded close button image for tip walkthrough into directive file
- Added external js file with icons solving issues related to referencing to icon files
- Updated tests
- Icons folder added to ignore in bower/npm, here for future developments if required
- Changed walkthrough-inner to display as fixed, which is more correct for many cases
- Added ability to add transclude to tip type of on boarding
- fixed bug where click to close on boarding would propagate to underlying item
- Updated Readme
- Bumped to version 0.4.1
v0.3.3
Bottom of walkthrough location support
- Added correct support for walkthrough text position at top of screen or bottom for both transparency and tip walkthroughs.
- Better support for tip walkthrough to not be dependent on number of text rows in it when placing icon/exit button
- 'tip-location' attribute deprecated. Use 'force-caption-location' instead in the same manner
v0.2.4
Focus Element Glow Border
- Fixed ability to highlight element with tip walkthrough mode.
- Added ability to set a glow border for focus element as well
- Added attempt to set focus element before timeout since perhaps it will work, such case in modern PC browsers