Forme 1.3.0 Released #61
jeremyevans
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Google Group Post: https://groups.google.com/g/ruby-forme/c/J-996ieZbF8
Google Group Date: Fri, 17 Apr 2015 08:26:21 -0700
Google Group Sender: [email protected]
Forme 1.3.0 has been released. Here is the changelog:
Support option groups in select, checkboxset, and radioset inputs via
:optgroups option (jeremyevans)
Support :select_options option for date/datetime :as=>:select, for
setting specific options in each select field (jeremyevans)
The id for first select input for date/datetime :as=>:select is now the
same as the :id option/attribute (jeremyevans)
Support :order option for date/datetime :as=>:select inputs, so you can
order select boxes day/month/year or month/day/year (jeremyevans)
Add helper transformer type, for adding help text next to fields
(jeremyevans)
Support :skip_primary_key option to not add hidden primary key fields for
existing associated objects in subform in the Sequel plugin (jeremyevans)
Support :blank_attr option for select/radioset/checkboxset inputs
(jeremyevans)
Support :blank_position=>:after option for select/radioset/checkboxset
inputs (jeremyevans)
Respect existing :add_blank option when using select tags for boolean
fields in the Sequel plugin (jeremyevans)
Use type=datetime-local for datetime types (jeremyevans)
Handle error messages on the underlying column in pg_array_to_many
associations (jeremyevans)
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions