Skip to content

Releases: backdrop-contrib/paragraphs

1.x-1.2.6

11 Apr 21:33
1589912
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.x-1.2.5...1.x-1.2.6

1.x-1.2.5

16 Feb 19:58
Compare
Choose a tag to compare

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

22 Aug 14:39
b7f3f97
Compare
Choose a tag to compare

This release contains the following changes:

  • Issue #161: Clean up the modal edit visual refresh. by @laryn
  • Issue #159: Replace tokens in field's description text. by @argiepiano

1.x-1.2.3

25 Feb 23:11
6f191fe
Compare
Choose a tag to compare

This release contains the following changes:

1.x-1.2.2

29 Sep 14:24
Compare
Choose a tag to compare

Bug fix release:

1.x-1.2.1

22 Sep 16:17
Compare
Choose a tag to compare

Bug fix release. In this release:

1.x-1.2.0

18 Apr 16:06
e1d3925
Compare
Choose a tag to compare

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

Beta1

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

1.x-1.2.0-beta1

06 Jan 20:58
Compare
Choose a tag to compare

Beta release after testing and revisions from the 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.

Beta1

  • Adjust z-index with modal dropbuttons #115
  • Use Paragraphs item $langcode #107
  • Use paragraphs-item class for backwards compatibility 369b4a9

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
  • Allow unpublishing Paragraphs items from the UI #61
  • Use Backdrop-style warnings #86
  • Use Backdrop-style formatting on Paragraph types overview page #93
  • Match sub-menus to Backdrop core (e.g. Content types) #47
  • Various other minor bug fixes and UI adjustments

1.x-1.2.0-alpha2

07 Dec 13:07
21b9e02
Compare
Choose a tag to compare

Alpha pre-release, not recommended for production. Please test and report any issues you may run into in the issue queue.

IMPORTANT NOTE: This release fixes some issues with the paragraphs-item.tpl.php template. 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.

Main changes since 1.x-1.2.0-apha1:

  • 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

1.x-1.2.0-alpha1

21 Oct 19:54
46da99e
Compare
Choose a tag to compare
1.x-1.2.0-alpha1 Pre-release
Pre-release

Alpha pre-release, not recommended for production. Please test and report any issues you may run into in the issue queue.

Changes since 1.x-1.1.0:

  • Allow front end modal administration of Paragraphs items #60
  • Allow unpublishing Paragraphs items from the UI #61
  • Use Backdrop-style warnings #86
  • Use Backdrop-style formatting on Paragraph types overview page #93
  • Match sub-menus to Backdrop core (e.g. Content types) #47
  • Various other minor bug fixes and UI adjustments