Skip to content

Commit

Permalink
Bumped version to 1.0.48 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
fragsalat committed Aug 1, 2018
1 parent 3ebc799 commit 7a25632
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/amd/ws-dropdown/dropdown-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ define(['exports', '../imports', './dropdown-menu-item'], function (exports, _im
{ className: 'dropdown-input', key: 'filter' },
_imports.React.createElement('input', {
type: 'text',
value: this.state.filter,
defaultValue: this.state.filter,
placeholder: this.props.placeholder,
ref: function ref(element) {
_this3.input = element;
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/ws-multi-select/ws-multi-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ define(['exports', '../imports', '../ws-dropdown/ws-dropdown'], function (export
_imports.React.createElement('input', {
type: 'text',
placeholder: this.props.placeholder,
value: this.state.filter,
defaultValue: this.state.filter,
ref: function ref(element) {
_this2.input = element;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/ws-dropdown/dropdown-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ var DropdownMenu = exports.DropdownMenu = function (_Component) {
{ className: 'dropdown-input', key: 'filter' },
_imports.React.createElement('input', {
type: 'text',
value: this.state.filter,
defaultValue: this.state.filter,
placeholder: this.props.placeholder,
ref: function ref(element) {
_this3.input = element;
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/ws-multi-select/ws-multi-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ var WSMultiSelect = exports.WSMultiSelect = function (_WSDropdown) {
_imports.React.createElement('input', {
type: 'text',
placeholder: this.props.placeholder,
value: this.state.filter,
defaultValue: this.state.filter,
ref: function ref(element) {
_this2.input = element;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/ws-dropdown/dropdown-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export var DropdownMenu = function (_Component) {
{ className: 'dropdown-input', key: 'filter' },
React.createElement('input', {
type: 'text',
value: this.state.filter,
defaultValue: this.state.filter,
placeholder: this.props.placeholder,
ref: function ref(element) {
_this3.input = element;
Expand Down
2 changes: 1 addition & 1 deletion dist/es2015/ws-multi-select/ws-multi-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export var WSMultiSelect = function (_WSDropdown) {
React.createElement('input', {
type: 'text',
placeholder: this.props.placeholder,
value: this.state.filter,
defaultValue: this.state.filter,
ref: function ref(element) {
_this2.input = element;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/fabricComponents.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/system/ws-dropdown/dropdown-menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ System.register(['../imports', './dropdown-menu-item'], function (_export, _cont
{ className: 'dropdown-input', key: 'filter' },
React.createElement('input', {
type: 'text',
value: this.state.filter,
defaultValue: this.state.filter,
placeholder: this.props.placeholder,
ref: function ref(element) {
_this3.input = element;
Expand Down
2 changes: 1 addition & 1 deletion dist/system/ws-multi-select/ws-multi-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ System.register(['../imports', '../ws-dropdown/ws-dropdown'], function (_export,
React.createElement('input', {
type: 'text',
placeholder: this.props.placeholder,
value: this.state.filter,
defaultValue: this.state.filter,
ref: function ref(element) {
_this2.input = element;
}
Expand Down
5 changes: 5 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="1.0.48"></a>
## [1.0.48](https://github.bus.zalan.do/fabric-design/components/compare/1.0.47...1.0.48) (2018-08-01)



<a name="1.0.47"></a>
## [1.0.47](https://github.bus.zalan.do/fabric-design/components/compare/1.0.46...1.0.47) (2018-07-26)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-components",
"version": "1.0.47",
"version": "1.0.48",
"description": "",
"scripts": {
"build": "gulp build && npm run package",
Expand Down

0 comments on commit 7a25632

Please sign in to comment.