Skip to content

Latest commit

 

History

History
795 lines (297 loc) · 37.4 KB

CHANGELOG.md

File metadata and controls

795 lines (297 loc) · 37.4 KB

2.6.4 (2020-05-25)

Bug Fixes

  • remove debugger statements (6d0f954)

2.6.3 (2020-05-23)

Bug Fixes

  • wrong child order (929b11a)
  • formatted-string: wrong atIndex condition (8939f7c)
  • trace: print actual nativeView's with their id (b2adf9c)
  • trace: print tagName without the native prefix (3b22260)

2.6.2 (2020-05-20)

Bug Fixes

  • correctly handle child reordering (a735ee5), closes #608
  • properly remove Spans from FormattedString (80fa127)
  • v-if/v-else-if/v-else and v-model updating the wrong model (5314f17), closes #644 #569 #402 #405

Performance Improvements

2.6.1 (2020-04-24)

Bug Fixes

2.6.0 (2020-04-13)

Bug Fixes

  • remove console.log override (#627) (226e108)
  • renderer: check for undefined before trimming style (#622) (9ce38a0)

Features

  • resolve navigation page on navigation event (#624) (787d1a5)
  • logging: log node creation errors (#625) (b502fc8)
  • registry: allow overriding elements (#626) (e37788c)

BREAKING CHANGES

  • Our console.log override using util-inspect has been removed due to performance concerns. If you were using Vue.config.debug = true to get colorful console.logs, this will no longer work. We have documented how you may add this feature back to your app if you relied on this behavior. See CONSOLE_LOG_OVERRIDE.md for details.

2.5.1 (2020-03-28)

Features

  • modals: allow passing in the target for opening the modal (#614) (31bc425), closes #612

2.5.0 (2020-02-28)

Bug Fixes

  • TabStripItem: bind attributes and listeners (#601) (aa42642)
  • nativeView accessor when $el is undefined. fixes #595 (#602) (6df1351)

Features

  • types: export ListView ItemEventData with item (3ba4941)

2.5.0-alpha.3 (2019-11-29)

Bug Fixes

  • ListView: v-if usage crash inside RLV template (#554) (838d98a)
  • modals: no ActionBar when launched from a frame within a component (#558) (3225852), closes #536 #536

Features

2.5.0-alpha.2 (2019-11-13)

Bug Fixes

2.5.0-alpha.1 (2019-09-07)

Bug Fixes

  • frame: $refs inside default page (#544) (4872304), closes #543
  • honour the ID of the components in the App (#541) (a2b0cd6)
  • look for parent Frame instead of a NavigationEntry (7147a9f)

Features

  • improve modals in DevTools (8677a52)

2.5.0-alpha.0 (2019-08-24)

Bug Fixes

  • devtools: refresh devtools when state changes (4d28b34)
  • crash on blank .vue template section (0295650)

Features

  • devtools: show navigation entries under Frame (e82d067)

2.4.0 (2019-07-23)

Features

  • add support for Tabs and BottomNavigation (#524) (806658b)

2.3.0 (2019-07-10)

2.4.0-alpha.0 (2019-07-10)

Bug Fixes

  • livesync and HMR fixes for NativeScript 6.0 (#508) (be95893), closes #481

Features

  • frame: allow setting clearHistory and backstackVisible options for default pages. (#514) (d06a7bd)

2.3.0 (2019-07-10)

Bug Fixes

  • listview: correct items prop type check (c770745), closes #522
  • listview: fix prop type check (5780bac), closes #522

2.3.0-rc.2 (2019-07-03)

Bug Fixes

2.3.0-rc.1 (2019-07-01)

Bug Fixes

2.3.0-rc.0 (2019-05-31)

Bug Fixes

  • hooks: make hooks compatible with CLI's 6.0.0 changes (#500) (6f8945e)
  • listview: only require tns module at runtime (4c00885)
  • ListView: allow ObservableArray items in ListView (Fixes #464) (#498) (a904c7b)
  • build and use local template compiler in samples (0282eca)

Features

2.2.2 (2019-04-10)

Reverts

  • Revert "fix: fix HMR issue on Android (#461)" as it does not work with {N}-5.2 but works with {N}-5.3 (621e7e6), closes #461

2.2.1 (2019-04-04)

Bug Fixes

2.2.0 (2019-03-18)

Bug Fixes

2.1.0 (2019-03-18)

Bug Fixes

  • add registerElement to NativeScriptVueConstructor (#413) (7adad31), closes #409
  • Extend ModalOptions type definitions (#422) (72e9097)
  • v-model: export registerElement in webpack. fix v-model issue #371 (e1bc562)

Features

  • show error when --bundle option is not provided (#361) (265f416)
  • list-view: Add support for default ListView item template (#438) (748d39a)

2.0.2 (2018-10-08)

Bug Fixes

  • destroy the navigation entry instance when the page is disposed (63f8f14)

2.0.1 (2018-10-08)

Bug Fixes

  • transition: use the correct transition when navigating (799e42f), closes #342
  • destroy vue instance when page is disposed (3df80ea), closes #339
  • fix function call order in after util (16ffa1c)

2.0.0 (2018-09-22)

2.0.0-rc.0 (2018-09-19)

Features

2.0.0-beta.1 (2018-09-19)

Bug Fixes

  • build: add buble as otherwise static bindings fail to generate (f36d462)

2.0.0-beta.0 (2018-09-18)

Features

BREAKING CHANGES

  • $navigateTo: passing props should now be done using options.props instead of options.context.propsData
  • the options object of $navigateTo has been simplified

2.0.0-alpha.3 (2018-09-12)

Bug Fixes

  • canBeLeftOpenTag in defaultViewMeta instead of canBeLeftOpen (#308) (1b63f5b)
  • provide explicit type to data (#305) (4389228)

2.0.0-alpha.2 (2018-08-08)

Bug Fixes

2.0.0-alpha.1 (2018-07-15)

Bug Fixes

2.0.0-alpha.0 (2018-07-04)

Bug Fixes

  • Detect boolean attributes and expand them if value is empty (#171) (72f2102)
  • don't create view without data (ba4e994), closes #229
  • fix consecutive v-if's and v-for's (821d726), closes #127 #240
  • fix v-if in ActionBar (95054ee), closes #76

Features

BREAKING CHANGES

  • All elements are now Vue components, in some cases where a ref is used to get the nativeView will have to be updated to use this.$refs.element.$el.nativeView instead of this.$refs.element.nativeView. There may be other breaking changes this introduces that are not known at this point.

1.4.0-alpha.0 (2018-05-07)

Features

  • allow custom getRootView implementation (4ec580c)
  • use the new run method instead of the old start method (d840d3c)

BREAKING CHANGES

  • nativescript 3.x will no longer work with this change because application.run has been added in 4.0

1.3.2-rc.4 (2018-04-22)

Bug Fixes

  • add missing setStyleScope method (eb03732)
  • check for existence of meta before accessing it (a67119e)
  • check for parentNode before calling .meta on it (45cb46d)

1.3.2-rc.3 (2018-04-22)

Features

  • support for frame elements (bb14c23)

1.3.2-rc.2 (2018-04-18)

Features

  • bootstrap: use the launch event instead of a navigation entry (13192b0)

1.3.2-rc.1 (2018-04-18)

Bug Fixes

  • bootstrap: re-mount when activity is re-created (850b12b)

1.3.2-rc.0 (2018-04-15)

Bug Fixes

1.3.1 (2018-03-10)

Bug Fixes

  • allow using for attribute in custom components (3114cca)
  • assign to existing instead of replacing (ce3e9ea)

1.3.0 (2018-02-27)

Bug Fixes

  • allow deepProxy to be used in expressions (d7646ee)
  • fix list view template selector getting the wrong item (d648a57)

Features

1.2.0 (2018-02-22)

Features

  • silence framework output by default (0e5c55b)

1.1.3 (2018-02-21)

Bug Fixes

  • fix option name for pageRouting (8a8446f)

Features

  • add and elements (ed96746)
  • add platform-dependent property setting (f981816)

1.0.0 (2018-02-13)

1.0.0-alpha.1 (2018-02-12)

1.0.0-alpha.0 (2018-02-12)

0.7.12 (2018-01-30)

Bug Fixes

  • fix nested components in v-template (30a11bf), closes #107
  • reload css on livesync (b2ac1b5)

0.7.11 (2018-01-26)

Bug Fixes

  • improve console.dir output (848440a)

0.7.10 (2018-01-24)

Bug Fixes

  • disable pageRouting when not in use (7def3e2), closes #98

0.7.9 (2018-01-23)

Bug Fixes

  • don't import Vue in utils (7335fd0)

0.7.8 (2018-01-10)

Bug Fixes

  • fix v-model not working for non-components (4cc399e)

0.7.7 (2018-01-10)

Bug Fixes

  • don't throw error when livesyncing css (8365141), closes #63

0.7.6 (2018-01-10)

Bug Fixes

Features

  • allow silencing the console ouput (8f98ad7), closes #99

0.7.5 (2017-12-23)

Features

  • support array properties in v-view directive (a49ca5d), closes #80

0.7.4 (2017-12-23)

0.7.3 (2017-12-23)

0.7.2 (2017-12-23)

Bug Fixes

  • proper v-model for tab-view (ef26448), closes #50

Features

  • warn when using v-for on a list-view (2ddd253)

0.7.1 (2017-12-22)

Bug Fixes

  • don't color console output unless Vue.config.debug is true (14e5ed4)
  • update sample with new list-view syntax (e2b5225)

Features

  • allow setting custom iterator, fixes #58 (7aba01c)

0.7.0 (2017-12-21)

Features

  • Add improved syntax: for="item in items" (81af134)
  • update sample app to new list-view syntax (0318163)
  • update to vue v2.5.13 (67a1d6a)

0.6.0 (2017-12-21)

Features

  • replace console.log with better support for nested / circular objects (83aaccf)

0.5.1 (2017-12-18)

0.5.0 (2017-12-18)

0.4.0 (2017-12-14)

Bug Fixes

  • assign template bag to current instance (dd74d2f)

Features

  • Better templating syntax (51d2ca4)
  • updated list-view to use the new v-template (5a9e377)

0.3.1 (2017-11-26)

0.3.0 (2017-11-24)

Features

0.2.0 (2017-11-20)

0.1.25 (2017-11-20)

0.1.24 (2017-11-17)

Features

0.1.23 (2017-10-20)

0.1.22 (2017-10-15)

0.1.21 (2017-10-15)

0.1.20 (2017-10-15)

0.1.19 (2017-10-15)

0.1.18 (2017-10-15)

Reverts

  • Revert "Remove registration code" (0632a7f)

0.1.17 (2017-10-13)

Reverts

  • Revert "Remove unnecessary logic, which has been solved in the renderer" (ab7f674)

0.1.16 (2017-10-09)

0.1.15 (2017-10-04)

0.1.14 (2017-10-04)

0.1.13 (2017-10-04)

0.1.12 (2017-10-01)

0.1.11 (2017-10-01)

0.1.10 (2017-09-28)

0.1.9 (2017-09-26)

0.1.8 (2017-09-26)

0.1.7 (2017-09-25)

0.1.6 (2017-09-19)

0.1.5 (2017-08-10)

0.1.4 (2017-07-14)

0.1.3 (2017-07-09)

0.1.2 (2017-07-09)