Releases: GrapesJS/grapesjs
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
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 #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
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
v0.10.2
792bce3 Update dependencies
dcf0070 Prevent undo/redo while focused on inputs
b607384 Update the KeyboardEvent propagation in canvas (fixes undo/redo issues)
5b3187b Add CSS Variables support. Fixes #271
7868c4b Update webpack config with jquery. Fixes #273
6c05cf2 Refactor the initialization and the loading, make it a bit clearer In src/grapesjs/index.js you can see now editor.getModel().loadOnStart()
does the work and load Components/Styles after plugins. This will allow also to attach custom types easier in all modules
efa3f19 Update assets after render
0dfa656 Update updateAttributes, prevent a crash with an empty attribute
ac3a2cd Update add
method in AssetManager, put the model at the beginning
c21bba2 Add 'background-size' to wrapper styles
7c436b4 Update updateTarget method in AssetView
67eb97e Improve TypeableCollection addType method
c7a2c85 Update Asset Manager modal and do not rerender it
8cc5e97 Show/Hide noAssets only when necessary
3b23227 Add noAssets config option to Asset Manager
ea92a11 Set storeComponents and storeStyles enabled by default
5f9ba62 Improve TypeableCollection
c28381e Add custom handleAdd method for Assets
v0.9.32
d514ffb Fix regressions
7a8935a Stylistic changes
d419bd1 Refactor Asset Manager and add the possibility to insert custom types
91ecaac Add custom upload name
ad84b29 Add 'asset:upload:error' event
90027e3 Add 'X-Requested-With' header in fetch
1829fd0 Move modal from container to the editor
c55a598 Refactor and improve asset uploading
b36cb11 Add a fetch polyfill with Promise
633cb2d Set wrapper storing as an opt-in option
a97bded Update navigator items & traits loading
24e746e Store the entire wrapper not only its components
2236a68 Create and update Typeable
354e732 Export body/wrapper in CSS/HTML code
72c6fe4 Changed Component model property from hiddenLayer
to layerable
673404e Update selected helper, show the name of the component in case has no classes
df44e2c Add selectedLabel config in Selector Manager
6c3a924 Update few API JSDocs
22e00c1 Update add method in plugin manager and return the plugin itself
4ec5726 Stylistic changes on layers
d305942 Add the possibility to avoid item selection in sorter
c00c891 Fix sorting with wrapper inside layers
1abcfd2 Update layers configs
448c6ba Add the possibility to see the wrapper in layers
b1d7235 Improve new rule creation with CSSRule
7f4238e Update getModelToStyle with getStyleable method
32a642f Refactor SelectorManager Make a difference between global selectors container and the viewer one
1d421b2 Avoid updating height/width in resizing when not required
b6f8238 Fix component selector in style manager
a279b42 Show correctly valid selectors in selectors view
28b8d0a Returns in Style Manager only styleable selectors
a4c67e1 Add propertyMap on SelectorManager module This allows to intercept new selectors and add custom properties on them
c56d027 Extend Selector properties
v0.9.15
c45e572 Fix few regressions after the trait update
c0e90c7 Improve getInitValue of the Trait
562e0e0 Init the component with initial values from traits. Closes #230
9f39cdf Update BlockView, avoid false positives with the Sorter
6e18b21 Refactor Navigator and move there components status update
80b12df Refactor SelectComponent Move component selection in DomComponents module
6436e4e Add editor.select(el)
method
26d63a2 Refactor ComponentView and the SelectComponent command Move the initResize from ComponentView to SelectComponent
9202520 Improve resizable component model property Passing an object, will use it as additional options
43114bf Refactor resizer in ComponentView and make use of Styleable
v0.9.13
v0.9.12
5b3de6d Do post render stuff after the iframe is loaded
cec81eb Test style parsing for attributes containing colon
43b4f96 Add a global dropzone for file dragging. Closes #198
5dfce2a Make a missing Spectrum plugin more verbose
361f3e2 Make a missing $ more verbose
3712695 Update block remove method and set the listener inside the view
4b64a86 Fixed issue #221 blockManager.remove not working. added render to remove method
637811d Moves down the RTE toolbar when it's closer to the top canvas edge. Fixes #61
d617693 Add type="button" for the '+' button. Fixes #158