Releases: backdrop-contrib/paragraphs
Releases · backdrop-contrib/paragraphs
1.x-1.3.3
What's Changed
- Issue #198: Ensure that allow_unpublish is set when upgrading by @markabur in #199
- Fixed paragraph status lost issue when cloning a node with paragraph by @sudipto68 in #201
- Issue #205: Update GitHub actions by @indigoxela in #206
- Issue #203: Improve discoverability of more actions by @indigoxela in #204
New Contributors
- @markabur made their first contribution in #199
- @sudipto68 made their first contribution in #201
- @indigoxela made their first contribution in #206
Full Changelog: 1.x-1.3.2...1.x-1.3.3
1.x-1.3.2
1.x-1.3.1
What's Changed
- Issue #192: Set default widget to be embedded. by @yorkshire-pudding in #193
- Issue #167: Add HTML ID to paragraphs-item by @yorkshire-pudding in #168
- Issue #186: Clean up file-related js. by @laryn in #195
- Issue #136 Fix node preview. by @herbdool in #190
- Issue #100: Check for a visible Paragraphs item before displaying the field. by @laryn in 595fe38
Full Changelog: 1.x-1.3.0...1.x-1.3.1
1.x-1.3.0
This version bumps up a minor level to draw attention to the UI change introduced here, which organizes Paragraphs item action buttons into a dropbutton-style format. See Issue #62
What Else Has Changed
- Issue #62: Organize Paragraphs item action buttons into a dropdown. by @herbdool, @laryn, and @irinaz with some JS code modified from the Drupal Paragraphs project, in #180
- Issue #139: Clarify the collapse message regarding saving changes. by @herbdool, @stpaultim, @olafgrabienski and @laryn, in #174
- Issue #170: (Follow up) Wrap form fields by @herbdool in #181
- Issue #183: Allow inclusion of theme css for paragraphs preview. by @herbdool in #184
- Issue #187: Clear cache after updates. by @laryn
- Issue #188: Add Paragraphs Aplenty to README. by @herbdool in #189
Full Changelog: 1.x-1.2.6...1.x-1.3.0
1.x-1.2.6
1.x-1.2.5
Changes since 1.x-1.2.4
:
- Issue #157: Remove paragraphs_bundle schema and ensure table is dropped, by @herbdool and @laryn.
- e827b5a Fix Warning: Undefined variable $field_state in paragraphs_modal_admin_links(), by @laryn.
- Issue #166: Adjust paragraphs_bundle_delete() for better cleanup upon deletion, by @laryn.
Full Changelog: 1.x-1.2.4...1.x-1.2.5
1.x-1.2.4
1.x-1.2.3
This release contains the following changes:
- Issue #143: Default permissions with Paragraphs Type Permissions submodule. by @yorkshire-pudding and @laryn.
- Issue #149: Add Paragraphs type clone functionality. by @yorkshire-pudding, @laryn and @argiepiano.
- Issue #153: Fix action buttons on modal edits with nested paragraphs. by @laryn and @yorkshire-pudding.
1.x-1.2.2
1.x-1.2.1
Bug fix release. In this release:
- Issue #99: Use svg icons if Font Awesome isn't installed. by @laryn and @ForkAwesome.
- Issue #128: Fix sorting of Paragraphs types on field forms. by @yorkshire-pudding and @laryn.
- Issue #129: Check the language code and provide a fallback for modal admin. by @laryn and @argiepiano.
- Issue #140: Load
backdrop.dialog.ajax
library for modal admin. by @bdalomgir, @stpaultim, @argiepiano, and @laryn. - Issue #145: Replace front-facing
bundle
terminology withtype
. by @laryn.