Forme 1.9.0 Released #86
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/-jQ0IH7dv48
Google Group Date: Fri, 16 Nov 2018 10:36:28 -0800
Google Group Sender: [email protected]
Changes:
Correctly handle :value=>false option and false option values in select,
radioset, and checkboxset inputs.
Add Forme.h for HTML escaping, using cgi/escape if available for faster
escaping.
Make readonly text input spans use the readonly-text class for easier
styling.
Use div with nested p tags instead of spans for readonly textarea inputs.
This breaks backwards compatibility but results in much more pleasing
output.
Make forme_set Sequel plugin recognize default formatter changes set via
with_opts.
Automatically add maxlength attributes to text and textarea inputs in the
Sequel plugin based on maximum database column length.
Thanks,
Jeremy
Beta Was this translation helpful? Give feedback.
All reactions