Skip to content

Releases: tinydesk/angular-tileview

Watch Collection

Choose a tag to compare

@widmoser widmoser released this 29 Apr 07:01

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

Choose a tag to compare

@widmoser widmoser released this 25 Apr 08:16

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

Acccess outer scope

Choose a tag to compare

@widmoser widmoser released this 25 Apr 07:26

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

Choose a tag to compare

@widmoser widmoser released this 24 Apr 18:53

Fixed a bug with horizontal layouting.

Align horizontal

Choose a tag to compare

@widmoser widmoser released this 24 Apr 17:14

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

Core Functionality

Choose a tag to compare

@widmoser widmoser released this 24 Apr 16:22

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