Skip to content

Commit

Permalink
Merge branch 'master' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
seonim-ryu committed Sep 8, 2017
2 parents d738889 + 7a4bf21 commit 4a345ae
Show file tree
Hide file tree
Showing 29 changed files with 1,018 additions and 91 deletions.
6 changes: 6 additions & 0 deletions examples/example04-input-types.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
{ text: 'etc.', value: '5' }
],
useViewMode: true
},
copyOptions: {
useListItemText: true // when this option is used, the copy value is concatenated text
}
},
{
Expand All @@ -106,6 +109,9 @@
onAfterChange: function(ev){
console.log('After change:' + ev);
},
copyOptions: {
useListItemText: true
},
editOptions: {
type: 'radio',
listItems: [
Expand Down
8 changes: 4 additions & 4 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,25 @@ function setConfig(defaultConfig, server) {
base: 'WebDriver',
config: webdriverConfig,
browserName: 'internet explorer',
version: 8
version: '8'
},
'IE9': {
base: 'WebDriver',
config: webdriverConfig,
browserName: 'internet explorer',
version: 9
version: '9'
},
'IE10': {
base: 'WebDriver',
config: webdriverConfig,
browserName: 'internet explorer',
version: 10
version: '10'
},
'IE11': {
base: 'WebDriver',
config: webdriverConfig,
browserName: 'internet explorer',
version: 11
version: '11'
},
'Chrome-WebDriver': {
base: 'WebDriver',
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": "tui-grid",
"version": "2.3.0",
"version": "2.4.0",
"description": "TOAST UI Grid : Powerful data grid control supported by TOAST UI",
"main": "dist/tui-grid.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions performance/data/data.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4a345ae

Please sign in to comment.