ember-cli-bootstrap-bookingsync-sass
Advanced tools
Comparing version
@@ -8,3 +8,4 @@ import Ember from 'ember'; | ||
classNames: "form-group", | ||
type: "text" | ||
type: "text", | ||
classNameBindings: ["value:filled"] | ||
}); | ||
@@ -11,0 +12,0 @@ |
@@ -7,3 +7,4 @@ import Ember from 'ember'; | ||
tagName: "div", | ||
classNames: "form-group" | ||
classNames: "form-group", | ||
classNameBindings: ["value:filled"] | ||
}); | ||
@@ -10,0 +11,0 @@ |
@@ -8,6 +8,6 @@ /* ======================================================================== | ||
+function ($) { | ||
+function ($, document) { | ||
'use strict'; | ||
$(document).on('ready', function() { | ||
$(document).on('DOMContentLoaded', function() { | ||
$('.form-group .form-control').each(function (index, e) { | ||
@@ -51,2 +51,2 @@ if (!!$(e).val()) { | ||
}); | ||
}(jQuery); | ||
}(jQuery, document); |
### master | ||
### 1.0.2 - 2017-04-14 | ||
* bug fixes | ||
* Ember Add-on: add 'filled' class-name to input, textarea with value. | ||
* `form.js` to use more correct `DOMContentLoaded` event instead of `ready`. | ||
* improvements | ||
* fix power select shifting the bottom content on focus. | ||
* add icons `icon-trash` and `icon-clone` | ||
* embed icons and smiles fonts within CSS | ||
### 1.0.1 - 2017-02-12 | ||
@@ -9,2 +20,5 @@ | ||
* fix tabs styling when active tab is also focused. | ||
* improvements | ||
* add `.text-nowrap` util class | ||
@@ -11,0 +25,0 @@ ### 1.0.0 - 2016-12-25 |
@@ -40,2 +40,4 @@ <div class="example"> | ||
<li><i class="icon-widget"></i> widget</li> | ||
<li><i class="icon-trash"></i> trash</li> | ||
<li><i class="icon-clone"></i> clone</li> | ||
</ul> | ||
@@ -42,0 +44,0 @@ </div> |
@@ -58,1 +58,16 @@ <div class="example"> | ||
~~~ | ||
<div class="example"> | ||
<div class="sheet-header"> | ||
<h3 id="text-utils">Text Utils</h3> | ||
</div> | ||
<p>`.text-nowrap`</p> | ||
<div class="bs-example bs-sheet" data-example-id="vertical-alignment"> | ||
<span class="text-nowrap">Don't wrap text, Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span> | ||
</div> | ||
</div> | ||
~~~ html | ||
<span class="text-nowrap">Don't wrap text, Lorem Ipsum is simply dummy text of the printing and typesetting industry.</span> | ||
~~~ |
{ | ||
"name": "ember-cli-bootstrap-bookingsync-sass", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Sass-powered version of Bootstrap with BookingSync theme.", | ||
@@ -5,0 +5,0 @@ "directories": { |
@@ -221,5 +221,6 @@ # Bootstrap BookingSync SASS | ||
```scss | ||
@import "ember-power-select"; | ||
@import "ember-modal-dialog/ember-modal-structure"; | ||
@import "bootstrap-bookingsync"; | ||
@import "ember-power-select"; | ||
@import "ember-power-calendar"; | ||
``` | ||
@@ -226,0 +227,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7334
0.98%249
0.4%5764460
-3.49%275
-9.84%