AdminLTE/changelog

105 lines
3.2 KiB
Plaintext
Raw Normal View History

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