changelog 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. CHANGE LOG:
  2. v2.2.1:
  3. - Bug Fixes
  4. - Removed many ```!important``` statements in css
  5. - Activate boxWidget automatically when created after the page has loaded
  6. - Activate sidebar menu treeview links automatically when created after the page has loaded
  7. - Updated Font Awesome thanks to @Dennis14e
  8. - Added JSHint to Grunt tasks (Find JS errors)
  9. - Added CSSLint to Grunt tasks (Find CSS errors)
  10. - Added Image to Grunt tasks (compress images)
  11. - Added Clean to Grunt tasks (remove unwanted files like uncompressed images)
  12. - Updated Bootstrap to 3.3.5
  13. v2.2.0:
  14. - Bug fixes
  15. - Added support for [Select2](https://select2.github.io/)
  16. - Updated ChartJS
  17. v2.1.2:
  18. - Added explicit BoxWidget activation function issue #450
  19. - Crushed some bugs
  20. v2.1.1:
  21. - Fix version error
  22. v2.1.0:
  23. - Update Ion Icons
  24. - Added right sidebar ```.control-sidebar```
  25. - Control sidebar has 2 open effects: slide over content and push content
  26. - Control sidebar converts to always slide over content on small screens
  27. - Added 6 new light sidebar skins
  28. - Updated demo menu
  29. - Added ChartJS preview page
  30. - Fixed some minor bugs
  31. - Added light control sidebar skin
  32. - Added expand on hover option for sidebar mini
  33. - Added fixed control sidebar layout
  34. v2.0.5:
  35. - Fixed issue #288
  36. v2.0.4:
  37. - Fixed bower.json to pick up newest release.
  38. v2.0.3:
  39. - Bug fixes
  40. - Fixed extra page when printing issue #264
  41. - Updated documentation and fixed links scrolling issue
  42. - Created print.less file (this makes it easier if you want to create a seperate CSS file for printing)
  43. - Fixed sidebar stretching issue #275
  44. - Fixed checkbox out of bounds issue in WYSIHTML5 editor.
  45. v2.0.2:
  46. - Solved issue with hidden arrow in select inputs.
  47. v2.0.1:
  48. - Updated README.md
  49. - Fixed versioning issue in CSS, LESS, and JS
  50. - Updated box-shadow for boxes
  51. - Updated docs
  52. v2.0.0
  53. - Major layout bug fixes
  54. - Change in layout mark up
  55. - Added transitions to the sidebar
  56. - New skins and modified previous skins
  57. - Change in color scheme to a more complementing scheme
  58. - Added footer support
  59. - Removed pace.js from the main app.js
  60. - Added support for collapsed sidebar as an initial state (add .sidebar-collapse to the body tag)
  61. - Added boxed layout (.layout-boxed)
  62. - Enhanced consistency in padding and margining
  63. - Updated Bootstrap to 3.3.2
  64. - Fixed navbar dropdown menu on small screens positioning issues.
  65. - Updated Ion Icons to 2.0.0
  66. - Updated FontAwesome to 4.3.0
  67. - Added ChartJS 1.0.1
  68. - Removed iCheck dependency
  69. - Created Dashboard 2.0
  70. - Created new Chat widget (DirectChat)
  71. - Added transitions to DirectChat
  72. - Added contacts pane to DirectChat
  73. - Changed .right-side to .content-wrapper
  74. - Changed .navbar-right to .navbar-custom-menu
  75. - Removed unused files
  76. - Updated lockscreen style (HTML markup changed!)
  77. - Updated Login & Registration pages (HTML markup changed!)
  78. - Updated buttons style.
  79. - Enhanced border-radius consistency
  80. - Added mailbox: inbox, read, and compose pages
  81. - Bootstrap & jQuery are now hosted locally
  82. - Created documentation.