Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: nativescript-vue/nativescript-vue

3.0.0

12 Mar 20:43
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:3.0.0-rc.3...3.0.0

Contributors

  • @vallemar
  • @MrSnoozles
  • @CatchABus
vallemar, MrSnoozles, and CatchABus
Assets2
Loading
vallemar, OttoAjanel, dycops, localusercamp, awh-js, limzykenneth, and Aft1n reacted with hooray emojiHamoBoker, vallemar, PatrickLohan, OttoAjanel, c01nd01r, Twitch0125, awh-js, hardstonepaul, asadhshujau, and jgmedialtd reacted with heart emojivallemar, Twitch0125, VirusBLITZ, awh-js, and hardstonepaul reacted with rocket emoji
15 people reacted

3.0.0-rc.3

13 Feb 10:55
Compare
Choose a tag to compare
Loading

What's Changed

  • Add importable $closeModal helper by@MrSnoozles in#1088
  • Updated to latest vue and other dependencies

Full Changelog:3.0.0-rc.2...3.0.0-rc.3

Contributors

  • @MrSnoozles
MrSnoozles
Loading
Pitpy and c01nd01r reacted with thumbs up emojivallemar and delaneyb reacted with heart emojimbokil, HamoBoker, mfcarneiro, and FuseCodeNinja reacted with rocket emoji
8 people reacted

3.0.0-rc.2

19 Apr 11:11
Compare
Choose a tag to compare
Loading

$showModal changes

If acloseCallback is passed to the$showModal options, it will now be called with all the arguments passed to$modal.close or$closeModal. Previously this was never called.

Theprops types are automatically inferred unless there's a first generic passed in.

/* Without a generic */$showModal(Home,{props:{// this infers props/events from the "Home" component and provides intellisense.},closeCallback(data, ...args){// data type is any// args type is any[]}}).then(data=>{// data type is any});
/* With a generic */typeExample={foo:string;};$showModal<Example>(Home,{props:{// this is `any` because we explicitly passed in `<Example>` as the generic above.}closeCallback(data, ...args){// data type is Example// args type is any[]// this is called with the closeModal data + additional args}}).then(data=>{// data type is Example// this is called with only the 1st argument passed to closeModal because promises can't resolve multiple values.});

$navigateTo changes

Similarly to$showModal the type ofprops is now inferred.

Full Changelog:3.0.0-rc.1...3.0.0-rc.2

Loading
localusercamp, OttoAjanel, vallemar, c01nd01r, and shafqatsha reacted with thumbs up emojidelaneyb, OttoAjanel, vallemar, and shafqatsha reacted with heart emojiHamoBoker, vallemar, localusercamp, OttoAjanel, PixsaOJ, shafqatsha, mfcarneiro, and FuseCodeNinja reacted with rocket emojishafqatsha reacted with eyes emoji
10 people reacted

3.0.0-rc.1

19 Apr 08:10
Compare
Choose a tag to compare
Loading

What's Changed

New Contributors

Full Changelog:https://github.com/nativescript-vue/nativescript-vue/commits/3.0.0-rc.1

Contributors

  • @farfromrefug
  • @rigor789
  • @adamcikado
  • @heywhy
  • @vallemar
  • @MrSnoozles
farfromrefug, rigor789, and 4 other contributors
Loading
Mini-Sylar, selemondev, khawarizmus, admirsaheta, warflash, HamoBoker, vallemar, localusercamp, and AndersonGuerra reacted with hooray emojivallemar, localusercamp, and burakesen94 reacted with rocket emoji
10 people reacted

v2.9.3

09 Aug 21:18
Compare
Choose a tag to compare
Loading

2.9.3 (2022-08-09)

Features

  • template-compiler: include sfc tag locations (792e6ba)
Loading
vallemar reacted with thumbs up emojiOmbuweb reacted with hooray emoji
2 people reacted

v2.9.1

08 Mar 14:56
Compare
Choose a tag to compare
Loading

2.9.1 (2022-03-08)

Bug Fixes

Loading

v2.9.0

01 Apr 15:34
Compare
Choose a tag to compare
Loading

2.9.0 (2021-04-01)

Features

Loading
josemiguel02 reacted with thumbs up emoji
1 person reacted

v2.8.4

10 Mar 12:30
Compare
Choose a tag to compare
Loading

2.8.4 (2021-03-10)

Bug Fixes

Loading

v2.7.2

10 Feb 14:28
Compare
Choose a tag to compare
Loading

2.7.2 (2021-02-10)

Bug Fixes

  • patchTemplate should flush pending callbacks (#790) (199a31a)
Loading

v2.8.3

24 Nov 12:37
Compare
Choose a tag to compare
Loading

2.8.3 (2020-11-24)

Bug Fixes

  • patchTemplate should flush pending callbacks (9125286)
Loading
Previous134567
Previous

[8]ページ先頭

©2009-2025 Movatter.jp