Forme 1.10.0 Released #89
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/ebF8VhNiFfg
Google Group Date: Mon, 13 May 2019 14:04:28 -0700
Google Group Sender: [email protected]
Forme 1.10.0 has been released:
Make readonly formatter ignore hidden inputs (jeremyevans)
Add :select_labels for date inputs using :as=>:select to use labels for
the inputs for better accessibility (jeremyevans)
Add :after_legend error_handler for adding error message after legend
when using :legend labeler (jeremyevans)
Add aria-describedby to all inputs with errors where possible for better
accessibility (jeremyevans)
Add aria-invalid to all inputs with errors for better accessibility
(jeremyevans)
Support :fieldset wrapper and :legend labeler, can be used for accessible
radioset/checkboxset (jeremyevans)
Support :tag_label_attr option for radioset and checkbox set for label
attributes for each radio/checkbox label (jeremyevans)
Support custom :error_handler in radioset and checkboxset inputs
(jeremyevans)
Support custom :labeler in radioset and checkboxset inputs (jeremyevans)
Avoid calling Proc.new with an implicit block, which is deprecated
starting in ruby 2.7 (jeremyevans)
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions