Releases: dkniffin/active_material
Releases · dkniffin/active_material
v2.1.2
v2.1.1
v2.1.0
v2.0.3
v2.0.2
v2.0.1
v2.0.0
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:
- Follow the instructions in the readme for "installation" to add the npm/JS version
- 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.
- Remove references to active_material in app/assets/javascripts/active_admin.js.
- Remove the gem 'active_material' from your Gemfile (and run bundle install to update Gemfile.lock)
v1.5.1
v1.5.0
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!