Skip to content

Commit

Permalink
chore: build for v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwoo committed Dec 1, 2016
1 parent 7bb68bf commit 7195715
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
5 changes: 3 additions & 2 deletions dist/grid.comb.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* bundle created at "Mon Nov 28 2016 12:23:06 GMT+0900 (KST)"
* version: 1.6.0
* bundle created at "Thu Dec 01 2016 14:39:18 GMT+0900 (KST)"
* version: 1.6.1
*/
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down Expand Up @@ -9983,6 +9983,7 @@
* @private
*/
_onDataModelChange: function() {
this._resetDummyRowCount();
this.refresh({
dataModelChanged: true
});
Expand Down
6 changes: 3 additions & 3 deletions dist/grid.comb.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/grid.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* bundle created at "Mon Nov 28 2016 12:23:06 GMT+0900 (KST)"
* version: 1.6.0
* bundle created at "Thu Dec 01 2016 14:39:18 GMT+0900 (KST)"
* version: 1.6.1
*/
.tui-grid-container {
width: 100%;
Expand Down
5 changes: 3 additions & 2 deletions dist/grid.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* bundle created at "Mon Nov 28 2016 12:23:06 GMT+0900 (KST)"
* version: 1.6.0
* bundle created at "Thu Dec 01 2016 14:39:18 GMT+0900 (KST)"
* version: 1.6.1
*/
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down Expand Up @@ -6821,6 +6821,7 @@
* @private
*/
_onDataModelChange: function() {
this._resetDummyRowCount();
this.refresh({
dataModelChanged: true
});
Expand Down
4 changes: 2 additions & 2 deletions dist/grid.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/grid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tui-grid",
"version": "1.6.0",
"version": "1.6.1",
"description": "TOAST UI Grid : Powerful data grid control supported by TOAST UI",
"main": "dist/grid.js",
"scripts": {
Expand Down

0 comments on commit 7195715

Please sign in to comment.