Releases: ezsystems/ezplatform-richtext
Releases · ezsystems/ezplatform-richtext
v2.0.0
ezplatform-richtext changes between v1.0.0 and v2.0.0
Improvements
- EZP-29280: As an editor, I want to add anchors to RichText content (#28)
- EZP-29802: Inline custom tags support (#29)
- EZP-30366: Allow to use custom CK Editor plugins in Alloy Editor (#31)
- EZP-30386: Custom buttons in Online Editor (#33)
- EZP-29301: As an editor, I want to add custom attributes on rich text elements (#39)
- EZP-28034: Extract \eZ\Publish\Core\REST\Common namespace (#37)
- EZP-30517: As a Maintainer I want Kernel RichText deprecated code to be dropped
- EZP-30574: Upgrade
ezsystems/ezplatform-richtext
to use Symfony 4 components (#41) - EZP-30626: Remove Nameable field type interface (#43)
- EZP-30627: Unify twig helpers naming (#45)
- EZP-28009: Extract the RichText FieldType to its own package
- EZP-30646: Drop SignalSlot repository layer and abstraction and reimplement usages to Events and Event Listeners (#49)
- EZP-30814: Remove Twig deprecations (#55)
- EZP-30393: Move all Online Editor front-end code to the RichText Bundle (#46)
- EZP-30833: As a maintainer I want to align Field Type service tags to new naming convention (#59)
- EZP-30846: As a Maintainer I want to drop deprecated Symfony\Component\Config\Definition\Builder\TreeBuilder::root method calls (#61)
- EZP-30798: Move youtube, facebook and twitter custom tags from Demo to Richetext bundle (#62)
- EZP-30906: Remove deprecated templating services (#66)
- EZP-30934: Remove usage of deprecated getCurrentUser method (#67)
- EZP-30933: Add support of "link" for custom tag attribute (#73)
- EZP-31010: Update namespaces in ezplatform-richtext (#81)
- EZP-31108: Provide common PHP CS Fixer configuration for internal use (#83)
- EZP-31021: Microcopy: revise exception & command microcopy (#85)
- EZP-31020: Microcopy: revise UI labels and messages (#75)
- EZP-31096: Custom toolbars in Alloy Editor (#89)
- EZP-31207: Online editor toolbar is missing for table header (#90)
- EZP-31215: Remove old UDW and deprecated code (#91)
- EZP-31046: As a Maintainer I want to refactor ConfigResolver to follow chain-of-responsibility pattern (#92)
- EZP-30882: As a developer I want to use custom Field Type as Content thumbnail (#99)
- EZP-31187: Update design for Embed inline widget element (#96)
- EZP-31188: Improve design for custom tag header button (#97)
- EZP-31293: Custom CSS classes label is missing (#101)
- EZP-31295: Unable to use default empty custom CSS class in the OE (#104)
- EZP-31321: Replace zero-width space with literal placeholder in ezembed(inline) elements (#105)
- EZP-31278: Decouple & inject LimitationService into the Repository (#108)
- EZP-31380: Disable manage rows/cells buttons for table and row toolbars (#113)
- EZP-30639: As a Developer I want deprecated Core ViewController actions to be dropped (#116)
- EZP-31118: Introduce strict types for ContentService (#120)
- EZP-31220: As a Developer I'd like eZ Platform packages to be compatible with Symfony 5 (#123)
- EZP-31007: As a Maintainer I want to install ezplatform-kernel instead of ezpublish-kernel (#124)
- EZP-30545: As a developer, I want to define buttons in AlloyEditor toolbars (#119)
- EZP-31499: Provide replacement for generating path/url in twig templates for location/content objects (#127)
- EZP-31246: Refactor Test setup to stop relying on Database Handler
Bugs
- EZP-30012: Creating a new class in legacy admin interface fails with legacy ezrichtext extension installed (#26)
- EZP-29927: Content Type translation not used on richtext fields (#27)
- EZP-30319: Default templates for RichText Custom Styles are not used (#30)
- EZP-30166: RichText Link converter emits warning during custom tag conversion (#32)
- EZP-29876: New break lines disappear in Richtext while styled with custom styles (#34)
- EZP-30628: Soft return inside inline style is removed after edit (#48)
- EZP-30829: ezsystems/ezplatform-richtext integration tests are broken (#58)
- EZP-30791: Unable to create a custom tag containing a dash in its name (#52)
- EZP-30730: RichText output transformation changes breaklines outsite of literallayout (#54)
- EZP-30631: Child custom tag's params are used instead of its own (#44)
- EZP-30959: Long URL overlaps "clear URL input" button in Online Editor (#72)
- EZP-31054: Cannot select content in AlloyEditor link in Page Builder (#74)
- EZP-31028: Formatting involving soft return placed inside custom style ...
v2.0.0-rc1
ezplatform-richtext changes between v2.0.0-beta5 and v2.0.0-rc1
Improvements
- EZP-31007: As a Maintainer I want to install ezplatform-kernel instead of ezpublish-kernel (#124)
- EZP-30545: As a developer, I want to define buttons in AlloyEditor toolbars (#119)
- EZP-31499: Provide replacement for generating path/url in twig templates for location/content objects (#127)
Bugs
- EZP-31512: Search indexing of RichText fields doesn't work on PHP 7.3.16
v2.0.0-beta5
ezplatform-richtext changes between v2.0.0-beta4 and v2.0.0-beta5
Improvements
- EZP-31293: Custom CSS classes label is missing (#101)
- EZP-31380: Disable manage rows/cells buttons for table and row toolbars (#113)
- EZP-30639: As a Developer I want deprecated Core ViewController actions to be dropped (#116)
- EZP-31118: Introduce strict types for ContentService (#120)
- EZP-31220: As a Developer I'd like eZ Platform packages to be compatible with Symfony 5 (#123)
Bugs
- EZP-30222: Tables copied from MS Word contain unwanted entities while converting to RichText (#106)
- EZP-31137: RTE dropdown for block styles does not show all positions when custom ones are in use (#110)
- EZP-31272: Anchors having name attribute break RTE validation after copying from external sources (#107)
- EZP-30485: Console error when typing # in anchor name field (#111)
- EZP-31371: Copying a web page link w/o protocol in a Word paragraph leads to a 404 error (#114)
- EZP-31409: Cannot select content item in link to image (#117)
- EZP-31356: Cannot select block style in RTE when using scroll in dropdown on FF and Safari (#115)
- EZP-31066: Error when clicking the link in RTE (#118)
- EZEE-3030: Links containing 'ezlocation` or 'ezcontent' keywords break RTE validation on paste (#121)
v1.1.6
ezplatform-richtext changes between v1.1.5 and v1.1.6
Improvements
- EZP-31293: Custom CSS classes label is missing (#101)
- EZP-31321: Replace zero-width space with literal placeholder in ezembed(inline) elements (#88)
Bugs
- EZP-30129: Text pasted from MS Word doesn't keep bold/italic formatting (#93)
- EZP-29958: Creating paragraph longer than 32766 bytes in RichText Editor will fail with Solr Error (#95)
- EZP-30033: Pasting content from external editor into RichText makes content impossible to publish (#94)
- EZP-30130: Text pasted from MS Word to RichText doesn't keep newlines (#100)
- EZP-30222: Tables copied from MS Word contain unwanted entities while converting to RichText (#106)
- EZP-31272: Anchors having name attribute break RTE validation after copying from external sources (#107)
v2.0.0-beta4
ezplatform-richtext changes between v2.0.0-beta3 and v2.0.0-beta4
Improvements
- EZP-31215: Remove old UDW and deprecated code (#91)
- EZP-30882: As a developer I want to use custom Field Type as Content thumbnail (#99)
- EZP-31187: Update design for Embed inline widget element (#96)
- EZP-31188: Improve design for custom tag header button (#97)
- EZP-31295: Unable to use default empty custom CSS class in the OE (#104)
- EZP-31321: Replace zero-width space with literal placeholder in ezembed(inline) elements (#105)
- EZP-31278: Decouple & inject LimitationService into the Repository (#108)
Bugs
- EZP-30129: Text pasted from MS Word doesn't keep bold/italic formatting (#93)
- EZP-29958: Creating paragraph longer than 32766 bytes in RichText Editor will fail with Solr Error (#95)
- EZP-30033: Pasting content from external editor into RichText makes content impossible to publish (#94)
- EZP-31245: Editing link in paragraph containing more lines ends up with JS error (#98)
- EZP-30130: Text pasted from MS Word to RichText doesn't keep newlines (#100)
- EZP-31056: Link is added to the text in RichText despite not choosing any content via UDW (#103)
- EZEE-2914: Custom inline style does not save when editor directly clicks Publish button (#102)
v2.0.0-beta3
ezplatform-richtext changes between v2.0.0-beta2 and v2.0.0-beta3
Improvements
- EZP-30933: Add support of "link" for custom tag attribute (#73)
- EZP-31010: Update namespaces in ezplatform-richtext (#81)
- EZP-31108: Provide common PHP CS Fixer configuration for internal use (#83)
- EZP-31021: Microcopy: revise exception & command microcopy (#85)
- EZP-31020: Microcopy: revise UI labels and messages (#75)
- EZP-31096: Custom toolbars in Alloy Editor (#89)
- EZP-31207: Online editor toolbar is missing for table header (#90)
- EZP-31046: As a Maintainer I want to refactor ConfigResolver to follow chain-of-responsibility pattern (#92)
Bugs
- EZP-30959: Long URL overlaps "clear URL input" button in Online Editor (#72)
- EZP-31054: Cannot select content in AlloyEditor link in Page Builder (#74)
- EZP-31028: Formatting involving soft return placed inside custom style is broken after publishing (#78)
- EZP-31076: Marking embed content as hidden doesn't change its visibility (#77)
- EZP-30859: Cannot remove formatting after publication in RTE (#82)
- EZP-31058: No new line can be inserted in RTE below custom tags (#86)
- EZP-31130: {{ content }} variable not always available in twig template for custom tag (#84)
- EZP-31087: Unable to use extra_buttons configuration in multiple bundles (#80)
Misc
v1.1.5
ezplatform-richtext changes between v1.1.4 and v1.1.5
Improvements
- EZP-30933: Add support of "link" for custom tag attribute (#73)
- EZP-31108: Provide common PHP CS Fixer configuration for internal use (#83)
Bugs
- EZP-31028: Formatting involving soft return placed inside custom style is broken after publishing (#78)
- EZP-31076: Marking embed content as hidden doesn't change its visibility (#77)
- EZP-31130: {{ content }} variable not always available in twig template for custom tag (#84)
- EZP-31087: Unable to use extra_buttons configuration in multiple bundles (#80)
Misc
v2.0.0-beta2
ezplatform-richtext changes between 2.0.0-beta1 and 2.0.0-beta2
Improvements
- EZP-30517: As a Maintainer I want Kernel RichText deprecated code to be dropped
- EZP-28009: Extract the RichText FieldType to its own package
- EZP-30646: Drop SignalSlot repository layer and abstraction and reimplement usages to Events and Event Listeners (#49)
- EZP-30814: Remove Twig deprecations (#55)
- EZP-30393: Move all Online Editor front-end code to the RichText Bundle (#46)
- EZP-30833: As a maintainer I want to align Field Type service tags to new naming convention (#59)
- EZP-30846: As a Maintainer I want to drop deprecated Symfony\Component\Config\Definition\Builder\TreeBuilder::root method calls (#61)
- EZP-30798: Move youtube, facebook and twitter custom tags from Demo to Richetext bundle (#62)
- EZP-30906: Remove deprecated templating services (#66)
- EZP-30934: Remove usage of deprecated getCurrentUser method (#67)
Bugs
- EZP-30628: Soft return inside inline style is removed after edit (#48)
- EZP-30829: ezsystems/ezplatform-richtext integration tests are broken (#58)
- EZP-30791: Unable to create a custom tag containing a dash in its name (#52)
- EZP-30730: RichText output transformation changes breaklines outsite of literallayout (#54)
- EZP-30631: Child custom tag's params are used instead of its own (#44)
v1.1.4
ezplatform-richtext changes between v1.1.3 and v1.1.4