Skip to content

Commit

Permalink
new library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Barreto committed Jul 20, 2017
1 parent ecd3c74 commit d3e273e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Change Log
All notable changes to this project will be documented in this file.

### [3.1.0](https://github.com/xmartlabs/Eureka/releases/tag/3.1.0)

Bug fixes & stability improvements:

* Fixed how sections and rows are inserted using subscripts
* Fixed issue with disbled rows in selectable sections. Disabled rows were still selectable.
* Multivalued section does not display image in imagerow #977
* Improve currency formatter #1103
* Added option to use accessory view in ImageCheckCell
* Exact length validation (new feature)
* Change validation on demand behaviour when row was not valid (#1148)
* Move FormDelegate methods to `FormViewController` class to make it extensible and customizable.
* The slider was not being disabled when the row was disabled.



### [3.0.0](https://github.com/xmartlabs/Eureka/releases/tag/3.0.0)

Bug fixes & stability improvements:
Expand Down
2 changes: 1 addition & 1 deletion Eureka.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Eureka'
s.version = '3.0.0'
s.version = '3.1.0'
s.license = 'MIT'
s.summary = 'Elegant iOS Forms in pure Swift'
s.homepage = 'https://github.com/xmartlabs/Eureka'
Expand Down

0 comments on commit d3e273e

Please sign in to comment.