Skip to content

Releases: PeterStaev/NativeScript-Grid-View

Version 5.1

Choose a tag to compare

@PeterStaev PeterStaev released this 08 Apr 22:04
  • Updated to work with Angular 7.2+ (#51)

Version 5.0

Choose a tag to compare

@PeterStaev PeterStaev released this 09 Jan 20:40
  • 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

Choose a tag to compare

@PeterStaev PeterStaev released this 08 Jun 04:34
68c2874

Version 4.0

Choose a tag to compare

@PeterStaev PeterStaev released this 20 May 11:00
ab4bf2f
  • 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

Choose a tag to compare

@PeterStaev PeterStaev released this 05 Mar 15:04
  • 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

Choose a tag to compare

@PeterStaev PeterStaev released this 24 Jan 08:57
  • 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

Choose a tag to compare

@PeterStaev PeterStaev released this 10 Sep 12:05
  • 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

Choose a tag to compare

@PeterStaev PeterStaev released this 28 Jul 22:15
  • Angular support (#12)

Version 3.0 Official Release

Choose a tag to compare

@PeterStaev PeterStaev released this 03 May 14:46
  • 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)

Version 3.0 (RC1) Pre-release
Pre-release

Choose a tag to compare

@PeterStaev PeterStaev released this 17 Apr 13:30
  • 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