Skip to content

Releases: calebhearth/formulaic

Formulaic v0.4.0

06 Feb 23:14
v0.4.0
c9eabac
Compare
Choose a tag to compare
Formulaic v0.4.0 Pre-release
Pre-release
  • Translations for submit falls back to same defaults as form builder
    submit.
  • Add configurable default_wait_time, useful for speeding up js tests
  • Treat Symbol values as string input
  • Try translating option for select in StringInput
  • Humanize attribute when translation fails and class does not exist
  • Use Integer instead of deprecated Fixnum
  • Drop support for ruby 2.1

Formulaic v0.2.0

06 Feb 14:49
v0.2.0
642ebc6
Compare
Choose a tag to compare
Formulaic v0.2.0 Pre-release
Pre-release
  • Add support for DateTime inputs. #41
  • Add installation instructions to README. #39
  • Use I18n for month select, allowing month names in locales other than
    English to be filled. #40

formulaic v0.1.4

06 Feb 14:44
v0.1.4
029f9c2
Compare
Choose a tag to compare
formulaic v0.1.4 Pre-release
Pre-release
  • Add support for DateTime inputs. #41
  • Add installation instructions to README. #39
  • Use I18n for month select, allowing month names in locales other than
    English to be filled. #40

formulaic v0.1.3

06 Feb 14:45
v0.1.3
0e7b11e
Compare
Choose a tag to compare
formulaic v0.1.3 Pre-release
Pre-release
  • Remove unused action var from README examples
  • Fix human_attribute_name in Label

v0.1.2

26 Sep 13:31
v0.1.2
7f0a983
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Formulaic now knows how to select from a select[multiple] if it
can't check array options as input[type=checkbox].

It will also refuse to fill an Array value if all elements can't be
selected or checked (and they must all be the same action).

#34