Skip to content

Latest commit

 

History

History
94 lines (75 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

94 lines (75 loc) · 3.31 KB

CHANGELOG

2.0.0

  • Add CONTRIBUTING (#78)
  • Add the thoughtbot CoC (#76)
  • Add SECURITY (#77)
  • Add LICENSE (#75)
  • Add a script to build the changelog (#74)
  • Add a bin/setup script (#73)
  • Drop Administrate support below v0.19.0 (#72)
  • Upgrade Ruby to v3.3.0 (#67)
  • Drop SQLite development dependency (#70)
  • Refresh Appraisals (properly) (#71)
  • Refresh Appraisals (#69)
  • Pin Administrate below 0.20.0 (#68)
  • Add German locale (#53)
  • Align #show pagination with 0.16.0 (#52)
  • Let Administrate figure out the associations (#44)
  • Avoid having to add assets to the host manifest (#45)
  • Add French locale (#51)
  • Fix build to work with Rails 6.1 (#47)
  • Remove old compatibility (#46)
  • Remind users to declare accepts_nested_attributes_for (#48)

1.3.0

  • Cover more test cases (#43)
  • Update form constructor to avoid undefined method (#34)
  • Upgrade Ruby to 2.7.0 (#27)
  • We need to use a node-browsers to run features (#30)
  • Fix CI by explicitly setting a Postgres password (#29)

1.2.0

  • Add support for namespaced models (#24)
  • Add missing accepts nested attributes to School.
  • Explicitly import administrate and field JS/CSS.
  • Add ru locale (#26).
  • Add pt locale (#25).
  • Add Circle CI.
  • Upgrade Ruby to 2.6.3.
  • Add a dummy test app (#19).

1.1.0

  • Add a .ruby-version file.
  • Adjust to upstream administrate changes.
  • Add Japanese locale.

1.0.0

  • Add rake for testing and release tools (#16).
  • Fixes for administrate 0.9.0 (#11).
  • Ensure current data is injected into nested fields (#10).
  • Remove direct dependency on Rails (#10).
  • Add i18n support (#10).
  • Make styling more consistent with has_one form (#10).
  • Add missing Gemfile and missing dependency on RSpec (#15).
  • Update gem location and authors (#14).
  • Avoid circular dependencies by not including the full library in the Gemspec (#13).

0.1.0

  • Updates for changes in administrate 0.2.1.
  • Import JavaScript automatically.

0.0.2

  • Add missing import for cocoon.
  • Note stop gap fix for missing JavaScript imports.

0.0.1

  • Initial Release.