react-native-swipeable-list
react-native-swipeable-list copied to clipboard
Bump braces and react-native
Bumps braces to 3.0.3 and updates ancestor dependency react-native. These dependencies need to be updated together.
Updates braces
from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Added
for new features.Changed
for changes in existing functionality.Deprecated
for soon-to-be removed features.Removed
for now removed features.Fixed
for any bug fixes.Security
in case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRe
method was removedNon-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates react-native
from 0.62.3 to 0.74.2
Release notes
Sourced from react-native's releases.
0.74.2
Changed
- Updated
typescript-eslint
monorepo tov7
(91d725136e by@huntie
)- Upgrade CLI to
13.6.8
(335f6ed833 by@szymonrybczak
)Fixed
- Warn only in
init
command when CLI uses cachednpx
version (b98c5b960c by@szymonrybczak
)selection
prop inTextInput
was not being applied at component creation (be09d12667 by@alanleedev
)Android specific
- Fixed dangling
mAttachedSurfaces
afterReactHost.destroy()
(c70d791036 by@Kudo
)- ReactSoftExceptions in ReactHostImpl only when Context is null (ac3261ff60 by
@arushikesarwani94
)iOS specific
- Privacy Manifest aggregation failing due to no
NSPrivacyAccessedAPITypes
key (fc4e099920 by@renchap
)- In privacy manifest post install script, handle the case where the file reference doesn't have a path (4ad65ac59a by
@robertying
)- Fixed an issue where the
selectionColor
prop was not being applied on theTextInput
component. (2bde626a9f by@robinshin
)
Hermes dSYMS:
You can file issues or pick requests against this release here.
To help you upgrade to this version, you can use the Upgrade Helper ⚛️.
View the whole changelog in the CHANGELOG.md file.
0.74.1
Added
iOS Specific
- Implement privacy manifest aggregation (4be1fafec8 by
@aleqsio
)
... (truncated)
Changelog
Sourced from react-native's changelog.
Changelog (pre 0.70)
This file contains all changelogs for releases in the 0.60-0.69 range. Please check out the other
CHANGELOG-*.md
files for newer and older versions.v0.69.12
Changed
- [0.69] Bump CLI to ^8.0.7, Metro to 0.70.4 (56807fadfa by
@robhogan
)iOS specific
- [0.69] Use
Content-Location
header in bundle response as JS source URL (#37501) (367fc7ad52 by@robhogan
)Fixed
Android specific
- Prevent crash in runAnimationStep on OnePlus and Oppo devices (#37487) (4db7a10e25 by
@hsource
)v0.69.11
Fixed
iOS specific
- Make 0.69 compatible with Xcode 15 (thanks to
@AlexanderEggers
for the commit in main) (37e8df1cdc)v0.69.10
Fixed
Android specific
- Minimize EditText Spans 8/N: CustomStyleSpan (b384bb613b by
@NickGerleman
)- Minimize EditText Spans 6/N: letterSpacing (5791cf1f7b by
@NickGerleman
)- Minimize Spans 5/N: Strikethrough and Underline (0869ea29db by
@NickGerleman
)- Minimize Spans 4/N: ReactForegroundColorSpan (8c9c8ba5ad by
@NickGerleman
)- Minimize Spans 3/N: ReactBackgroundColorSpan (cc0ba57ea4 by
@NickGerleman
)- Minimize Spans 1/N: Fix precedence (1743dd7ab4 by
@NickGerleman
)- Fix measurement of uncontrolled TextInput after edit (8a0fe30591 by
@NickGerleman
)v0.69.9
Changed
iOS specific
- Relax Ruby requirements (4e015c69d6 by
@cipolleschi
)Fixed
... (truncated)
Commits
17c0b17
Release 0.74.2053f1d9
Fix dangling surfaces in ReactHostImpl (#44393)0f44ca6
chore: Increase iOS script portability (#44417)2e21543
[LOCAL] Fix prettier58f232c
[LOCAL] Bump hermes version1e3d216
Merge branch '0.74-stable' of https://github.com/facebook/react-native into 0...335f6ed
feat: upgrade CLI to13.6.8
(#44757)752c173
Fix Privacy Manifest generator when it does not contain a `NSPrivacyAccessedA...1860441
fix: warn only ininit
command when CLI uses cachednpx
version (#44644)a88a3c5
iOS: Fixes textinput onscroll event payload (#43445)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by react-native-bot, a new releaser for react-native since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.