Skip to content

Releases: GrapesJS/grapesjs

v0.12.60

09 Jan 12:33
Compare
Choose a tag to compare

Notable Changes

  • Remove edit button from videos #463
  • Fix find method in Component
  • Add fill for the blocks-svg style
  • Added name property in Component. Replacement of custom-name
  • Updated the RegExp of script replacer and stop accepting only word characters
  • Fixed the increment of InputNumber when the value is a string
  • Fix classes initialization (this.get(...).each is not a function) inside Component. Fixes #724

v0.12.58

04 Jan 22:33
Compare
Choose a tag to compare

Notable Changes

  • Fix class removing from Components #661 #680
  • Replace targetClass* events with component:update:classes
  • Fix toolbar visibility on iframe scroll #681
  • Emit change:attributes:* events from Components
  • Refactor TraitView and sync it with target changes #686
  • Avoid huge repaint on toggleSortCursor in Sorter. Fixes #595

v0.12.55

19 Dec 23:58
Compare
Choose a tag to compare

Notable Changes

  • Now UndoManager has its own module
  • Added undo and redo events
  • Update the Component once the tagName is updated #639
  • Add a class prefix for the layers's eye #645
  • Remove copyPaste option and put core:copy/core:paste inside default keymaps
  • Add removeClass and find in Component
  • Add support for IE and Edge #214

v0.12.52

10 Dec 14:03
Compare
Choose a tag to compare

Notable Changes

  • Added the possibility to attach custom attributes on traits. #589
  • Added removeSector and removeProperty in StyleManager. #587
  • Added the possibility to specify the height of devices #599
  • New table components #606
  • New is(type) method in Component model

v0.12.50

01 Dec 20:09
Compare
Choose a tag to compare

Notable Changes

  • Fixed bug in Asset Manager on item remove #549
  • New hoverable and selectable properties in Component #554
  • Fix block positioning on dragging #162
  • Fix few toolbar positioning issues
  • Improved Resizer. Added step and maxDim options
  • Add setClassRule and getClassRule in CssComposer
  • Update clear in CssComposer, remove also the wrapper style
  • Possibility to set any option in CodeMirror #209
  • Add avoidProtected option in getCss() method (Editor API)
  • Disabled default dropzone in AssetManager #507
  • Stop removing <span>s #341

v0.12.45

22 Nov 00:19
Compare
Choose a tag to compare

Notable Changes

  • General bug fixes
  • Highlighter and toolbar in the wrong place #495 by PR #534
  • Allow commands definition with just a function (stateless commands)
  • Add clear() method in CssComposer
  • Trigger store and undo manager on src change. #541
  • New color pattern system

v0.12.37

16 Nov 21:02
Compare
Choose a tag to compare

Notable Changes

  • avoidInlineStyle option
    Usually when you update the style of the component this changes the element's style attribute. Unfortunately, inline styling doesn't allow use of media queries (@media) or pseudo selectors (eg. :hover). When avoidInlineStyle is true all styles are inserted inside css rules
  • New Keymaps module
  • Avoid component:add event propagation with temporary adds
  • Fix Layer Manager items visibility #530
  • Enable component title editing by double-clicking on layer name

v0.12.30

09 Nov 20:21
Compare
Choose a tag to compare

8e03bdc Update sorter events
4aa3ba7 Fix matches method in Sorter. Fixes #484
e458c1d Expose Components and ComponentsView in DomComponents
0900b0c Fix getModelToStyle in StyleManager
9b12bc3 Prevent component selection on frame resize
d5a91a3 Add editable attribute to image component
687e150 Add stylable-require property on Component Model
2354274 Add unstylable property on Component Model
7c840d6 Update extendProperties, allow property extension with id key
3a90437 Fixing background color for gjs-input-unit

v0.12.25

06 Nov 22:54
Compare
Choose a tag to compare

28289aa Add disable button feature
ab4a5ce id with lowercase
6dc2047 Fix color input update
4683a04 Make SVG resizable
351e911 Fix SVG's rect
831ffdb Add webpack-html
266594f Update StyleManager status management
f5e8352 Filter computed styles from browser defaults
7679b78 Improve Resizer with more configurations
7839ac7 Refactor StyleManager model properties
48d61bb Fixing CSS issues with combobox in Firefox
658f68f Add createType to StyleManager
ecf22d6 Add setValue to the property model
1279ad7 Avoid element update, from the model value change, if it comes from element itself
76d92bf AssetsView input placeholder text from configuration
45804f3 Mare the rte toolbar hidden on render. Closes #461
cb3730b Update index.html so that all media files have an absolute path
5fe93fa Add Arguments to Editor.trigger() function
9c2da6c Make Traits label configurable. Closes #447
0e5c111 Fix radio input styles
ed984a2 Update number input validator
43c0a34 Update slider property in style manager
17f850a Refactor UI input number
6e48ca0 Refactor abstract ui input

v0.12.17

25 Oct 12:05
Compare
Choose a tag to compare

c107463 Avoid toLowerCase on SVG elements
bb97caa Update how changesCount is handled
f6a2806 Update component resizer in SelectComponent
1e9cb40 Update input radio style
4a39318 Specify GET Method to Load templates