Releases: monsieurbiz/SyliusRichEditorPlugin
v2.0.0-RC.8
Merge pull request #120 from Roshyo/master Allow to get UIElements and render them individually
v2.0.0-RC.7
Merge pull request #122 from Roshyo/change-twig-filter-name Change Twig filter name
v2.0.0-RC.6
Merge pull request #119 from jacquesbh/feature/display-description-in…
v2.0.0-RC.5
Merge pull request #114 from jacquesbh/avoid-html-content-paste Remove HTML tags when pasting a content from clipboard into the wysiwyg
v2.0.0-RC.4
Merge pull request #100 from DieterHolvoet/editor-dialog-overflow Enable overflow scroll on edit dialog
v2.0.0-RC.3
Tags filtering!
v2.0.0-RC.2
Merge pull request #90 from maximehuran/feature/manage-empty-value Manage empty value in input when it has no element
Let's start the future!
Merge pull request #83 from monsieurbiz/2.0 2.0 is now!
v1.2.0
-
Add asterisk on required fields
-
Update Image UiElement to be able to have a non required link
-
Add double image UI Element
-
Correct image template when it has got a link
-
Add title Ui Element
-
Update images UI element display to be responsive
-
Display short description on available widget list
-
Initialize autocomplete fields in javascript if necessary
-
Add Taxon product UI Element with empty render
-
Add title on taxon product ui element
-
Add taxon product display in a carousel
-
Add products UI Element with just the title displayed
-
Use custom javascript to init carousel because Sylius code allow one
-
Replace deprecated Twig Environment
-
Manage carousel to be able to have many ones
-
Display product list ui element template render
-
Update product lists to have an array of result and not a QueryBuilder
-
Update README with new elements
-
Correct tests and PHPstan errors
-
Add optional button in taxon product element
-
Hide separator UI Element
-
Add button link element
-
Update README with new elements
Add compiler pass
New way to declare your class as UI Element
Use your services.yaml
for that:
App\UiElement\Gmap:
tags: ['monsieurbiz_rich_editor.ui_element']
You can also use a resource for all your UiElements, example:
App\UiElement\:
resource: '../../UiElement/'
tags: ['monsieurbiz_rich_editor.ui_element']
UI elements namespace changed
From MonsieurBiz\SyliusRichEditorPlugin\UiElement
to MonsieurBiz\SyliusRichEditorPlugin\UiElement\Element
Youtube UiElement
The Youtube UI Element is now available