Skip to content

Releases: dkniffin/active_material

v2.1.2

12 Aug 14:31
0691cac
Compare
Choose a tag to compare
  • #100 - Avoid using ruby 3.1 methods to keep gem compatible with older ruby versions (thanks @alexeyschepin)

v2.1.1

12 Aug 14:31
e0cc5ec
Compare
Choose a tag to compare
  • Update included files in gemspec

v2.1.0

12 Aug 14:31
d5239d9
Compare
Choose a tag to compare
  • Convert JS from jquery to vanilla JS
  • Add support for importmap
  • Update SCSS to support dartsass-rails

v2.0.3

12 Aug 14:30
Compare
Choose a tag to compare

v2.0.2

12 Aug 14:30
Compare
Choose a tag to compare
  • Fix broken account menu icon

v2.0.1

12 Aug 14:30
Compare
Choose a tag to compare
  • Removes dependency on globbing extension (#85)

v2.0.0

12 Aug 14:29
Compare
Choose a tag to compare

This activeadmin theme is entirely JS and CSS, and there is no custom ruby code. Therefore, since v2, active_material has been converted from a ruby gem to an npm/JS package. As part of this process, sprockets is also no longer supported.

Breaking changes

  • Sprockets is no longer supported
  • The library is converted from ruby gem to npm/JS package

Upgrading

To upgrade from v1 to v2, follow these steps:

  1. Follow the instructions in the readme for "installation" to add the npm/JS version
  2. Remove references to active_material in app/assets/stylesheets/active_admin.scss. Any customizations should be moved over to 3. wherever the new scss import is.
  3. Remove references to active_material in app/assets/javascripts/active_admin.js.
  4. Remove the gem 'active_material' from your Gemfile (and run bundle install to update Gemfile.lock)

v1.5.1

22 Apr 13:09
Compare
Choose a tag to compare

This release includes style fixes:

  • #69 Add styling for comments
  • #67 Fix input and label font
  • #73 Fix vertical-align: middle;

Thanks to @irmela and @bartoszkopinski for the updates.

v1.5.0

18 Sep 16:08
22f8aa0
Compare
Choose a tag to compare

Thank you to everyone who has submitted fixes (@irmela in particular)

  • Fix a few border radii
  • Fix focus states on hover menus (#17)
  • Use font weight variables instead of hardcoded values (#27)
  • Improve cancel button scope
  • Fix header scope (#44)
  • Style country selects
  • Utility Nav breaks if it haves multiple items (#32)
  • Datepicker container not hidden (#51)
  • Disabled style for input fields (#53)
  • Don't make transparent li-s interactive
  • Change utility nav cursor to pointer
  • Adds sass-rails to gemspec as a dependency
  • Make tabs background and border color configurable
  • Fix hover background color
  • Fix responsiveness for images inside a table (#56)

Thank you to @jamland, @ten1seven, @averyvery, @whatcould, @gobijan, @amiuhle, @FelixFortis, @vfonic, and @woolsox all for submitting fixes for this release!

v1.4.1

11 Jan 17:56
Compare
Choose a tag to compare
  • Add !default flag to $am-theme-error-400 color