Skip to content

Releases: mjawad096/laravel-grapesjs

3.4.1

26 May 06:29
Compare
Choose a tag to compare

What's Changed

  • Bug fixed that the code editor resets the styles by @jd-dotlogics in #74

Full Changelog: 3.4.0...3.4.1

2.3.0

05 Nov 06:32
Compare
Choose a tag to compare

Resolve a bug

3.4.0

25 Oct 11:00
Compare
Choose a tag to compare

Added

Added the routes.middleware key in the config.

Fixed Security bug

Restricted the public routes auth with middleware.

2.2.0

25 Oct 11:09
Compare
Choose a tag to compare

Added

Added the routes.middleware key in the config.

Fixed Security bug

Restricted the public routes auth with middleware.

3.3.0

22 Jun 13:00
Compare
Choose a tag to compare

Added

  • Style editor to update CSS in real-time
  • Feature to make image clickable (By wrapping image into an anchor tag)

Removed

  • Removed CSS from the code editor

3.2.6

02 Jun 08:53
Compare
Choose a tag to compare

Added 'laravel-assets' tag to Public publishable. and Updated Readme

3.2.5

31 May 18:41
Compare
Choose a tag to compare

What's Changed

3.2.4

31 May 08:12
Compare
Choose a tag to compare

Changed

  • Hided the style manager by default via config

Added

  • Config for hiding the style Manger
  • Added a new toolbar button to all components (except the image) for changes in background settings.

3.2.3

25 May 08:39
Compare
Choose a tag to compare

What's Changed

  • Added option to add template icons by @jd-dotlogics

Use templateIcon directive anywhere in your template/block and pass the path/URL to your image e.g.

@templateIcon('images/templates/custom-template.svg')

3.2.2

23 May 13:14
Compare
Choose a tag to compare

Added

  1. Undo, Redo, and Clear Canvas buttons
  2. an option to disable custom plugins
  3. "grapesjs-custom-code" plugin in the config
  4. config file documentation
  5. "plugin-CKEditor" in the config, which will be disabled by default.

Updated

  1. set the "grapesjs-plugin-forms" plugin disabled by default
    2.The devises panel from the dropdown to buttons
  2. ReadMe file