Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update devdependency @nativescript/core to v8 #144

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nativescript/core (source) ^7.0.0 -> ^8.3.6 age adoption passing confidence
@nativescript/core (source) 7.0.0 -> 8.3.6 age adoption passing confidence

Release Notes

NativeScript/NativeScript

v8.3.6

Bug Fixes

v8.3.5

Bug Fixes

v8.3.4

Bug Fixes
Features
  • core: make font style, weight, scale params optional (#​9993) (4b0c812)

v8.3.3

Bug Fixes

v8.3.2

Bug Fixes

v8.3.1

Bug Fixes

v8.3.0

Bug Fixes
  • android: connectivity reporting none on resume (#​9915) (413fa2e)
  • android: content uri handling improvements (#​9936) (9fcd440)
  • android: device language and region from system configuration. (#​9868) (ad01e6b)
  • android: font icons had incorrect fallback size (#​9914) (e8bed44)
  • android: Textfield focus fix (#​9885) (fbd1e23)
  • core: allow View subclass to force onLayoutChangeListener (#​9886) (6ccf5a2)
  • core: android wrong background state + current value accessors (#​9883) (58a7206)
  • core: ensure platforms/android/core.aar is not included in pack (a1dff9a)
  • core: import fix (45dcada)
  • core: metadata filtering (#​9946) (4a5e2e2)
  • core: navigatingToEvent allows access to resolvedPage now (#​9954) (38142a6)
  • core: trace log using a wrong parameter (#​9951) (cd5d2c2)
  • ensure reusable ProxyViewContainer re-adds native children (#​9882) (0a082b3)
  • export 'dataSerialize' from utils (#​9909) (a85a72d)
  • incorrect font icon size conversion to device pixels. (#​9910) (d3718e5)
  • ios: apply proper border radius to box shadow and view sublayers (#​9881) (b7e6128)
  • ios: do not convert tap event data to device pixels twice (#​9935) (3681fd4)
  • ios: label measure correct height when using custom numberOfLines (#​9945) (2ff0891)
  • ios: memory leak after using 'showModal' passing any Page as parameter (#​9939) (4db4e4a)
  • ios: memory leak after using the 'presentViewControllerNavigation' (#​9934) (957af32)
  • ios: proper disposal and recreation of iOS native views (#​9879) (f548fdc)
  • live-sync: navigation history is now maintained (#​9889) (665009b)
  • RootLayout: resilience around shadeCover options (e5fffa1)
  • TabView: item styling improvements for iOS 15+ (#​9888) (7ccc949)
  • ui-mobile-base: Android http request body was not sent if method was DELETE (#​9887) (57e4973)
  • webpack: NativeClass decorator should run after angular transformers in AOT mode (#​9908) (c9f77a0)
  • webpack: unit test runner with node 18+ (#​9952) (97a21bb)
Features
  • android: runOnMain, postFrameCallback & removeFrameCallback (#​9943) (49343cb)
  • application: expose inBackground and suspended (#​9897) (8987bab)
  • core: iterable ObservableArray (#​9824) (df74a8b)
  • core: maxLines support for all text components (#​9884) (7ff7233)
  • ios: Utils.getRootViewController (29004d9)
  • mac: support for Mac Catalyst with ui-mobile-base (fc77c92)
  • RootLayout: add opened and closed events (#​9893) (7b11b6a)
  • types-minimal: paired down typings optimized for smaller footprint editing environments (#​9947) (f49e412)
  • Utils: dataSerialize, dataDeserialize, numberHasDecimals, numberIs64Bit (cab5947)
Performance Improvements
BREAKING CHANGES
  • core: Method push will now handle arguments just like Array.prototype.push.
    Certain existing methods will now return ObservableArray instance instead.
    Callback arguments that contained an array argument themselves will now contain an ObservableArray argument.
  • android: Exposes language and region values from android system configuration. If you were working around locale handling because this wasn't originally the case you can likely remove extra conditions as this should reflect more accurately now.
  • ios: tapData.getX() and tapData.getY() will now return correctly in DIP, so any extra conversions (like calling toDevicePixels) twice must be changed.
  • core: When using navigatingToEvent event.entry, the backstackEntry object is now returned which has an entry property on it if you still need it.

8.2.5 (2022-06-15)

Bug Fixes
Features

8.2.4 (2022-06-04)

Bug Fixes
Features
  • types-minimal: minimal types for only the latest Android and iOS sdks (#​9927) (80e6b81)

8.2.3 (2022-04-25)

Bug Fixes
Features
  • added Utils.executeOnUIThread (36a55da)

8.2.2 (2022-04-07)

Bug Fixes
Features
  • RootLayout: added topmost method to retrieve view at top (#​9826) (3bb8fc2)
  • TouchManager: touchDelay property for nested tap control (c05145b)
Performance Improvements

8.2.1 (2022-03-09)

Bug Fixes

v8.2.5

Bug Fixes
Features

v8.2.4

Bug Fixes
Features
  • types-minimal: minimal types for only the latest Android and iOS sdks (#​9927) (80e6b81)

v8.2.3

Bug Fixes
Features
  • added Utils.executeOnUIThread (36a55da)

v8.2.2

Bug Fixes
Features
  • RootLayout: added topmost method to retrieve view at top (#​9826) (3bb8fc2)
  • TouchManager: touchDelay property for nested tap control (c05145b)
Performance Improvements

v8.2.1

Bug Fixes

v8.2.0

Bug Fixes
  • android: a11y - do not provide content description for TextView elements (#​9673) (dbaf203), closes #​9588
  • android: api17 crash on a11y service (#​9792) (2efcdf5)
  • android: boolean keyboardType should not set inputType (#​9795) (9e6371f)
  • android: edge cases and compatibility with fragments 1.2.x (#​9782) (6b41268)
  • android: fragment creation loaded/unloaded protection (ac2e944)
  • android: nested frames were sometimes not recreated (#​9725) (902a4c6)
  • android: nested frames were sometimes not recreated (#​9748) (cb648e3)
  • android: NullPointerException on navigation (#​9669) (9b5d125), closes #​8441
  • android: prevent error when detaching from unloaded ScrollView (#​9666) (e59f3ff)
  • android: text-transform: capitalize behavior (#​9598) (aa1c631), closes #​7059
  • android: when hiding the keyboard make view lose focus to match ios behavior (#​9786) (b78996a)
  • application instance creation occurs only within Application.run (a518249)
  • core: animation iteration correct for android css animations and iOS rotation (#​9628) (608bb1e), closes #​7712
  • core: Application handling of nativeApp instance (6c06c77)
  • core: parse template literal syntax with nested identifiers as expression. (#​9744) (57cc4ed)
  • ensure android can access native app instance before bootstrap (f10cffc)
  • fs: wrong common paths (51b92f3)
  • ios: do not redraw if background image is 'none' (#​9800) (402a7bb)
  • ios: force layout of view when changing the safe area insets (#​9773) (a1ba1f6)
  • ios: proper UITabBarAppearance handling (6c71ce2)
  • ios: tabview background color with appearance api in iOS 15+ (#​9617) (2749221)
  • ios: UIImage memory leaking after Image is disposed (#​9777) (19d8869)
  • memory leaks around image picking/saving to device (7dcfecf)
  • qualifier matcher did not support multiple qualifiers for a single file. (#​9720) (3d03f8f)
  • setup script to build only what's necessary (b05650c)
  • tear down views after a modal is closed (#​9801) (b38337e)
  • time-picker: correction for super.disposeNativeView (c41e702)
Features
Performance Improvements
  • ios: autoreleasepool for image extensions (fbefea4)
  • ios: prevent crash with image release (1fb687d)
  • ios: uifont and formatted string optimizations plus uiimage scaling (#​9761) (9d3977e)
  • ios: UIImage memory leaks (#​9783) (988f372)

8.1.5 (2021-10-28)

Bug Fixes

8.1.4 (2021-10-09)

Bug Fixes
Features

8.1.3 (2021-09-18)

Bug Fixes

8.1.2 (2021-09-15)

Bug Fixes

8.1.1 (2021-09-10)

Reverts

This commit breaks back-navigation in certain cases, most prominently with Button pseudo classes. Will target inclusion for 8.2.

v8.1.5

Bug Fixes

v8.1.4

Bug Fixes
Features

v8.1.3

Bug Fixes

v8.1.2

Bug Fixes

v8.1.1

Reverts

This commit breaks back-navigation in certain cases, most prominently with Button pseudo classes. Will target inclusion for 8.2.

v8.1.0

Bug Fixes
  • allow ignoring reduce-css-calc w/ webpack without error (#​9510) (0fd92b7)
  • android: dont dispose fragment on onloaded (#​8793) (03b7715)
  • android: make less calls to native with getters around prop handling (#​9119) (bca4d95)
  • android: onSaveInstanceState should not crash when no rootView is set (#​9447) (ee3c4c2)
  • android: prevent potential crash when app goes to background (#​9347) (47df889)
  • android: use nativeTextViewProtected internally (#​9483) (71b856c)
  • backgroundGradient fix with android BorderDrawable (41ce315)
  • Color.darken fix (394209e)
  • css colors not parsed correctly within background property (453ea18)
  • include bundle-entry-points by default (ea0b3b0)
  • ios: actionBar title to use appearance api on ios15+ (#​9534) (4edeb19)
  • ios: actionBar to use appearance api on ios13+ (#​9530) (8e3f16d)
  • ios: actionitem coloring with 15+ (7e35fdf)
  • ios: prevent views from being measured if no native view (#​9511) (56c50f2)
  • ios: resiliency to frame controller viewDidDisappear (a5fd53b)
  • modal: persist modal through configuration changes (#​9533) (f3cd3d3)
  • styling: change transform parameters parsing (#​9481) (dbaab58), closes #​5202
  • webpack5: angular scss rule not ignoring regular scss (#​9502) (093b369)
  • webpack: add virtualEntry before main entry (5a3a35d), closes #​9469
  • webpack: use async type-checking in watch mode (5309f2d)
Features

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 6am every weekday,every weekend" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/nativescript-core-8.x branch from 9e58358 to 6885cc6 Compare October 18, 2021 19:12
@renovate renovate bot force-pushed the renovate/nativescript-core-8.x branch from 6885cc6 to 3032905 Compare March 7, 2022 14:28
@renovate renovate bot force-pushed the renovate/nativescript-core-8.x branch from 3032905 to 5981284 Compare March 26, 2022 14:53
@renovate renovate bot force-pushed the renovate/nativescript-core-8.x branch from 5981284 to 18e1669 Compare April 24, 2022 17:32
@renovate renovate bot force-pushed the renovate/nativescript-core-8.x branch from 18e1669 to 14bd2da Compare May 15, 2022 19:54
@renovate renovate bot force-pushed the renovate/nativescript-core-8.x branch 2 times, most recently from 79f9af0 to 44c4d39 Compare June 18, 2022 13:27
@renovate renovate bot force-pushed the renovate/nativescript-core-8.x branch from 44c4d39 to 96ee2c6 Compare September 25, 2022 21:41
@renovate renovate bot force-pushed the renovate/nativescript-core-8.x branch from 96ee2c6 to 12d984e Compare November 20, 2022 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants