All Versions
16
Latest Version
Avg Release Cycle
-
Latest Release
-

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
  • 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
  • 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
  • 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