Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1 KB

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 1 KB

Glimmer Native Changelog

v0.0.5 (August 1, 2019)

  • #13 [BUGFIX] Fixed back rendering issue when closing modal

v0.0.4 (July 31, 2019)

  • #12
  • Added ListView (Provides native view recycling to allow for large lists)
  • Added HtmlView, ListPicker, Switch & TextField
  • Improved modifier to allow for event params
  • Register Glimmer Helpers automatically
  • Fixing component args property to be in the correct location
  • Allow passing of data through LinkTo
  • Providing navigation through Glimmer Native via the Navigation class.
  • Provide ability to register native component (From Nativescript marketplace)
  • Upgrade to Nativescript 6

v0.0.3 (June 11, 2019)

  • #5 [BUGFIX] Fix if block and if helper.
  • #4 [BUGFIX] Fix child ordering in layout and misc cleanup.