Skip to content

Releases: GrapesJS/grapesjs

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

v0.12.15

20 Oct 13:07
Compare
Choose a tag to compare

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

12 Oct 21:57
Compare
Choose a tag to compare

v0.12.5

10 Oct 00:05
Compare
Choose a tag to compare
  • No JQuery
  • Fix general bugs
  • Refactored StyleManager, StorageManager and BlockManager modules

v0.10.8

05 Oct 18:09
Compare
Choose a tag to compare

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

v0.10.7

21 Sep 21:19
Compare
Choose a tag to compare

e5af4c6 Add grapesjs.version
f6d8f10 Prevent propagation with toolbar buttons
be7d243 Add component:selected event
f0e73a8 Add the possibility to select parent component
a45490e Make the slider input toggable
3faeec6 Stylistic updates
9d8fbe2 Improve Color Input
8744c2c Update escaping function in Selector model. Fixes #325
53b2ba0 Updates on color input
18801eb Add slider type for Style Manager
8903557 Add step option for integer inputs in StyleManager
3e24099 Add the possibility to add custom StyleManager Types
d153bd8 Refactor Style Manager Property views
8bdbb71 Add inputValueChanged and modelValueChanged methods to PropertyView

v0.10.6

15 Sep 13:19
Compare
Choose a tag to compare

8326cc0 Update model value on target change in style manager
101d39c Update parsing in property model
f230b83 Refactor templating in StyleManager properties
5407c89 Update and refactor property models in Style Manager
f792b3c Replace getComponentValue with getTargetValue
ce60321 Setup default values on property models
496f461 Replace getValue with getFullValue within view properties
577c144 Implemented TypeableCollection in StyleManager
0d34852 Disable undo manager before adding rules on component selection. Fixes #268
112e67c Use data URL to embed images in documents, thanks to @A---- #301

v0.10.4

06 Sep 12:11
Compare
Choose a tag to compare

d47658b Update TypeableCollection and refactor EditorView
4edd02a Move variables in its own file with !default
d71882c Use HTMLElement for container