Skip to content

Releases: souly1/ng-walkthrough

Bug fixes

04 Jan 08:33
Compare
Choose a tag to compare

Check commit comments to see changes.

Added did attribute

21 Sep 17:35
Compare
Choose a tag to compare

did sets the id to the walkthrough element once opened

Walkthrough bound to body element

09 Jul 20:28
Compare
Choose a tag to compare
Pre-release
  • 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

10 Jun 17:25
Compare
Choose a tag to compare
v0.4.3 Pre-release
Pre-release
  • Support for Angular 1.5
  • Support CSS selectors other than '#'

Server calls for walkthrough icons and offset calculation

23 Feb 13:39
Compare
Choose a tag to compare

Fixed server calls for walkthrough icons and offset calculation

v0.4.1 Embedding icons and template

25 Jan 11:34
Compare
Choose a tag to compare
Pre-release
  • 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

06 Jan 20:50
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
* Fix of a bug to introduced when attempting to close tip with X

Bottom of walkthrough location support

17 Oct 09:11
Compare
Choose a tag to compare
Pre-release
  • 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

19 Sep 14:04
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
  • Fixed location setting of hole and other elements when using Ionic
  • Added unit test for when using Ionic

Focus Element Glow Border

14 Sep 20:37
Compare
Choose a tag to compare
Pre-release
  • 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