changelog 3.2 KB

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