Releases
v0.0.15
Added
Super::Reset
. Include it in your controller to remove all the controller
methods and actions that Super defines
<input type=hidden>
and <input type=password>
fields
Pill-like badges for displaying statuses
Easy label text configurability
A new form type for calling form methods directly
Changed
The <select>
tag has its "down" icon set in CSS, instead of in HTML
The recommended form schema types. For example, instead of type.string
, use
type.text_field
.
Removed
The README (cheatsheet) that was added when installing Super for the first
time. See bin/rails super:cheat
for an up to date list
Fixed
Updated bin/rails super:cheat
to print all of Super::Controls
methods
Mutate the current action_inquirer
when re-rendering a form due to a
validation failure (#create
to #new
, or #update
to #edit
)
The navigation menu was placed behind <select>
tags, which made it hard to
navigate. The navigation menu shows up on top now
A regression from upgrading to Tailwind CSS v2. It had a dotted border
around inputs, which is unnecessary since we have custom styles
You can’t perform that action at this time.