Skip to content

Releases: tinydesk/angular-tileview

Watch Collection

29 Apr 07:01
Compare
Choose a tag to compare

The main change in this release is that now the items property is monitored via watchCollection so most of the changes to the items should now be reflected in the view automatically.

Changelog:

  • watchCollection on items
  • Internal optimisations
  • Changed the scrollEnd property to a options.onScrollEnd callback function (breaking change)

Fix Scroll End Trigger

25 Apr 08:16
Compare
Choose a tag to compare

Scroll end is also triggered when there is no scroll bar visible.

Acccess outer scope

25 Apr 07:26
Compare
Choose a tag to compare

This release includes a feature to access the outer scope in item templates. It also improves the cleanup process to avoid memory leaks and includes other bugfixes.

Bugfixes

24 Apr 18:53
Compare
Choose a tag to compare

Fixed a bug with horizontal layouting.

Align horizontal

24 Apr 17:14
Compare
Choose a tag to compare

This release adds the functionality to align items horizontally in a single row.

Core Functionality

24 Apr 16:22
Compare
Choose a tag to compare

This release includes the most important functionality to make the component useful:

  • Resizing
  • Custom dynamic template urls
  • Custom dynamic cell sizes
  • Scroll end listener
  • Virtualisation