Skip to content

Releases: htmlburger/carbon-fields

v3.2.3

02 Mar 13:14

Choose a tag to compare

  • Polish association field styles
  • Fix page template condition when using default and an array

v3.2.2

23 Feb 10:22

Choose a tag to compare

  • Add hook wp_nav_menu_item_custom_fields in Nav_Menu_Item_Edit_Walker (props @tlewap)
  • Add autocomplete to allowed attributes on date field (props @steffenster)
  • Fix occasions when get_current_screen returns null - #918
  • Fix widgets saving - #684, #724

v3.2.1

05 Nov 17:11

Choose a tag to compare

  • Polish post meta container field styles
  • Polish multiselect field styles
  • Update translation files

v3.2.0

04 Nov 16:13

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

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

Choose a tag to compare

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

v3.1.18

22 Apr 08:03

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

Choose a tag to compare

  • Fix Post_Meta_Container Conditions for revisions (#879)

v3.1.16

10 Apr 08:47

Choose a tag to compare

  • Fix metaboxes complex field conditional logic

v3.1.15

18 Mar 10:23

Choose a tag to compare

  • Add set_settings method on Rich Text Field