David Miller
ba5b31ff98
Merge pull request #216 from BlackrockDigital/dev
...
update Bootstrap 4.3.1 and font awesome
2019-02-13 14:41:41 -05:00
David Miller
36196b9b93
update Bootstrap 4.3.1 and font awesome
2019-02-13 14:41:08 -05:00
David Miller
6e7d2e592a
add Bootstrap 3 version to readme
2019-01-29 14:51:55 -05:00
David Miller
7ef57a9999
version 4.0 udpate
...
Complete refactor! Main layout changed, new pages added, build system changed, now uses Gulp 4, Bootstrap SCSS, custom SCSS, new design, dropped Morris and Flot Charts, added Chart.js for charts, new example pages, and more...
v4.0.0
2019-01-29 14:15:29 -05:00
David Miller
86d352e36b
update readme
2019-01-03 12:13:42 -07:00
David Miller
af58467db4
updating to 4.0
...
New design with breaking changes, gulp 4, all dependencies updated, dev environment changed, and many more changes
2019-01-03 12:10:55 -07:00
David Miller
059edaa9b4
update copyright year on license and readme
2018-01-29 20:04:08 -05:00
David Miller
cd161a6edf
MIT License
2017-04-04 13:44:22 -04:00
David Miller
7a3621e124
update package.json
2017-03-06 14:56:35 -05:00
David Miller
76a5ba0ede
Merge pull request #155 from PeterDaveHello/patch-1
...
Add CDNJS version badge in readme
2016-11-29 01:22:59 -05:00
Peter Dave Hello
d43e38f221
Add CDNJS version badge in readme
2016-10-16 20:16:47 +08:00
David Miller
20f6ac3081
Merge pull request #142 from ParanormalCoder/master
...
issue: repository url value in package.json file was incorrect
2016-09-06 21:32:16 -04:00
Ehsan Khakifirooz
d6d36059a8
issue: repository url value in package.json file was incorrect
2016-08-25 09:28:32 +01:00
David Miller
e85ee3814b
nested panels won't be messed with now
v3.3.7+1
2016-08-19 18:46:51 -04:00
David Miller
3e0ff87103
removed an unused class and prettify html
2016-08-19 18:40:54 -04:00
David Miller
1e9297523a
update font awesome
2016-08-19 18:26:06 -04:00
David Miller
437cb76314
remove bower_components directory since it's now being ignored
2016-08-19 18:05:46 -04:00
David Miller
6b5d5953b6
added vendor directory and gulp support for better dependency organization and compiling less and js files
...
removed timeline css and merged it with the theme css and added gulp
support for a browser sync task as well for easier development
removed composer package until the repo issue is resolved - added
minified versions into the bower.json for when the repo issue is
resolved
2016-08-19 18:04:09 -04:00
David Miller
2424e20060
update bower and composer
2016-08-13 17:13:51 -04:00
David Miller
fce92d6caa
Merge pull request #131 from nelson6e65/patch-1
...
Remove deprecated bower.json option: version
2016-08-13 17:12:17 -04:00
Nelson Martell
c1f52e8c13
🔥 Remove explicit version from bower.json.
...
'version' option is deprecated: https://github.com/bower/spec/blob/master/json.md#version
2016-08-13 16:54:21 -04:00
David Miller
4eb66ac3b5
update to bootstrap 3.3.7
2016-07-25 16:48:58 -04:00
David Miller
8eee15719f
Merge pull request #109 from kingdomh2007/gh-pages
...
multi-drop down's display isn't correct
2016-06-30 17:14:30 -04:00
David Miller
8685919860
Merge pull request #121 from odurgeau/gh-pages
...
#120 - Not spread background color for panel heading
2016-06-30 17:13:38 -04:00
Olivier DURGEAU
15dade60d0
#120 - Not spread background color for panel heading
2016-06-07 14:56:44 +02:00
David Miller
7acc1a0540
update CSS to MIT
2016-05-28 14:55:11 -04:00
sherry
06d8702103
multi-drop down's display isn't correct
...
multi-drop down's display isn't correct.
2016-03-24 18:21:19 +08:00
David Miller
39805790df
update to MIT license
2016-02-04 15:53:16 -05:00
David Miller
bc69b30bbe
remove line example to make homepage menu correct
2016-02-02 15:17:24 -05:00
David Miller
0c64b68b30
Merge pull request #66 from nymanjens/gh-pages
...
Made bower.json->license compatible with bower.json-spec
2016-01-29 16:52:28 -05:00
David Miller
76ef6da0fb
Merge pull request #80 from pmichna/gh-pages
...
remove wrong checking of active link in sidebar
2016-01-29 16:46:13 -05:00
David Miller
b9b4738f4f
Merge pull request #100 from foxou33/gh-pages
...
Added composer.json for installation from packagist
2016-01-29 16:42:28 -05:00
David Miller
7d43502565
Merge pull request #96 from krzysiekpiasecki/gh-pages
...
Fix responsive datatable example and prevent from 404
2016-01-29 16:42:10 -05:00
David Miller
f64e47d361
Merge pull request #97 from krzysiekpiasecki/patch-6
...
Remove unnecessary console output
2016-01-29 16:38:49 -05:00
David Miller
9c094e9eaa
Merge pull request #92 from krzysiekpiasecki/patch-2
...
Add missing morris-line-chart example
2016-01-29 16:36:58 -05:00
David Miller
90fc3d77a3
Merge pull request #52 from zerkms/patch-1
...
All local variables must be prepended with `var`
2016-01-29 16:36:38 -05:00
foxou33
578afca14a
Create composer.json
2016-01-14 00:16:39 +01:00
Krzysztof Piasecki
6192b94721
Remove unnecessary console output
2016-01-06 23:38:12 +01:00
Krzysztof Piasecki
9da00b7d4a
Freeze datatable-responsive dependency
...
Patch version 1.0.7 of datatables-responsive library breaks backward compatibility. There is no css distribution files and they are renamed.
https://github.com/DataTables/Responsive/issues/45
2016-01-06 23:09:41 +01:00
Krzysztof Piasecki
8c064ad0a9
Fix invalid responsive data table example
...
- add missing dataTables.responsive.js script
- add width attribute
2016-01-06 23:02:26 +01:00
Krzysztof Piasecki
1847b90c83
Add missing morris-line-chart example
2016-01-06 15:23:49 +01:00
David Miller
61131dfe62
update version in bower.json
2015-12-06 12:18:09 -05:00
David Miller
afb82ee156
Bootstrap v3.3.6 Update
v1.0.8
2015-11-28 13:17:10 -05:00
Paweł Michna
f509833df1
remove wrong checking of active link in sidebar
2015-09-30 12:32:39 +02:00
David Miller
0b77a7484f
Bootstrap 3.3.5 Update (and other dependencies)
2015-06-22 13:25:30 -04:00
Jens Nyman
948ed10a1d
Made bower.json->license compatible with bower.json-spec ( https://github.com/bower/bower.json-spec , using a SPDX license identifier).
2015-06-07 12:09:19 +02:00
David Miller
c1fc29bfe4
sb admin 2 version update in bower
v1.0.7
2015-04-21 01:02:54 -04:00
David Miller
b6e856a925
update bower version and dependencies
2015-04-21 01:01:39 -04:00
Ivan Kurnosov
486c11882b
All local variables must be prepended with var
...
Otherwise it causes problems in `'use strict';` mode
2015-04-10 08:43:29 +12:00
David Miller
00b5ca81c3
Merge pull request #43 from marcelod/gh-pages
...
add icons bootstrap in view page
v1.0.6
2015-02-21 01:13:24 -05:00