You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+27-27
Original file line number
Diff line number
Diff line change
@@ -2,59 +2,59 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* potential error while using `goBack` ([33eebc8](https://github.com/halfnelson/svelte-native/commit/33eebc8b0d2c699c5b7ad5acf69eec3cbf7fb697))
10
+
* potential error while using `goBack` ([33eebc8](https://github.com/nativescript-community/svelte-native/commit/33eebc8b0d2c699c5b7ad5acf69eec3cbf7fb697))
* agnostic `resolveComponentElement` and typings to fit all cases ([e642093](https://github.com/halfnelson/svelte-native/commit/e6420938d2f56c4c70b5b8e13261edfd172796bd))
27
-
* call `initializeDom` in dom file because some users might not use top level index ([baa0361](https://github.com/halfnelson/svelte-native/commit/baa036136a53dcbf088bd04dc93569559f5a4522))
28
-
* use window.document in all cases ([184475d](https://github.com/halfnelson/svelte-native/commit/184475d827bcb20bd7be06be1f7ec38bd5c595b3))
26
+
* agnostic `resolveComponentElement` and typings to fit all cases ([e642093](https://github.com/nativescript-community/svelte-native/commit/e6420938d2f56c4c70b5b8e13261edfd172796bd))
27
+
* call `initializeDom` in dom file because some users might not use top level index ([baa0361](https://github.com/nativescript-community/svelte-native/commit/baa036136a53dcbf088bd04dc93569559f5a4522))
28
+
* use window.document in all cases ([184475d](https://github.com/nativescript-community/svelte-native/commit/184475d827bcb20bd7be06be1f7ec38bd5c595b3))
* missing exports (sorry for the 3 releases back to back ...) ([8269bbd](https://github.com/halfnelson/svelte-native/commit/8269bbd0be853f011a72bf90664ea29d682a4031))
35
+
* missing exports (sorry for the 3 releases back to back ...) ([8269bbd](https://github.com/nativescript-community/svelte-native/commit/8269bbd0be853f011a72bf90664ea29d682a4031))
* export navigation util methods like `resolveFrame` and `resolveComponentElement` ([019a835](https://github.com/halfnelson/svelte-native/commit/019a835617f15e21415b19737e9107963c93c6dc))
42
+
* export navigation util methods like `resolveFrame` and `resolveComponentElement` ([019a835](https://github.com/nativescript-community/svelte-native/commit/019a835617f15e21415b19737e9107963c93c6dc))
* allow `backStackEntry` to be passed directly to `goBack` ([8e59028](https://github.com/halfnelson/svelte-native/commit/8e590280832934aaf4ff703e865fb9fbc3d94455))
49
+
* allow `backStackEntry` to be passed directly to `goBack` ([8e59028](https://github.com/nativescript-community/svelte-native/commit/8e590280832934aaf4ff703e865fb9fbc3d94455))
* dont crash on exit if no root page instance ([7065006](https://github.com/nativescript-community/svelte-native/commit/7065006c05ec9141f0e78fcb9608bce4bb503174))
- Fix bug in segmented bar (re)creation closes [#118](https://github.com/halfnelson/svelte-native/issues/118) and [#119](https://github.com/halfnelson/svelte-native/issues/119)
203
+
- Fix bug in segmented bar (re)creation closes [#118](https://github.com/nativescript-community/svelte-native/issues/118) and [#119](https://github.com/nativescript-community/svelte-native/issues/119)
204
204
- Correctly handle multiple child text nodes
205
-
- Added ability to override nativescript tags with your own. Closes [#105](https://github.com/halfnelson/svelte-native/issues/105)
206
-
- Swap to @nativescript/core from tns-core-modules. Closes [#103](https://github.com/halfnelson/svelte-native/issues/103)
205
+
- Added ability to override nativescript tags with your own. Closes [#105](https://github.com/nativescript-community/svelte-native/issues/105)
206
+
- Swap to @nativescript/core from tns-core-modules. Closes [#103](https://github.com/nativescript-community/svelte-native/issues/103)
207
207
- Internal logger now skips evaluation of template strings when logging is disabled
208
208
- Upgrade to nativescript 6.4
209
209
- Upgrade to svelte 3.19.*
@@ -225,7 +225,7 @@ All notable changes to this project will be documented in this file. See [standa
225
225
226
226
## [0.7.0]
227
227
- Support for Nativescript 6.2
228
-
- Clear history when frame direct child change causes a navigation, closes [#96](https://github.com/halfnelson/svelte-native/issues/96)
228
+
- Clear history when frame direct child change causes a navigation, closes [#96](https://github.com/nativescript-community/svelte-native/issues/96)
229
229
230
230
## [0.6.1]
231
231
- Restored custom TabStrip element implementation to work around [problem with tabstripitem view creation](https://github.com/NativeScript/NativeScript/issues/7608)
@@ -257,10 +257,10 @@ into
257
257
258
258
259
259
## [0.5.3]
260
-
- Add support for itemTemplateSelector closes [#86](https://github.com/halfnelson/svelte-native/issues/86)
260
+
- Add support for itemTemplateSelector closes [#86](https://github.com/nativescript-community/svelte-native/issues/86)
261
261
262
262
## [0.5.2]
263
-
- Fix frame not found by Id [#82](https://github.com/halfnelson/svelte-native/issues/82)
263
+
- Fix frame not found by Id [#82](https://github.com/nativescript-community/svelte-native/issues/82)
0 commit comments