Skip to content

Commit

Permalink
feat: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
groovemen committed Aug 16, 2021
1 parent 938dc52 commit ef58583
Showing 1 changed file with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,101 @@
# Change Log

## [3.0.0] 2021-08-16
### Update and Improvements
- Update Bootstrap to v5.1.0
- Update to Material Design 2
- Add more example pages
- Add Light/Dark feature
- New Documentation version

## [2.1.2] 2020-03-13
### BugFixing
- Fixed the perfectScrollbar plugin issue
- Change name color variables from `$brand-*color` to `$*color`

## [2.1.1] 2020-02-21
### Improvements, BugFixing
- Fixed the broken links

## [2.1.0] 2018-11-13
### Improvements, BugFixing
- Changes for responsive devices
- Improvements and BugFixing for documentation
- Change versions on CSS and JS files
- DataTable responsive fixes
- Example Pages small establishments
- Pro Documentation integrated in Free Version
- New page - Error Page 404
- Eliminated extra CSS and JS

## [2.0.2] 2018-06-21
### BugFixing
- Multilevel dropdown integration
- Small changes for responsive devices
- Fixed-plugin in user archive integration
- Speed optimizations
- Documentation errors fixed
- Gulp compiling of the SASS files
- Change versions on CSS and JS files
- Small changes for components

## [2.0.1] 2018-03-21
### BugFixing
- Fixed validation inputs
- Fixed SweetAlert
- Navbar dropdown fixed on mobile responsive

## [2.0.0] 2018-03-15
### Bootstrap 4 update
- Core base code on Bootstrap 4
- Documentation code base written from scratch
- Speed optimizations
- Class changes :
.card-block to .card-body
.navbar-toggleable-* to .navbar-expand-*
.hidden-*-down to .d-none .d-*-block
.hidden-*-up to .d-*-none
.checkbox to .form-check
.radio to .form-check
- more class changes here: https://getbootstrap.com/docs/4.0/migration/
- Bug fixes for responsive devices
- Small changes for components

## [1.2.1] 2017-11-17
### RTL Support
- added new page with `RTL Support`

### BugFixing
- SweetAlert fixed on IE and browser console fixed error
- Replaced `es6-promise-auto.min.js` library with `core.js` (CDN script)
- `Chartist.js` fixed error from browser console
- `PerfectScrollbar` fixed on IE


## [1.2.0] 2017-09-05
### BugFixing, Plugin Change
- Added a new Sidebar-menu ( the old one was replaced ) and a new color for the Sidebar-menu `red` with `white` the active color
- Plugins that were updated to the latest versions:
- jquery.min.js `3.2.1`
- es6-promise-auto.min.js `4.1.1`
- noUiSlider.min.js `10.0.0`
- chartist.min.js `0.11.0`
- fullcalendar.min.js `3.5.0`
- jquery.bootstrap-wizard.js `1.4.2`
- jquery.select-bootstrap.js `1.12.2`
- Added `Arrive.js` library for elements that are inserted dinamically
- Removed `jquery.mobile-1.4.5.min.js` library because this it's not compatible with jquery 3+
- Added version in CSS and JS links
- Bug Fixes

## [1.1.0] 2016-11-17
### BugFixing, Plugin Change
- Fix bug on main panel > content while you use the Sidebar Mini
- Replaced select plugin with a more complex select `bootstrap-select`
- Added File Input library by Jasny
- change filter colors for example pages
- fix Charts responsive issue when switching from Desktop to Mobile
- added `PerfectScrollbar` just for Windows, fix problem in MacOs and Ubuntu

## [1.0.0] 2016-11-03
### Initial Release

0 comments on commit ef58583

Please sign in to comment.