Releases: backdrop-contrib/paragraphs
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.
1.x-1.2.0
Formal release after testing and revisions from the beta and two alphas. Please continue to provide feedback and raise any issues you may come across in the queue.
IMPORTANT NOTE: Updating from Paragraphs 1.x-1.1.x
to 1.x-1.2.x
fixes some issues with the paragraphs-item.tpl.php
template (in the alpha2
release). You may need to make adjustment if you have customized that file or begun to rely on the incorrect output that was being produced. Please test well on a non-production copy of your site if you are able.
This release
- Issue #120: Add type hinting to buildContent by @argiepiano
- Issue #117: Add property_type and property_callback to field definition by @argiepiano
- Issue #123: Fix check for allowing unpublished paragraphs by @e0Re0R and @laryn
- Issue #119: Fix hook_update_last_removed() by @irinaz @argiepiano and @laryn
- Issue #125: Restructure GHA, prevent telemetry data by @laryn based on @indigoxela's work
Beta1
- Adjust z-index with modal dropbuttons #115 @laryn
- Use Paragraphs item $langcode #107 @laryn
- Use
paragraphs-item
class for backwards compatibility 369b4a9 @laryn
Alpha2
- Extend EntityPlusController and rewrite
template_preprocess_paragraphs_item
#113 (HUGE thanks to @argiepiano on this one!) - Use
$classes_array
instead of$classes
to apply css classes #108 @argiepiano - Use entity_plus_view to ensure view method is properly checked #106 @herbdool
- Modal administration hover styling tweaks #104 @laryn
Alpha1
- Allow front end modal administration of Paragraphs items #60 @laryn based on the (in progress) Drupal 7 thread/work from @ModulesUnraveled, @darthsteven, jonathanshaw, @iaminawe, Grayle, Nchase, @stevetweeddale, RAFA3L, delacosta456, @PascalMortier, 8bitplateau, Ludo.R, @StryKaizer, jeroen.b, @mirodietiker, @anotherjames, @Nebel54, @martijnhoutman, @vollepeer, @amoebanath, @rgpublic, vaccinemedia, screon, loominade, Alexandre360, reekris, and georgiana-albu.
- Allow unpublishing Paragraphs items from the UI #61 @laryn based on the (in progress Drupal 7) thread/work from @Stolkmachine, @rikvd, @majdi, @donaldwbabcock, and @interdruper.
- Use Backdrop-style warnings #86 @laryn
- Use Backdrop-style formatting on
Paragraph types
overview page #93 @laryn - Match sub-menus to Backdrop core (e.g. Content types) #47 @laryn
- Various other minor bug fixes and UI adjustments