Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

55 lines (35 loc) · 1.3 KB

Unreleased

1.2.1

  • 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