Skip to content

Commit bcfcc22

Browse files
committed
Bump v0.14.40
1 parent 0507700 commit bcfcc22

File tree

5 files changed

+10
-13
lines changed

5 files changed

+10
-13
lines changed

dist/grapes.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30991,7 +30991,7 @@ module.exports = {
3099130991
// structure, but in case you need it you can use this option.
3099230992
// If you have `config.avoidInlineStyle` disabled the wrapper will be stored
3099330993
// as we need to store inlined style.
30994-
storeWrapper: 1,
30994+
storeWrapper: 0,
3099530995

3099630996
// List of void elements
3099730997
voidElements: ['area', 'base', 'br', 'col', 'embed', 'hr', 'img', 'input', 'keygen', 'link', 'menuitem', 'meta', 'param', 'source', 'track', 'wbr']
@@ -38082,7 +38082,7 @@ module.exports = function () {
3808238082
plugins: plugins,
3808338083

3808438084
// Will be replaced on build
38085-
version: '0.15.3',
38085+
version: '0.14.40',
3808638086

3808738087
/**
3808838088
* Initialize the editor with passed options
@@ -48566,11 +48566,8 @@ module.exports = DomainViews.extend({
4856648566
var ppfx = this.ppfx;
4856748567
var comp = this.em.getSelected();
4856848568
this.el.className = this.className + ' ' + ppfx + 'one-bg ' + ppfx + 'two-color';
48569-
48570-
if (comp) {
48571-
this.collection = comp.get('traits');
48572-
this.render();
48573-
}
48569+
this.collection = comp ? comp.get('traits') : [];
48570+
this.render();
4857448571
}
4857548572
});
4857648573

dist/grapes.min.js

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

dist/grapes.min.js.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.

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grapesjs",
33
"description": "Free and Open Source Web Builder Framework",
4-
"version": "0.15.3-rc.2",
4+
"version": "0.14.40",
55
"author": "Artur Arseniev",
66
"license": "BSD-3-Clause",
77
"homepage": "http://grapesjs.com",

0 commit comments

Comments
 (0)