changelog 3.0 KB

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