Releases: front/gutenberg-js
v0.2.0
Release notes
- Added
draggablePostsetting to blocks - Added Type of block select box to Stories panel in order to choose which block type will be dropped
v0.1.0
gutenberg-overrides
Changed
- MediaUpload component and implement the Media Library with existing images edit-post/hooks/components/media-upload/index.js)
v0.0.2
Release notes
- Small style fixes (blocks)
- Added
.babelrc,.eslintignoreand.eslintrcfiles to.npmignore
v0.0.1
Release notes
blocks
- Added Post, Row and Section blocks
components
- Added sidebar PostsPanel and TemplateSettingsPanel components
gutenberg-overrides
Added
-
getBlockAttributeoverride to handle withdataattributes when type isobject(blocks/api/parser.js) -
dataattribute tocover-imageblock and change onSelectImage function to setdataatributes (core-blocks/cover-image/index.js) -
dataattribute togalleryonsave(core-blocks/gallery/index.js) -
dataattribute to GalleryImage (core-blocks/gallery/edit.js) -
dataattribute to be set oncomponentDidUpdateevent and then rendered (core-blocks/gallery/gallery-image.js) -
dataattribute toimageblock and change onSelectImage function to setdataatributes (core-blocks/image/index.js and image/edit.js) -
MediaUpload override edit-post/hooks/components/media-upload/index.js)
-
OPEN_GENERAL_SIDEBARandCLOSE_GENERAL_SIDEBAReffects edit-post/store/effects.js) -
PluginDocumentSidebarPanel component and DocumentSidebar override to included PluginDocumentSidebarPanel (edit-post/components/sidebar/document-sidebar/index.js)
-
Exported the PluginDocumentSidebarPanel component (make it accessible from outside) (edit-post/index.js)
-
canPublish,canSaveandcanAutosaveproperties and default values toEDITOR_SETTINGS_DEFAULTS(editor/store/defaults.js) -
insertDefaultBlockoverride ([editor/store/actions.js](https://github.com/front/gutenberg-js/blob/v0.0.1/src/js/gutenberg-overrides/ -
ifConditionto AutosaveMonitor, controlled bycanSaveandcanAutosavesettings (editor/components/autosave-monitor/index.js) -
ifConditionto PostPublishPanelToggle, controlled bycanPublishsetting (editor/components/post-publish-panel/toggle.js) -
ifConditionto PostSavedState, controlled bycanSavesetting (editor/components/post-saved-state/index.js) -
setContentoverride (commentedbookmarkworkaround) (editor/components/rich-text/index.js) -
onDropoverride in order to accept blocks from PostItemDraggable (editor/components/block-drop-zone/index.js) -
INSERTER_UTILITY_HIGH,INSERTER_UTILITY_MEDIUMandINSERTER_UTILITY_LOWoverrides withINSERTER_UTILITY_NONEso there is no different levels of utility and consequently no Most Used panel (editor/store/selectors.js) -
dataproperty tomediaObjectand usegetfunction to obtain imagetitleinmediaUploadfunction (utils/mediaupload.js)