Skip to content

Latest commit

 

History

History
62 lines (55 loc) · 1.94 KB

CHANGELOG.rst

File metadata and controls

62 lines (55 loc) · 1.94 KB

Changelog

0.0.9 (2020-14-03)

  • Add .vscode/ folder to gitignore.
  • Make grapesjs_container a parent for entire body.
  • Add DjangoCI badge
  • Fix initialization of default_html field in GrapesJsField
  • Add github action for django app
  • Add coverage and coverall packages
  • Remove initial global styles
  • Add grapesjs_styles tag to the base template
  • Add grapesjs_scripts tag to the base template

0.0.8 (2019-09-30)

  • Add .idea folder to .gitignore file.
  • Split requirements.txt to base/test/prod files.
  • Add django_npm
  • Update grapesjs via npm
  • Move from predefined npm source to user-defined cdn one
  • Add settings for GrapesJS library
  • Add client-side processing
  • Add supporting database storing
  • Add GrapesJS plugin supporting
  • Add basic forms for admin-side and client-side
  • Split single view into a set of views for CRUD opearions.
  • Split model abstract declaration to a set of models
  • Add an abstract form for meta-data
  • Update example app.
  • Add sqlite3 entry to git ignore file

0.0.7 (2018-03-07)

  • Added multiple choice of templates.
  • Added unit tests.
  • Changed the template "change_form.html"

0.0.6.1 (2018-14-06)

  • Fixed validate parameter.

0.0.6 (2018-10-06)

  • Added the string handlers.
  • Added the tags render and makeup.
  • Fixed bugs

0.0.4-5 (2018-10-06)

  • Added the static ignoring functionality in the "ignore" tag. Added "hidden" tag
  • Fixed bug when getting css and html
  • Added the ability to work with the django or jinja tags in the editor

0.0.3 (2018-06-06)

  • Added basic and minimal editor configuration
  • Corrected the installation of fields with different configurations

0.0.2 (2018-06-04)

  • Added support for many fields "GrapesJsHtmlField" in the form