Skip to content

Releases: htmlburger/carbon-fields

v3.2.0

04 Nov 16:13
Compare
Choose a tag to compare

Features

  • Retain order of multiselect items when selected (props @lstoyanoff)
  • Replace set_preview_mode with set_mode in Gutenberg Blocks (props @lstoyanoff)
  • Change HTML callback to be executed at runtime (props @lstoyanoff)

Bug fixes

  • Fix OEmbed_Field file name to match PSR-4 convention (props @tcj-rocks)
  • Fix user_capability typo in conditional checks (props @rmpel)
  • Fix conditional logic in Gutenberg blocks (props @HeroBanana)
  • Fix image / file fields not showing preview when using Plain permalinks
  • Fix select field in Gutenberg Block (props @lstoyanoff) #728

Update packages

  • Bump showdown from 1.9.0 to 1.9.1
  • Bump lodash from 4.17.13 to 4.17.19
  • Bump acorn from 5.7.3 to 5.7.4
  • Bump dot-prop from 4.2.0 to 4.2.1

Translations

v3.1.20

18 May 09:59
Compare
Choose a tag to compare
  • Fix missing fields when widgets are saved.
  • Fix memory leak when widgets are saved.

v3.1.19

15 May 08:11
Compare
Choose a tag to compare

Fix Rich Text field auto-resizing avoiding the change of the wpActiveEditor.

v3.1.18

22 Apr 08:03
Compare
Choose a tag to compare
  • Fix assets context loading (#857 , #727 )
  • Add list attribute support for text fields ( #860 )

v3.1.17

16 Apr 09:29
Compare
Choose a tag to compare
  • Fix Post_Meta_Container Conditions for revisions (#879)

v3.1.16

10 Apr 08:47
Compare
Choose a tag to compare
  • Fix metaboxes complex field conditional logic

v3.1.15

18 Mar 10:23
Compare
Choose a tag to compare
  • Add set_settings method on Rich Text Field

v3.1.14

10 Feb 14:02
Compare
Choose a tag to compare
  • Fix rich-text field when not visible. (#840)
  • Fix term meta fields labels when a width is set. (#710)
  • Fix color field reset action. (#766)
  • Fix association field selected items labels length. (#799)

v3.1.13

23 Jan 14:06
Compare
Choose a tag to compare
  • Fix incorrect height of rich text fields inside hidden containers.
  • Fix incorrect conversion of RGBA values to Hex in color fields.

v3.1.12

16 Jan 10:06
Compare
Choose a tag to compare
  • Fix missing formats in rich text fields.
  • Fix some typos. (#803)
  • Fix layout of date fields in Classic Editor. (#818)
  • Fix access errors in Term Meta container. (#819)
  • Fix errors caused by missing jQuery in oEmbed fields. (#821)
  • Add missing localization strings in Complex fields. (#823)