Browse Source

Bump v0.14.40

pull/1551/head v0.14.40
Artur Arseniev 7 years ago
parent
commit
bcfcc22a07
  1. 11
      dist/grapes.js
  2. 6
      dist/grapes.min.js
  3. 2
      dist/grapes.min.js.map
  4. 2
      package-lock.json
  5. 2
      package.json

11
dist/grapes.js

@ -30991,7 +30991,7 @@ module.exports = {
// structure, but in case you need it you can use this option.
// If you have `config.avoidInlineStyle` disabled the wrapper will be stored
// as we need to store inlined style.
storeWrapper: 1,
storeWrapper: 0,
// List of void elements
voidElements: ['area', 'base', 'br', 'col', 'embed', 'hr', 'img', 'input', 'keygen', 'link', 'menuitem', 'meta', 'param', 'source', 'track', 'wbr']
@ -38082,7 +38082,7 @@ module.exports = function () {
plugins: plugins,
// Will be replaced on build
version: '0.15.3',
version: '0.14.40',
/**
* Initialize the editor with passed options
@ -48566,11 +48566,8 @@ module.exports = DomainViews.extend({
var ppfx = this.ppfx;
var comp = this.em.getSelected();
this.el.className = this.className + ' ' + ppfx + 'one-bg ' + ppfx + 'two-color';
if (comp) {
this.collection = comp.get('traits');
this.render();
}
this.collection = comp ? comp.get('traits') : [];
this.render();
}
});

6
dist/grapes.min.js

File diff suppressed because one or more lines are too long

2
dist/grapes.min.js.map

File diff suppressed because one or more lines are too long

2
package-lock.json

@ -1,6 +1,6 @@
{
"name": "grapesjs",
"version": "0.15.3",
"version": "0.14.40",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

2
package.json

@ -1,7 +1,7 @@
{
"name": "grapesjs",
"description": "Free and Open Source Web Builder Framework",
"version": "0.15.3-rc.2",
"version": "0.14.40",
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"homepage": "http://grapesjs.com",

Loading…
Cancel
Save