changelog 3.1 KB

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