Skip to content

Releases: cprodhomme/arctic_admin

v1.5.0

20 Apr 13:51
Compare
Choose a tag to compare
  • 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

12 Mar 10:05
Compare
Choose a tag to compare
  • Fix the filter moving towards to the left when resizing screen. | #35
  • Remove monkey patch for activeadmin (the branch 2-0-alpha become useless, switch to master)

v1.4.2

21 Jan 20:34
Compare
Choose a tag to compare
  • import font-awesome correctly
  • Use some variables for sass

v1.4.1

21 Jan 20:33
Compare
Choose a tag to compare
  • fix dependency of active_admin

v1.4.0

15 Jan 20:10
Compare
Choose a tag to compare

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

15 Jan 20:10
Compare
Choose a tag to compare
set version 1.3.3

v1.3.2

29 Dec 21:09
Compare
Choose a tag to compare
  • Import font-awsome differently

v1.3.1

03 Nov 20:06
Compare
Choose a tag to compare
  • 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

04 Oct 15:29
Compare
Choose a tag to compare
  • 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

16 Jul 19:30
Compare
Choose a tag to compare
  • 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.