Releases: cprodhomme/arctic_admin
Releases · cprodhomme/arctic_admin
v1.5.0
- Change the aspect of the comments section
- Fix icon of header for Internet Explorer 11
- Fix
height: auto
for textarea - add style for Hints input
- Fix nested menu issue on turbolinks enabled page
v1.4.4
v1.4.2
- import font-awesome correctly
- Use some variables for sass
v1.4.1
- fix dependency of active_admin
v1.4.0
Instruction for upgrade
Add this line to the file config/application.rb
meta_tags_options = { viewport: 'width=device-width, initial-scale=1' }
ActiveAdmin.application.meta_tags = meta_tags_options
ActiveAdmin.application.meta_tags_for_logged_out_pages = meta_tags_options
v1.3.3
set version 1.3.3
v1.3.2
- Import font-awsome differently
v1.3.1
- Fix zoom hamburger bug
- Handle rounding bug for hamburger menu
- Improve radio button and select
- Change the error color
- Fix login page for ie
v1.3.0
- Allow media query breakpoints to be overridden
- Make checkbox styling consistent
- Update style table
- Add style for column
- move stylesheets and javascript into arctic_admin folder
v1.2.9
- Fix bug with responsive sidebar
- Add css for HTML5 input type (date, datetime-local, month, range, search, time, url, week)
- Add mixins Transition and Box-Shadow to improve the browser support.
- Allow to change root namespace in active_admin.