Releases: PeterStaev/NativeScript-Grid-View
Releases · PeterStaev/NativeScript-Grid-View
Version 5.1
- Updated to work with Angular 7.2+ (#51)
 
Version 5.0
- 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 
gvTemplateKeyangular directive has been removed. In order to define template keys in angular projects the plugin now uses the samensTemplateKeydirective that is used in the coreListViewcomponent. 
Version 4.1
- Added 
scrollevent (thanks to @mintyweazel and @praven07) 
Version 4.0
- 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
- 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
- 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 
supportVersionto yourbuild.gradleproject config so set the version you want to be used. 
Version 3.2
Version 3.1
- Angular support (#12)
 
Version 3.0 Official Release
- Compatibility with NativeScript 3.0 modules
 verticalSpacingandhorizontalSpacingproperties have been removed. In order to specify the spacing between cells usemarginfor the layout in your template.- Android native object has been changed to 
RecyclerView colWidthandrowHeightcan now be specified as percentages
Version 3.0 (RC1)
- Compatibility with NativeScript 3.0 modules
 verticalSpacingandhorizontalSpacingproperties have been removed. In order to specify the spacing between cells usemarginfor the layout in your template.- Android native object has been changed to 
RecyclerView colWidthandrowHeightcan now be specified as percentages