Releases: GrapesJS/grapesjs
v0.12.50
Notable Changes
- Fixed bug in Asset Manager on item remove #549
- New
hoverable
andselectable
properties in Component #554 - Fix block positioning on dragging #162
- Fix few toolbar positioning issues
- Improved Resizer. Added
step
andmaxDim
options - Add
setClassRule
andgetClassRule
in CssComposer - Update
clear
in CssComposer, remove also the wrapper style - Possibility to set any option in CodeMirror #209
- Add
avoidProtected
option ingetCss()
method (Editor API) - Disabled default
dropzone
in AssetManager #507 - Stop removing
<span>
s #341
v0.12.45
v0.12.37
Notable Changes
avoidInlineStyle
option
Usually when you update thestyle
of the component this changes the element'sstyle
attribute. Unfortunately, inline styling doesn't allow use of media queries (@media) or pseudo selectors (eg. :hover). WhenavoidInlineStyle
is true all styles are inserted inside css rules- New
Keymaps
module - Avoid
component:add
event propagation withtemporary
adds - Fix Layer Manager items visibility #530
- Enable component title editing by double-clicking on layer name
v0.12.30
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
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
v0.12.15
65a2dc0 Add the possibility to propagate parent properties. Closes #422
50b72eb Switch to babel-preset-env
fa2493a Add isElInViewport
method in CanvasView
6eac790 Add getTargetFromEl method
6a79df5 Update radio and color input styles
3642c14 Do not override the real jquery
10b7a43 Stop resize command when there is no selected component
b4752b4 Bind onSelect to component change in selectComponent command
0efe3b2 Parse array/objects inside attributes safely
73f4183 Improve HTML parser, add the possibility to parse Array/Object attributes
baf57ec Add append
and components
methods to Component model
24a85bb Set highlightable to false on SVG components
f87e924 Add setAttributes
, getAttributes
, setClass
and addClass
to Component
822ab5a Make the link component not editable if all its children are not textnodes. Closes #418
v0.12.8
- New built-in RTE module https://github.com/artf/grapesjs/wiki/API-Rich-Text-Editor
- Refactored TextComponentView
v0.12.5
v0.10.8
e182808 Load default commands on Command init module and remove toLoad method
d2318f4 Fix string type in FileUploader
9a79736 The npm packed distro of the project (grapesjs-*.tgz) is git and npm ignored. Development resources are npm ignored
608d33e Add a test to check if a custom plugin can override a default command
490946a Add editorconfig