Skip to content

Releases: monsieurbiz/SyliusRichEditorPlugin

v2.0.0-RC.8

04 Dec 13:28
d6cbad1
Compare
Choose a tag to compare
v2.0.0-RC.8 Pre-release
Pre-release
Merge pull request #120 from Roshyo/master

Allow to get UIElements and render them individually

v2.0.0-RC.7

02 Dec 11:31
30f7f43
Compare
Choose a tag to compare
v2.0.0-RC.7 Pre-release
Pre-release
Merge pull request #122 from Roshyo/change-twig-filter-name

Change Twig filter name

v2.0.0-RC.6

30 Nov 18:16
78b9353
Compare
Choose a tag to compare
v2.0.0-RC.6 Pre-release
Pre-release
Merge pull request #119 from jacquesbh/feature/display-description-in…

v2.0.0-RC.5

26 Nov 12:15
04f694d
Compare
Choose a tag to compare
v2.0.0-RC.5 Pre-release
Pre-release
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

22 Nov 19:23
26a41cb
Compare
Choose a tag to compare
v2.0.0-RC.4 Pre-release
Pre-release
Merge pull request #100 from DieterHolvoet/editor-dialog-overflow

Enable overflow scroll on edit dialog

v2.0.0-RC.3

13 Nov 11:24
ad82315
Compare
Choose a tag to compare
v2.0.0-RC.3 Pre-release
Pre-release

Tags filtering!

v2.0.0-RC.2

12 Nov 16:58
8e2f239
Compare
Choose a tag to compare
v2.0.0-RC.2 Pre-release
Pre-release
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!

09 Nov 08:40
9ce5020
Compare
Choose a tag to compare
Pre-release
Merge pull request #83 from monsieurbiz/2.0

2.0 is now!

v1.2.0

19 Sep 23:59
0c4a6da
Compare
Choose a tag to compare
  • 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

25 Mar 14:45
e550a4e
Compare
Choose a tag to compare

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