Skip to content

Latest commit

 

History

History
101 lines (63 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

101 lines (63 loc) · 2.34 KB

Unreleased

1.2.10

  • Fix compatibility with Pagy 8.x

1.2.9

  • Fix enum and constant lookup

1.2.8

  • Relax pagy version dependency - @excid3
  • Fix unpermitted params on search - @excid3

1.2.7

  • Fix importmaps for JS - @excid3

1.2.6

  • Use stimulus-flatpickr beta 3

1.2.5

  • 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

1.2.4

  • Fix controller inheritance for Rails 6 by making it explicit - @excid3

1.2.3

  • Upgraded to Stimulus 3.0 - @excid3
  • Fix nested forms - @excid3
  • Add scrollbar on index for wide tables - @jacobdaddario

1.2.2

  • Rails 7 support 🚀 - @excid3
  • Add support for store_accessors - @jacobdaddario

1.2.1

  • 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

1.2.0

  • 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

1.1.0

  • Add has_secure_password support
  • Add madmin:views:javascript generator
  • Fix madmin:views generator to copy all templates

1.0.2

  • Use unpkg for assets instead of skypack. Skypack was missing slimselect css
  • Check if Rails UJS is loaded before starting it

1.0.1

  • Fix belongs_to when nil - @excid3
  • Improve support for enums - @excid3

1.0.0

  • Add view generators - @esmale
  • Releasing 1.0.0 to prevent confusion - @excid3

1.0.0.beta2

  • Ignore autogenerated HABTM models - @excid3

1.0.0.beta1

  • Use Skypack for CSS & JS - @excid
  • Add support for all the Postgres, MySQL, and SQLite types supported by Rails - @excid3
  • Add decimal support - @excid3
  • Add HABTM example - @excid3
  • Added scope support to Resources and filtering on index page - @excid3

0.1.1

  • Open sourced for the first time

0.1.0

  • Registering the gem