File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22All notable changes to this project will be documented in this file.
33
4+ ### [ 5.3.3] ( https://github.com/xmartlabs/Eureka/releases/tag/5.3.3 )
5+
6+ * Add option for different ScrollPosition behavior on keyboard appearance (#2112 )
7+ * Prefix Eureka to certain class names to avoid clashes with other pods (#2113 )
8+ * Remove the default header title of section (#2128 )
9+ * Modify hugging priority for PasswordRow (#2129 )
10+ * Add replace method for all sections (#2105 )
11+ * Fix: Non-public API usage (valueChanged, datePickerValueChanged) (#2130 )
12+ * Fix: remove EXCLUDED_ARCHS build setting to support M1 mac iphone simulator (#2137 )
13+ * Fix: removeAll method in sections (#2141 )
14+
15+
416### [ 5.3.2] ( https://github.com/xmartlabs/Eureka/releases/tag/5.3.2 )
517
618* Make tableViewStyle public (#2092 )
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Eureka'
3- s . version = '5.3.2 '
3+ s . version = '5.3.3 '
44 s . license = 'MIT'
55 s . summary = 'Elegant iOS Forms in pure Swift'
66 s . homepage = 'https://github.com/xmartlabs/Eureka'
Original file line number Diff line number Diff line change 729729 INFOPLIST_FILE = Source/Info.plist;
730730 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
731731 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
732- MARKETING_VERSION = 5.3.2 ;
732+ MARKETING_VERSION = 5.3.3 ;
733733 PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
734734 PRODUCT_NAME = "$(TARGET_NAME)";
735735 SKIP_INSTALL = YES;
753753 INFOPLIST_FILE = Source/Info.plist;
754754 INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
755755 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
756- MARKETING_VERSION = 5.3.2 ;
756+ MARKETING_VERSION = 5.3.3 ;
757757 PRODUCT_BUNDLE_IDENTIFIER = com.xmartlabs.Eureka;
758758 PRODUCT_NAME = "$(TARGET_NAME)";
759759 SKIP_INSTALL = YES;
Original file line number Diff line number Diff line change @@ -1075,7 +1075,7 @@ $ pod install
10751075After you set up your `Package.swift ` manifest file, you can add Eureka as a dependency by adding it to the dependencies value of your `Package.swift `.
10761076
10771077dependencies: [
1078- .package (url : " https://github.com/xmartlabs/Eureka.git" , from : " 5.3.2 " )
1078+ .package (url : " https://github.com/xmartlabs/Eureka.git" , from : " 5.3.3 " )
10791079]
10801080
10811081
You can’t perform that action at this time.
0 commit comments