6f9073b2ac
Fix clamp csj usage
2024-05-16 14:00:58 +02:00
dependabot[bot]
25ef6bdee6
Bump ejs from 3.1.8 to 3.1.10
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.8 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.8...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-05-14 09:30:44 -07:00
Nicolas Gallagher
36948a63fc
0.19.11
0.19.11
2024-04-22 10:23:07 -07:00
dependabot[bot]
e90c3bea38
Bump @babel/traverse from 7.20.13 to 7.23.2
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.20.13 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-22 10:20:16 -07:00
dependabot[bot]
84dcaf03c3
Bump follow-redirects from 1.15.4 to 1.15.6
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-04-22 10:19:59 -07:00
Bernhard Owen Josephus
7d60ff83d3
[fix] Pressable keyboard onPress bug
...
Don't call onPress when keyup is called on a different element than the
target.
Fix #2605
Close #2632
2024-04-22 10:18:41 -07:00
Tienifr
a0cd8ffba4
[fix] VirtualizedList passive event listener warning
...
Close #2601
2024-04-03 14:54:54 -07:00
Mišo Belica
8cf720f0e5
Add missing method Keyboard.isVisible()
...
Close #2651
2024-04-01 13:10:00 -07:00
tarunrajput
cc0439299e
[fix] @react-native/normalize-colors dependency
...
Fix #2629
Close #2639
2024-04-01 13:06:08 -07:00
s-alves10
e44bcf4e81
[fix] use getBoundingClientRect instead of getRect for measureInWindow
...
Fix #2589
Close #2613
2024-04-01 13:04:51 -07:00
dependabot[bot]
8f55ed0f60
Bump follow-redirects from 1.15.2 to 1.15.4
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-01-10 14:11:17 +00:00
Nicolas Gallagher
5f9c32eba0
0.19.10
0.19.10
2023-12-24 13:34:02 -08:00
evanbacon
24212aacf6
[fix] Remove transform style warning
...
React Native's implementation of string transforms is incomplete.
Close #2622
2023-12-20 11:47:46 -08:00
Nicolas Gallagher
a3ea2a0a4f
0.19.9
0.19.9
2023-09-19 15:43:41 -07:00
Pedro Guerreiro
5e41208b78
[fix] TextInput cursor position with secureTextEntry
...
On web, the cursor jumps to the start of the input when secureTextEntry is toggled.
Preserve and restore previous selection after secureTextEntry is toggled.
Close #2576
2023-09-19 15:41:01 -07:00
Nicolas Gallagher
67a0bde7b3
0.19.8
0.19.8
2023-08-24 12:20:53 -07:00
Bernhard Owen Josephus
d8f1b5892d
[fix] Correct timing of <Modal> onDismiss callback
...
Close #2558
2023-08-24 12:14:04 -07:00
Nicolas Gallagher
ef95fc0c2b
0.19.7
0.19.7
2023-07-20 13:08:42 -07:00
ramiel
617b438530
[fix] Only stringify numeric aspectRatio
...
Close #2561
2023-07-20 13:06:31 -07:00
tarunrajput
213b616b3c
[fix] Switch uses aria-label on native control
...
Close #2559
Fix #2549
2023-07-20 12:45:37 -07:00
Nicolas Gallagher
a8a0c1763b
[fix] Pressable button click regression
...
Update keyboard handling code to avoid calling preventDefault for
'keydown' events occuring on a native button element. This was causing
native 'click' event to be cancelled on buttons.
Fix #2560
2023-07-19 14:09:43 -07:00
berkcoker
3babcc4587
[fix] Remove StyleSheet.compose(a, b) in FlatList
...
Close #2555
Fix #2554
2023-07-19 13:34:53 -07:00
dependabot[bot]
9d7dca1204
Bump word-wrap from 1.2.3 to 1.2.4
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.4 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-19 13:24:23 -07:00
dependabot[bot]
15f78993a5
Bump tough-cookie from 4.1.2 to 4.1.3
...
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie ) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/salesforce/tough-cookie/releases )
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md )
- [Commits](https://github.com/salesforce/tough-cookie/compare/v4.1.2...v4.1.3 )
---
updated-dependencies:
- dependency-name: tough-cookie
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-10 11:24:04 -07:00
Nicolas Gallagher
b04ca26ea9
Force install react-integration workflow dependencies
2023-07-10 10:40:11 -07:00
Nicolas Gallagher
b10c66351e
0.19.6
0.19.6
2023-06-28 13:39:46 -07:00
Nicolas Gallagher
869c416a36
[fix] Animated fix transforms on null values
...
Fix #2528
Fix #2523
Close #2546
Close #2530
2023-06-28 12:30:55 -07:00
Nicolas Gallagher
d200276659
[fix] Missing @react-native/normalize-color updates
2023-06-28 12:30:42 -07:00
Meenu Makkar
80e83fa578
[fix] Update normalize-color
...
Picks up latest CSS Color support from React Native
Close #2545
Fix #2525
2023-06-26 16:59:48 -07:00
Aswin S
1c376dbb0c
[fix] Add support for caretHidden prop in TextInput
...
Close #2542
Fix #2541
2023-06-26 16:58:17 -07:00
Nicolas Gallagher
c350d82427
0.19.5
0.19.5
2023-06-15 20:27:12 -07:00
tarunrajput
6dbef6eece
Fix website undesired vertical scrollbar on Windows
...
Fix #2488
Close #2529
2023-06-15 20:23:51 -07:00
ankit-tailor
14204b083f
Use correct "NativeBase" name in website docs
...
Close #2518
2023-06-15 20:22:21 -07:00
Ali Toshmatov
6ab9b6125b
[fix] Dimensions measurements with window zoom
...
Fixes `window.height` and `window.width` so that they do not change when
pinch-zoomed. This issue was introduced by #2438 when `documentElement`
measurements were replaced by `visualViewport`.
Close #2520
2023-06-15 20:19:18 -07:00
jennifersalas
9b69c73938
[fix] Make children pressable when parent is disabled
...
It fixes the inconsistency between native builds and react-native-web,
where when disabling Pressables and other tappable elements, the
children on native builds are still interactable (swiping, tapping, etc)
but un-interactable in react-native-web. On react-native-web, the
pointerEvents were set to 'none' to address 094bd0e , which causes this
inconsistency.
The solution was to change from 'none' to 'box-none', which maintains
the desired behavior of the original issue and addresses the current.
Close #2536
Fix #2391
2023-06-15 20:16:04 -07:00
Nicolas Gallagher
2a901e5fb1
[fix] Image: style resolving
...
Cannot pass the result of StyleSheet.flatten to components, as it mixes
dynamic and static (compiled away) style information.
With the way Image is currently implemented, we have to override
'boxShadow' in all cases to avoid the 'shadow*' props being incorrectly
applied as a box-shadow. Once Image is implemented using createElement,
we can disable the 'boxShadow" generation just for Image.
Fix #2527
2023-06-07 10:27:48 -07:00
dependabot[bot]
c43b629cba
Bump socket.io-parser from 4.2.2 to 4.2.3
...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser ) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases )
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3 )
---
updated-dependencies:
- dependency-name: socket.io-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-31 15:15:32 -07:00
dependabot[bot]
3acbbd815c
Bump nunjucks from 3.2.3 to 3.2.4
...
Bumps [nunjucks](https://github.com/mozilla/nunjucks ) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/mozilla/nunjucks/releases )
- [Changelog](https://github.com/mozilla/nunjucks/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mozilla/nunjucks/compare/v3.2.3...v3.2.4 )
---
updated-dependencies:
- dependency-name: nunjucks
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-31 15:15:21 -07:00
dependabot[bot]
f06c8b5d13
Bump yaml from 2.2.1 to 2.2.2
...
Bumps [yaml](https://github.com/eemeli/yaml ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/eemeli/yaml/releases )
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2 )
---
updated-dependencies:
- dependency-name: yaml
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-31 15:15:13 -07:00
dependabot[bot]
3af715a86c
Bump engine.io from 6.4.0 to 6.4.2
...
Bumps [engine.io](https://github.com/socketio/engine.io ) from 6.4.0 to 6.4.2.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.4.0...6.4.2 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-05-31 15:15:00 -07:00
Nicolas Gallagher
39b94b1945
Remove internal createEventHandle module
...
Migrate to 'addEventListener' helper.
Fix #2459
2023-04-12 13:46:44 -07:00
Nicolas Gallagher
e160546ec8
0.19.4
0.19.4
2023-04-12 12:39:57 -07:00
Nicolas Gallagher
84723245ce
[fix] Linking listener.remove() API
...
Linking.removeEventListener() was deprecated in react-native@0.65
Fix #2507
2023-04-12 12:36:14 -07:00
Nicolas Gallagher
526eac15d5
0.19.3
0.19.3
2023-04-12 11:42:11 -07:00
Nicolas Gallagher
76383017d7
[fix] Defaults and fallback logic for web props
2023-04-12 11:37:10 -07:00
Nicolas Gallagher
3e74ed0ea7
Update interactive examples
2023-04-12 10:59:31 -07:00
Nicolas Gallagher
338cce194d
[fix] SSR of Animated doesn't call useLayoutEffect
2023-04-12 10:59:24 -07:00
Nicolas Gallagher
6795738037
[fix] Patch more internal sources of deprecation warnings
2023-04-12 10:59:12 -07:00
Nicolas Gallagher
4a61c1600f
0.19.2
0.19.2
2023-04-05 10:47:54 -07:00
Lucio Bertin Chávez Fuentes
5ace60eb7e
[fix] VirtualizedList sync from react-native
...
Fix #2432
Close #2167
Close #2502
2023-04-05 10:35:15 -07:00