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
gvTemplateKey
angular directive has been removed. In order to define template keys in angular projects the plugin now uses the samensTemplateKey
directive that is used in the coreListView
component.
Version 4.1
- Added
scroll
event (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
supportVersion
to yourbuild.gradle
project 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
verticalSpacing
andhorizontalSpacing
properties have been removed. In order to specify the spacing between cells usemargin
for the layout in your template.- Android native object has been changed to
RecyclerView
colWidth
androwHeight
can now be specified as percentages
Version 3.0 (RC1)
- Compatibility with NativeScript 3.0 modules
verticalSpacing
andhorizontalSpacing
properties have been removed. In order to specify the spacing between cells usemargin
for the layout in your template.- Android native object has been changed to
RecyclerView
colWidth
androwHeight
can now be specified as percentages