Skip to content

Releases: seedco/Formalist

Readable Content Width

08 Oct 16:06
Compare
Choose a tag to compare

The forms will now adhere to the readable content guide when in horizontal size class.

Fix animation bug

06 Nov 15:44
7fc97d6
Compare
Choose a tag to compare

Fixed bug where the floating label would get stuck if you entered/exited the text field while the label was animating.

Improved email validation speed

31 Aug 21:48
2c50d6f
Compare
Choose a tag to compare
Merge pull request #77 from seedco/dm/62-improve-email-validation

62: Improved email validation speed.

0.6.2

26 Mar 00:50
e1c3b75
Compare
Choose a tag to compare

Fixed issue that was introduced in 0.6.1 where insets were not always honored for Group elements.

0.6.1

24 Jan 22:39
7035f16
Compare
Choose a tag to compare
  • Fixed issue where "Next" button in the keyboard's accessory view would not show for the last element in a group, even if there were more fields for the keyboard to focus on in subsequent groups.

Swift 5.0

04 Nov 16:25
4746834
Compare
Choose a tag to compare

Update to Swift 5.0 (@mckaskle)

0.5.0

05 Jun 09:29
Compare
Choose a tag to compare

Added

  • Support for showing accessory toolbar with multiLineFloatLabel (@klaaspieter)

Changed

0.4.1

12 Dec 18:14
5edc4ac
Compare
Choose a tag to compare

Added

  • Customization of done button title (@lsavino)

0.4.0

08 Dec 23:11
25bfa9c
Compare
Choose a tag to compare

Added

  • FormElement convenience functions as static members (@klaaspieter)

Changed

  • More lenient StackViewController version (~> 0.4.0) (@vikmeup)

Deprecated

Carthage Woes

01 Dec 11:51
eb23ef0
Compare
Choose a tag to compare

Fixes issues where projects that were depending on both StackViewController and Formalist would fail to build because StackViewController.framework would be included twice.