Skip to content

Tags: artlantis/grapesjs

Tags

v0.12.30

Toggle v0.12.30's commit message
v0.12.30

8e03bdc Update sorter events
4aa3ba7 Fix `matches` method in Sorter. Fixes GrapesJS#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
108bf5a Add grapesjs-style-gradient in README

v0.12.25

Toggle v0.12.25's commit message
v0.12.25

769246e Update README
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 GrapesJS#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 GrapesJS#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

Toggle v0.12.17's commit message
Bump v0.12.17

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

Toggle v0.12.15's commit message
Bump v0.12.15

65a2dc0 Add the possibility to propagate parent properties. Closes GrapesJS#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 GrapesJS#418

v0.12.8

Toggle v0.12.8's commit message
Bump v0.12.8

v0.12.7

Toggle v0.12.7's commit message
Bump v0.12.7

v0.12.5

Toggle v0.12.5's commit message
Bump v0.12.5

v0.10.8

Toggle v0.10.8's commit message
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

v0.11.3-rc

Toggle v0.11.3-rc's commit message
v0.11.3-rc

* Remove JQuery dependency and update its plugins
* Refactor some modules

v0.10.7

Toggle v0.10.7's commit message
v0.10.7

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 GrapesJS#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