Skip to content

Releases: monsieurbiz/SyliusRichEditorPlugin

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