Skip to content

Commit efb7e6d

Browse files
Release: version 4.5.1 (#591)
* Update the version of the package * Update package lockfile * Update example apps with latest Slider version * Mark StepMarker feature experimental
1 parent 5397010 commit efb7e6d

File tree

5 files changed

+4966
-4306
lines changed

5 files changed

+4966
-4306
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ To use this library you need to ensure you are using the correct version of Reac
106106
| `minimumTrackImage` | Assigns a minimum track image. Only static images are supported. The rightmost pixel of the image will be stretched to fill the track. | Image<br/>.propTypes<br/>.source | No | iOS |
107107
| `thumbImage` | Sets an image for the thumb. Only static images are supported. Needs to be a URI of a local or network image; base64-encoded SVG is not supported. | Image<br/>.propTypes<br/>.source | No | |
108108
| `trackImage` | Assigns a single image for the track. Only static images are supported. The center pixel of the image will be stretched to fill the track. | Image<br/>.propTypes<br/>.source | No | iOS | |
109-
| `StepMarker` | Component to be rendered for each step on the track,<br/>with the possibility to change the styling, when thumb is at that given step | `FC<MarkerProps>`, <br/> where <br/> `MarkerProps`: `{stepMarked: boolean}` | No | iOS, Android, Windows |
110-
| `renderStepNumber` | Turns on the displaying of numbers of steps.<br/>Numbers of steps are displayed under the track | bool | No | iOS, Android, Windows |
109+
| ⚠️ **Experimental:**</br> `StepMarker` | Component to be rendered for each step on the track,<br/>with the possibility to change the styling, when thumb is at that given step | `FC<MarkerProps>`, <br/> where <br/> `MarkerProps`: `{stepMarked: boolean}` | No | iOS, Android, Windows |
110+
| ⚠️ **Experimental:**</br> `renderStepNumber` | Turns on the displaying of numbers of steps.<br/>Numbers of steps are displayed under the track | bool | No | iOS, Android, Windows |
111111
| `ref` | Reference object. | MutableRefObject | No | web |
112112
| `View` | [Inherited `View` props...](https://github.com/facebook/react-native-website/blob/master/docs/view.md#props) | | | |
113113

Diff for: example/ios/Podfile.lock

+23-126
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ PODS:
33
- CocoaAsyncSocket (7.6.5)
44
- DoubleConversion (1.1.6)
55
- FBLazyVector (0.73.5)
6+
- FBReactNativeSpec (0.73.5):
7+
- RCT-Folly (= 2022.05.16.00)
8+
- RCTRequired (= 0.73.5)
9+
- RCTTypeSafety (= 0.73.5)
10+
- React-Core (= 0.73.5)
11+
- React-jsi (= 0.73.5)
12+
- ReactCommon/turbomodule/core (= 0.73.5)
613
- Flipper (0.201.0):
714
- Flipper-Folly (~> 2.6)
815
- Flipper-Boost-iOSX (1.76.0.1.11)
@@ -109,21 +116,17 @@ PODS:
109116
- React-callinvoker (0.73.5)
110117
- React-Codegen (0.73.5):
111118
- DoubleConversion
119+
- FBReactNativeSpec
112120
- glog
113121
- hermes-engine
114122
- RCT-Folly
115123
- RCTRequired
116124
- RCTTypeSafety
117125
- React-Core
118-
- React-debug
119-
- React-Fabric
120-
- React-FabricImage
121-
- React-graphics
122126
- React-jsi
123127
- React-jsiexecutor
124128
- React-NativeModulesApple
125-
- React-rendererdebug
126-
- React-utils
129+
- React-rncore
127130
- ReactCommon/turbomodule/bridging
128131
- ReactCommon/turbomodule/core
129132
- React-Core (0.73.5):
@@ -936,71 +939,19 @@ PODS:
936939
- React-jsi (= 0.73.5)
937940
- React-perflogger (= 0.73.5)
938941
- React-jsinspector (0.73.5)
939-
- React-jsitracing (0.73.5):
940-
- React-jsi
941942
- React-logger (0.73.5):
942943
- glog
943944
- React-Mapbuffer (0.73.5):
944945
- glog
945946
- React-debug
946-
- react-native-pager-view (6.3.0):
947-
- glog
948-
- hermes-engine
949-
- RCT-Folly (= 2022.05.16.00)
950-
- RCTRequired
951-
- RCTTypeSafety
952-
- React-Codegen
953-
- React-Core
954-
- React-debug
955-
- React-Fabric
956-
- React-graphics
957-
- React-ImageManager
958-
- React-NativeModulesApple
959-
- React-RCTFabric
960-
- React-rendererdebug
961-
- React-utils
962-
- ReactCommon/turbomodule/bridging
963-
- ReactCommon/turbomodule/core
964-
- Yoga
965-
- react-native-slider (4.5.0):
947+
- react-native-pager-view (6.2.3):
966948
- glog
967-
- hermes-engine
968949
- RCT-Folly (= 2022.05.16.00)
969-
- RCTRequired
970-
- RCTTypeSafety
971-
- React-Codegen
972950
- React-Core
973-
- React-debug
974-
- React-Fabric
975-
- React-graphics
976-
- React-ImageManager
977-
- react-native-slider/common (= 4.5.0)
978-
- React-NativeModulesApple
979-
- React-RCTFabric
980-
- React-rendererdebug
981-
- React-utils
982-
- ReactCommon/turbomodule/bridging
983-
- ReactCommon/turbomodule/core
984-
- Yoga
985-
- react-native-slider/common (4.5.0):
951+
- react-native-slider (4.5.1):
986952
- glog
987-
- hermes-engine
988953
- RCT-Folly (= 2022.05.16.00)
989-
- RCTRequired
990-
- RCTTypeSafety
991-
- React-Codegen
992954
- React-Core
993-
- React-debug
994-
- React-Fabric
995-
- React-graphics
996-
- React-ImageManager
997-
- React-NativeModulesApple
998-
- React-RCTFabric
999-
- React-rendererdebug
1000-
- React-utils
1001-
- ReactCommon/turbomodule/bridging
1002-
- ReactCommon/turbomodule/core
1003-
- Yoga
1004955
- React-nativeconfig (0.73.5)
1005956
- React-NativeModulesApple (0.73.5):
1006957
- glog
@@ -1029,21 +980,13 @@ PODS:
1029980
- RCTTypeSafety
1030981
- React-Core
1031982
- React-CoreModules
1032-
- React-debug
1033-
- React-Fabric
1034-
- React-graphics
1035983
- React-hermes
1036984
- React-nativeconfig
1037985
- React-NativeModulesApple
1038986
- React-RCTFabric
1039987
- React-RCTImage
1040988
- React-RCTNetwork
1041-
- React-rendererdebug
1042-
- React-RuntimeApple
1043-
- React-RuntimeCore
1044-
- React-RuntimeHermes
1045989
- React-runtimescheduler
1046-
- React-utils
1047990
- ReactCommon
1048991
- React-RCTBlob (0.73.5):
1049992
- hermes-engine
@@ -1121,42 +1064,8 @@ PODS:
11211064
- RCT-Folly (= 2022.05.16.00)
11221065
- React-debug
11231066
- React-rncore (0.73.5)
1124-
- React-RuntimeApple (0.73.5):
1125-
- hermes-engine
1126-
- RCT-Folly/Fabric (= 2022.05.16.00)
1127-
- React-callinvoker
1128-
- React-Core/Default
1129-
- React-CoreModules
1130-
- React-cxxreact
1131-
- React-jserrorhandler
1132-
- React-jsi
1133-
- React-jsiexecutor
1134-
- React-Mapbuffer
1135-
- React-NativeModulesApple
1136-
- React-RCTFabric
1137-
- React-RuntimeCore
1138-
- React-runtimeexecutor
1139-
- React-RuntimeHermes
1140-
- React-utils
1141-
- React-RuntimeCore (0.73.5):
1142-
- glog
1143-
- hermes-engine
1144-
- RCT-Folly/Fabric (= 2022.05.16.00)
1145-
- React-cxxreact
1146-
- React-jserrorhandler
1147-
- React-jsi
1148-
- React-jsiexecutor
1149-
- React-runtimeexecutor
1150-
- React-runtimescheduler
11511067
- React-runtimeexecutor (0.73.5):
11521068
- React-jsi (= 0.73.5)
1153-
- React-RuntimeHermes (0.73.5):
1154-
- hermes-engine
1155-
- RCT-Folly/Fabric (= 2022.05.16.00)
1156-
- React-jsi
1157-
- React-jsitracing
1158-
- React-nativeconfig
1159-
- React-utils
11601069
- React-runtimescheduler (0.73.5):
11611070
- glog
11621071
- hermes-engine
@@ -1217,6 +1126,7 @@ DEPENDENCIES:
12171126
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
12181127
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
12191128
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
1129+
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
12201130
- Flipper (= 0.201.0)
12211131
- Flipper-Boost-iOSX (= 1.76.0.1.11)
12221132
- Flipper-DoubleConversion (= 3.2.0.1)
@@ -1263,7 +1173,6 @@ DEPENDENCIES:
12631173
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
12641174
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
12651175
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
1266-
- React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`)
12671176
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
12681177
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
12691178
- react-native-pager-view (from `../node_modules/react-native-pager-view`)
@@ -1284,10 +1193,7 @@ DEPENDENCIES:
12841193
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
12851194
- React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`)
12861195
- React-rncore (from `../node_modules/react-native/ReactCommon`)
1287-
- React-RuntimeApple (from `../node_modules/react-native/ReactCommon/react/runtime/platform/ios`)
1288-
- React-RuntimeCore (from `../node_modules/react-native/ReactCommon/react/runtime`)
12891196
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
1290-
- React-RuntimeHermes (from `../node_modules/react-native/ReactCommon/react/runtime`)
12911197
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
12921198
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
12931199
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
@@ -1316,6 +1222,8 @@ EXTERNAL SOURCES:
13161222
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
13171223
FBLazyVector:
13181224
:path: "../node_modules/react-native/Libraries/FBLazyVector"
1225+
FBReactNativeSpec:
1226+
:path: "../node_modules/react-native/React/FBReactNativeSpec"
13191227
glog:
13201228
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
13211229
hermes-engine:
@@ -1359,8 +1267,6 @@ EXTERNAL SOURCES:
13591267
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
13601268
React-jsinspector:
13611269
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
1362-
React-jsitracing:
1363-
:path: "../node_modules/react-native/ReactCommon/hermes/executor/"
13641270
React-logger:
13651271
:path: "../node_modules/react-native/ReactCommon/logger"
13661272
React-Mapbuffer:
@@ -1401,14 +1307,8 @@ EXTERNAL SOURCES:
14011307
:path: "../node_modules/react-native/ReactCommon/react/renderer/debug"
14021308
React-rncore:
14031309
:path: "../node_modules/react-native/ReactCommon"
1404-
React-RuntimeApple:
1405-
:path: "../node_modules/react-native/ReactCommon/react/runtime/platform/ios"
1406-
React-RuntimeCore:
1407-
:path: "../node_modules/react-native/ReactCommon/react/runtime"
14081310
React-runtimeexecutor:
14091311
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
1410-
React-RuntimeHermes:
1411-
:path: "../node_modules/react-native/ReactCommon/react/runtime"
14121312
React-runtimescheduler:
14131313
:path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
14141314
React-utils:
@@ -1423,6 +1323,7 @@ SPEC CHECKSUMS:
14231323
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
14241324
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
14251325
FBLazyVector: 56e0e498dbb513b96c40bac6284729ba4e62672d
1326+
FBReactNativeSpec: 146c741a3f40361f6bc13a4ba284678cbedb5881
14261327
Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44
14271328
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
14281329
Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
@@ -1441,7 +1342,7 @@ SPEC CHECKSUMS:
14411342
RCTTypeSafety: 50efabe2b115c11ed03fbf3fd79e2f163ddb5d7c
14421343
React: 84221d5e0ce297bc57c4b6af539a62d812d89f10
14431344
React-callinvoker: 5d17577ecc7f784535ebedf3aad4bcbf8f4b5117
1444-
React-Codegen: 622eb4971c887cd198ce55346860635430fe8f72
1345+
React-Codegen: 857e7984fc277aadde2a7a427288b6918ece7b2b
14451346
React-Core: 8e782e7e24c7843871a0d9c3c8d7c5b3ebb73832
14461347
React-CoreModules: 7875ee247e3e6e0e683b52cd1cdda1b71618bd55
14471348
React-cxxreact: 788cd771c6e94d44f8d472fdfae89b67226067ea
@@ -1455,37 +1356,33 @@ SPEC CHECKSUMS:
14551356
React-jsi: 1d59d0a148c76641ac577729e0268bafa494152c
14561357
React-jsiexecutor: 262b66928ad948491d03fd328bb5b822cce94647
14571358
React-jsinspector: 32db5e364bcae8fca8cdf8891830636275add0c5
1458-
React-jsitracing: 42912570ecc01b07e29894a1a05a54f270e683ce
14591359
React-logger: 0331362115f0f5b392bd7ed14636d1a3ea612479
14601360
React-Mapbuffer: 7c35cd53a22d0be04d3f26f7881c7fb7dd230216
1461-
react-native-pager-view: b5c1234655bc56d201f8ea1ce887f6cabeafd61b
1462-
react-native-slider: e4be63dee7fb65a2318468de34aa9a423a2112f6
1361+
react-native-pager-view: d5f3adb58a4e6e0d200055e9a4afdcda9b9022ce
1362+
react-native-slider: b42e578d7c1ee4cd5f53e1dcfca232d3007b3d3e
14631363
React-nativeconfig: 1166714a4f7ea57a0df5c2cb44fbc70f98d580f9
14641364
React-NativeModulesApple: 726664e9829eb5eed8170241000e46ead269a05f
14651365
React-perflogger: 0dd9f1725d55f8264b81efadd373fe1d9cca7dc2
14661366
React-RCTActionSheet: 05656d2102b0d0a2676d58bad4d80106af5367b2
14671367
React-RCTAnimation: 6c66beae98730fb7615df28caf651e295f2401e5
1468-
React-RCTAppDelegate: d78fa6bcb3c823201b77bb86a967a0efd2dd4eed
1368+
React-RCTAppDelegate: 891b80c596fffcb3f90431739495d606a9a0d610
14691369
React-RCTBlob: 8ecee445ec5fa9ed8a8621a136183c1045165100
1470-
React-RCTFabric: 43929bf7439754d75bd9a88f97c990bfb98c90fd
1370+
React-RCTFabric: f291e06bc63fef26cdd105537bae5c6a8d3bdca8
14711371
React-RCTImage: 585b16465146cb839da02f3179ce7cb19d332642
14721372
React-RCTLinking: 09ba11f7df62946e7ddca1b51aa3bf47b230e008
14731373
React-RCTNetwork: e070f8d2fca60f1e9571936ce54d165e77129e76
14741374
React-RCTSettings: b08c7ff191f0a5421aab198ea1086c9a8d513bde
14751375
React-RCTText: f6cc5a3cf0f1a4f3d1256657dca1025e4cfe45e0
14761376
React-RCTVibration: d9948962139f9924ef87f23ab240e045e496213b
14771377
React-rendererdebug: ee05480666415f7a76e6cf0a7a50363423f44809
1478-
React-rncore: a93b592afe8ff28029a3c4009e52da14a0516c90
1479-
React-RuntimeApple: 95172dcfb260834a2bf1c8302b27ef0bc276e079
1480-
React-RuntimeCore: 404f636cf4144ead99c1bf46fad1cbecede27876
1378+
React-rncore: 010565651e9cf2e4fac9517a348446789dd55e01
14811379
React-runtimeexecutor: 56f562a608056fb0c1711d900a992e26f375d817
1482-
React-RuntimeHermes: 4a505ba2d60c4c8523d28f1d69dd5d115d81a6d3
14831380
React-runtimescheduler: 814b644a5f456c7df1fba7bcd9914707152527c6
14841381
React-utils: 987a4526a2fc0acdfaf87888adfe0bf9d0452066
14851382
ReactCommon: 2947b0bffd82ea0e58ca7928881152d4c6dae9af
14861383
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1487-
Yoga: 9e6a04eacbd94f97d94577017e9f23b3ab41cf6c
1384+
Yoga: a716eea57d0d3430219c0a5a233e1e93ee931eb7
14881385

14891386
PODFILE CHECKSUM: c25872b6c8e4ec17e5338750fa46de6bf56fcdce
14901387

1491-
COCOAPODS: 1.14.3
1388+
COCOAPODS: 1.14.2

Diff for: example/package-lock.json

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)