Releases: tinydesk/angular-tileview
Releases · tinydesk/angular-tileview
Watch Collection
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 aoptions.onScrollEnd
callback function (breaking change)
Fix Scroll End Trigger
Scroll end is also triggered when there is no scroll bar visible.
Acccess outer scope
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
Align horizontal
This release adds the functionality to align items horizontally in a single row.
Core Functionality
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