Skip to content

Commit f05e2a8

Browse files
committed
added holder.js library;
fixed issue with dropdowns; fixed jquery-ui vs bootstrap-button conflicts; fixed typeahead styling; updated version number;
1 parent 4d8bdb3 commit f05e2a8

File tree

13 files changed

+11203
-11241
lines changed

13 files changed

+11203
-11241
lines changed

Gruntfile.js

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,6 @@ module.exports = function (grunt) {
6565
},
6666
dist: {
6767
src: [
68-
'<%= bower_conf.directory %>/bootstrap/dist/js/bootstrap.js',
69-
70-
'<%= bower_conf.directory %>/bootstrap-switch/dist/js/bootstrap-switch.js',
71-
'<%= bower_conf.directory %>/bootstrap-tagsinput/dist/bootstrap-tagsinput.js',
72-
'<%= bower_conf.directory %>/typeahead.js/dist/typeahead.bundle.js',
73-
'<%= bower_conf.directory %>/videojs/dist/video-js/video.js',
74-
'<%= bower_conf.directory %>/select2/select2.js',
75-
7668
'<%= bower_conf.directory %>/jquery-ui/ui/jquery.ui.core.js',
7769
'<%= bower_conf.directory %>/jquery-ui/ui/jquery.ui.widget.js',
7870
'<%= bower_conf.directory %>/jquery-ui/ui/jquery.ui.mouse.js',
@@ -82,6 +74,15 @@ module.exports = function (grunt) {
8274
'<%= bower_conf.directory %>/jquery-ui/ui/jquery.ui.effect.js',
8375
'<%= bower_conf.directory %>/jquery-ui-touch-punch/jquery.ui.touch-punch.js',
8476

77+
'<%= bower_conf.directory %>/bootstrap/dist/js/bootstrap.js',
78+
79+
'<%= bower_conf.directory %>/bootstrap-switch/dist/js/bootstrap-switch.js',
80+
'<%= bower_conf.directory %>/bootstrap-tagsinput/dist/bootstrap-tagsinput.js',
81+
'<%= bower_conf.directory %>/holderjs/holder.js',
82+
'<%= bower_conf.directory %>/typeahead.js/dist/typeahead.bundle.js',
83+
'<%= bower_conf.directory %>/videojs/dist/video-js/video.js',
84+
'<%= bower_conf.directory %>/select2/select2.js',
85+
8586
'js/*.js',
8687
'!js/application.js'
8788
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ To get started, check out [getting started page](http://designmodo.github.io/Fla
1616

1717
Three quick start options are available:
1818

19-
- [Download the latest release](https://github.com/designmodo/Flat-UI/archive/2.2.0.zip).
19+
- [Download the latest release](https://github.com/designmodo/Flat-UI/archive/2.2.1.zip).
2020
- Clone the repo: `git clone https://github.com/designmodo/Flat-UI.git`.
2121
- Install with [Bower](http://bower.io): `bower install flat-ui`.
2222

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flat-ui",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"main": [
55
"less/flat-ui.less",
66
"dist/css/flat-ui.css",
@@ -19,6 +19,7 @@
1919
"jquery-ui": "~1.10.4",
2020
"bootstrap": "~3.2.0",
2121
"bootstrap-switch": "~3.0.2",
22+
"holderjs": "~2.4.0",
2223
"html5shiv": "~3.7.2",
2324
"jquery-ui-touch-punch": "*",
2425
"respond": "~1.4.2",

dist/css/flat-ui.css

Lines changed: 3 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/flat-ui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/flat-ui.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)