Releases: yakovlevga/brickyeditor
Releases · yakovlevga/brickyeditor
Container field initial blocks loading fixed
- Container field initial blocks loading bug fixed (fix #32 )
- Dependencies updated to latest version
- Gulp migrated to v4, config updated
HyperLink params added to ImageField, bugfixes
v0.8.3 0.8.3
Container fields, localization and template groupping
- New field type - container, special field, that could contain other blocks.
- Possibility to localize error messages and UI components (at current moment only en and ru locales included).
- Templates grouping. Group your templates by categories for better semantics and ui experience.
Bower and NPM packages added.
Merge pull request #20 from yakovlevga/packages Bower package file added.
Event handlers added.
Now editor supports callbacks for this events, just pass them as options:
// editor loaded
onLoad
// content changed (blocks added/removed/moved, blocks content changed)
onChange
// block added
onBlockAdd
// block removed
onBlockDelete
// block moved
onBlockMove
// block selected
onBlockSelect
// block deselected
onBlockDeselect
// block data updated
onBlockUpdate
Mobile support improved.
Merge pull request #6 from yakovlevga/mobile-fixes Fixed tools button visibility for mobile clients and safari
UI rework, new templates system. Backward compatibility dropped.
- Templates moved to one html file.
- Previews added to template.
- Code refactoring.
- UI improvements.