All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.7 Changes
- ๐ Fix importmaps for JS - @excid3
-
v1.2.6 Changes
- ๐ Use stimulus-flatpickr beta 3
-
v1.2.5 Changes
- โ Add
Madmin::Fields::File
type for Shrine, Carrierwave, etc - @excid3 - ๐ Support isolated namespace models - @excid3
- ๐ Use
polymorphic_path
for generating URLs - @excid3 - Automatically link
id
column to show action - @excid3 - โ Add
Edit
link to index - @excid3 - ๐ Fix install generator by adding an ApplicationController to the gem - @excid3
- โ Add
-
v1.2.4 Changes
- ๐ Fix controller inheritance for Rails 6 by making it explicit - @excid3
-
v1.2.3 Changes
- โฌ๏ธ Upgraded to Stimulus 3.0 - @excid3
- ๐ Fix nested forms - @excid3
- โ Add scrollbar on index for wide tables - @jacobdaddario
-
v1.2.2 Changes
- ๐ Rails 7 support ๐ - @excid3
- โ Add support for store_accessors - @jacobdaddario
-
v1.2.1 Changes
- 0๏ธโฃ Handle records not having
created_at
columns when setting the default_sort column - @afomera / @excid3 - Reset page on search submit - @jitingcn
- Catch Pagy overflow errors - @excid3
- โ Add custom field support - @excid3
- ๐จ Refactor
Resource.attributes
from an array to hash for faster lookup - @excid3
- 0๏ธโฃ Handle records not having
-
v1.2.0 Changes
- ๐ Allow users to override default sort column and direction on resources
- โ Add sortable columns on the index for resources
- Don't include
form: false
fields from nested resources in nested resource field params
-
v1.1.0 Changes
- Add
has_secure_password
support - โ Add
madmin:views:javascript
generator - ๐ Fix
madmin:views
generator to copy all templates
- Add
-
v1.0.2 Changes
- ๐ฑ Use unpkg for assets instead of skypack. Skypack was missing slimselect css
- ๐ Check if Rails UJS is loaded before starting it