Skip to content

Releases: PeterStaev/NativeScript-Grid-View

Version 5.1

08 Apr 22:04
Compare
Choose a tag to compare
  • Updated to work with Angular 7.2+ (#51)

Version 5.0

09 Jan 20:40
Compare
Choose a tag to compare
  • Updated to NativeScript 5+ and Angular 7+. If you are using the plugin in older environments, please continue to use the 4.x.x version.
  • BREAKING CHANGE: The gvTemplateKey angular directive has been removed. In order to define template keys in angular projects the plugin now uses the same nsTemplateKey directive that is used in the core ListView component.

Version 4.1

08 Jun 04:34
68c2874
Compare
Choose a tag to compare

Version 4.0

20 May 11:00
ab4bf2f
Compare
Choose a tag to compare
  • Updated to TNS 4.0. This makes the new version incompatible with TNS 3 projects. In case you still use TNS 3, continue to use nativescript-grid-view@~3.4

Version 3.4

05 Mar 15:04
Compare
Choose a tag to compare
  • Changed implementation for android to be snapshot friendly. This means that you can now add the plugin to your vendor chunk so it can be snapshot for faster loading.
  • Added scrollToIndex(index, animated) function (#10)
  • Added ability to define multiple templates, the same way you would define them for a ListView (#30)

Version 3.3

24 Jan 08:57
Compare
Choose a tag to compare
  • Update for NS 3.4 and angular 5.1
  • Added support version detection for build so that it does not cause problems with other plugins using the support lib. You can add the supportVersion to your build.gradle project config so set the version you want to be used.

Version 3.2

10 Sep 12:05
Compare
Choose a tag to compare
  • Added ability for horizontal scrolling (#7)
  • Fixed issue where loadMoreItems on android would not be called (#27)
  • Fixed an iOS crash when navigating away and back to page with the widget in angular (#25)

Version 3.1

28 Jul 22:15
Compare
Choose a tag to compare
  • Angular support (#12)

Version 3.0 Official Release

03 May 14:46
Compare
Choose a tag to compare
  • Compatibility with NativeScript 3.0 modules
  • verticalSpacing and horizontalSpacing properties have been removed. In order to specify the spacing between cells use margin for the layout in your template.
  • Android native object has been changed to RecyclerView
  • colWidth and rowHeight can now be specified as percentages

Version 3.0 (RC1)

17 Apr 13:30
Compare
Choose a tag to compare
Version 3.0 (RC1) Pre-release
Pre-release
  • Compatibility with NativeScript 3.0 modules
  • verticalSpacing and horizontalSpacing properties have been removed. In order to specify the spacing between cells use margin for the layout in your template.
  • Android native object has been changed to RecyclerView
  • colWidth and rowHeight can now be specified as percentages