Brickyeditor Versions Save

WYSIWYG block editor jQuery plugin.

v0.8.4

4 years ago
  • Container field initial blocks loading bug fixed (fix #32 )
  • Dependencies updated to latest version
  • Gulp migrated to v4, config updated

v0.8.3

6 years ago

v0.8.2

6 years ago
  • 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.

v0.8.1

6 years ago

v0.8

6 years ago

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

v0.7-beta.3

6 years ago

v0.7-beta

6 years ago
  • Templates moved to one html file.
  • Previews added to template.
  • Code refactoring.
  • UI improvements.