1. 19 9月, 2019 1 次提交
    • R
      plugins prepare enhanced · 4454f712
      REJack 提交于
      - split Plugins in Plugins & DocsPlugins
      - created docs-prepare & install npm script
      - renamed prepare npm script to prepare-release
      - updated .npmignore
      4454f712
  2. 13 9月, 2019 1 次提交
    • R
      added bootstrap-switch · 7bb5b47b
      REJack 提交于
      - updated package.json
      - updated build/npm/Plugins.js
      - added build/scss/plugins/_bootstrap-switch.scss with bootstrap 4 style & color overrides
      - updated pages/forms/advanced.html with bootstrap switch demo & added rows in icheck demo
      - added plugins files
      7bb5b47b
  3. 30 8月, 2019 1 次提交
    • R
      added ekko-lightbox plugin · 51579d53
      REJack 提交于
      - updated package.json
      - updated build/npm/Plugins.js
      - updated pages/gallery.html
      51579d53
  4. 28 8月, 2019 2 次提交
    • R
      dependencies/devDependencies updates · 2865815c
      REJack 提交于
      - updated dependencies
        - `@fortawesome/fontawesome-free` to 5.10.2
        - `@fullcalendar/bootstrap` to 4.3.0
        - `@fullcalendar/core` to 4.3.1
        - `@fullcalendar/daygrid` to 4.3.0
        - `@fullcalendar/interaction` to 4.3.0
        - `@fullcalendar/timegrid` to 4.3.0
        - `bootstrap-slider` to 10.6.2
        - `flot` to 3.2.9
        - `overlayscrollbars` to 1.9.1
        - `raphael` to 2.3.0
        - `select2` to 4.0.10
        - `sweetalert2` to 8.16.3
      - replaced dependencies
        - `jqvmap` with `jqvmap-novulnerability` (removes git requirement on `npm i`)
      - added new dependencies
        - `datatables.net-autofill-bs4` to 2.3.3
        - `datatables.net-bs4` to 1.10.19
        - `datatables.net-buttons-bs4` to 1.5.6
        - `datatables.net-colreorder-bs4` to 1.5.1
        - `datatables.net-fixedcolumns-bs4` to 3.2.6
        - `datatables.net-fixedheader-bs4` to 3.1.5
        - `datatables.net-keytable-bs4` to 2.5.0
        - `datatables.net-responsive-bs4` to 2.2.3
        - `datatables.net-rowgroup-bs4` to 1.1.0
        - `datatables.net-rowreorder-bs4` to 1.2.5
        - `datatables.net-scroller-bs4` to 2.0.0
        - `datatables.net-select-bs4` to 1.3.0
        - `jszip` to 3.2.2
        - `pdfmake` to 0.1.58
      - updated devDependencies
        - `@babel/cli` to 7.5.5
        - `@babel/core` to 7.5.5
        - `@babel/preset-env` to 7.5.5
        - `css-loader` to 3.2.0
        - `rollup"` to .20.2
        - `terser` to 4.2.1
      - removed old plugins
        - `morris`
      2865815c
    • R
      created new gallery page · e3888aee
      REJack 提交于
      - added filterizr to plugins
      - created gallery demo
      e3888aee
  5. 20 8月, 2019 2 次提交
  6. 28 7月, 2019 1 次提交
  7. 15 7月, 2019 1 次提交
    • R
      starting with the docs · 127188bb
      REJack 提交于
      - jekyllrb preset for gh-pages with AdminLTE 3 layout
      - rebuild menu structure like AdminLTE v2.4 docs
      - modified npm/Plugins.js to update docs assets with every production run
      127188bb
  8. 10 7月, 2019 1 次提交
  9. 01 7月, 2019 1 次提交
  10. 16 6月, 2019 1 次提交
    • R
      added notification plugins aka toasts (sweetalert2 & toastr) · 66f15c4f
      REJack 提交于
      - added sweetalert2 & toastr to package.json & build/npm/Plugins.js
      - added plugin related scss fixes and created files per plugin
      - updated "Modals" demo page to "Modals & Alerts" & renamed link on all demo files
      - rebuild dist files
      66f15c4f
  11. 14 6月, 2019 1 次提交
    • R
      plugins updates part 2 · f70483a8
      REJack 提交于
      - added .editorconfig
      - updated package.json & build/npm/Plugins.js according to the following changes
      - updated dev dependencies to clear audits
      - updated daterangepicker
      - updated overlayScrollbars
      - moved flot (0.8.2) to flot-old for plugins
      - updated flot
      - updated fullcalendar
      - replaced icheck with icheck-bootstrap & updated demo files
      - added icheck-bootstrap color overrides
      - updated inputmask
      - updated ion-rangeslider
      - updated jquery-ui
      - updated bootstrap-slider tweaks & demo files
      - replaced jvectormap with jqvmap & updated demo files
      - added jquery-mapael & replaced in index2 jvectormap
      - updated jquery-knob
      - replaced pace with pace-progress
      - updated select2 & demo files
      - replaced jquery.sparkline with sparklines & updated demo files and removed jquery.sparkline demo section
      f70483a8
  12. 10 6月, 2019 1 次提交
    • R
      updated plugins part 1 · 9b03b865
      REJack 提交于
      - updated package.json plugins (fontawesome)
      - updated npm/Plugins
      - removed bootstrap css files
      - replaced bootstrap-wysihtml5 (it's not support BS4) with summernote
      - updated bootstrap-slider to latest version & updated demo
      - replaced old chartjs demos with new chartjs
      - updated bootstrap-colorpicker & updated forms/advanced demo file
      - removed ckeditor in order to respect licenses
      - replaced bootstrap-datepicker & bootstrap-timepicker with tempusdominus-bootstrap-4
      9b03b865
  13. 05 6月, 2019 1 次提交
    • R
      Road to v3.0.0-beta.1 · 42568b9b
      REJack 提交于
      - replaced slimScroll to overlayScrollbars
      - added new layout types (fixed, navbar-fixed & footer-fixed)
      - changed old default layout from "fixed" to non-fixed
      - enhanced PushMenu.js to load options via data
      - enhanced Layout.js new layout calcs, options via data for scrollbar
      - fixed forms fontawesome icons
      - added warning-feedback (without icon)
      - added sidebar-mini-md
      - updated index to use layout-fixed
      - updated index2 to use layout-fixed, layout-navbar-fixed & layout-footer-fixed
      42568b9b
  14. 25 5月, 2019 1 次提交
    • R
      updated fontawesome to fontawesome-free 5.8.2 · d753e8ce
      REJack 提交于
      - updated all demo pages
      - updated fontawesome entries in build/npm/Plugins
      - updated package.json & package-lock.json
      - replaced fontawesome files in plugins/
      d753e8ce
  15. 06 5月, 2018 1 次提交
  16. 02 4月, 2018 1 次提交
  17. 18 3月, 2018 1 次提交
  18. 04 2月, 2018 1 次提交