File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.0-beta.0] ( https://github.com/cdek-it/react-native-ui-kit/compare/v0.5.0...v0.6.0-beta.0 ) (2025-12-22)
4+
5+ ### 🐛 Исправления багов
6+
7+ * ** Dialog:** исправлена логика открытия диалогов ([ 2607e2f] ( https://github.com/cdek-it/react-native-ui-kit/commit/2607e2f19c1e9c49eb26aae5ab233d1b8127965b ) )
8+
9+ ### ♻️ Рефакторинг
10+
11+ * runOnJS заменен на scheduleOnRN ([ 8c3b6bd] ( https://github.com/cdek-it/react-native-ui-kit/commit/8c3b6bd7628265153e7ee5b55a8c3e96fcd30952 ) )
12+
313## [ 0.5.0] ( https://github.com/cdek-it/react-native-ui-kit/compare/v0.4.2...v0.5.0 ) (2025-12-17)
414
515### 🚀 Новый функционал
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ android {
9393 minSdkVersion rootProject. ext. minSdkVersion
9494 targetSdkVersion rootProject. ext. targetSdkVersion
9595 versionCode 1
96- versionName " 0.5 .0"
96+ versionName " 0.6.0-beta .0"
9797
9898 buildConfigField " String" , " REACT_NATIVE_RELEASE_LEVEL" , " \" ${ findProperty('reactNativeReleaseLevel') ?: 'stable'} \" "
9999 }
Original file line number Diff line number Diff line change 362362 );
363363 OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
364364 PRODUCT_BUNDLE_IDENTIFIER = ru.cdek.uikit.prime;
365- PRODUCT_NAME = CDEKUI;
365+ PRODUCT_NAME = " CDEKUI" ;
366366 SWIFT_OBJC_BRIDGING_HEADER = "CDEKUI/CDEKUI-Bridging-Header.h";
367367 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
368368 SWIFT_VERSION = 5.0;
369- TARGETED_DEVICE_FAMILY = 1 ;
369+ TARGETED_DEVICE_FAMILY = "1" ;
370370 VERSIONING_SYSTEM = "apple-generic";
371371 };
372372 name = Debug;
393393 );
394394 OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
395395 PRODUCT_BUNDLE_IDENTIFIER = ru.cdek.uikit.prime;
396- PRODUCT_NAME = CDEKUI;
396+ PRODUCT_NAME = " CDEKUI" ;
397397 SWIFT_OBJC_BRIDGING_HEADER = "CDEKUI/CDEKUI-Bridging-Header.h";
398398 SWIFT_VERSION = 5.0;
399- TARGETED_DEVICE_FAMILY = 1 ;
399+ TARGETED_DEVICE_FAMILY = "1" ;
400400 VERSIONING_SYSTEM = "apple-generic";
401401 };
402402 name = Release;
Original file line number Diff line number Diff line change 1919 <key >CFBundlePackageType </key >
2020 <string >$(PRODUCT_BUNDLE_PACKAGE_TYPE) </string >
2121 <key >CFBundleShortVersionString </key >
22- <string >0.5 .0 </string >
22+ <string >0.6.0-beta .0 </string >
2323 <key >CFBundleSignature </key >
2424 <string >???? </string >
2525 <key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 11{
22 "name" : " @cdek-it/react-native-ui-kit" ,
3- "version" : " 0.5 .0" ,
3+ "version" : " 0.6.0-beta .0" ,
44 "description" : " UI kit на основе Prime Faces, Prime Flex для React Native" ,
55 "license" : " MIT" ,
66 "homepage" : " https://developer.cdek.ru/design-system" ,
You can’t perform that action at this time.
0 commit comments