Skip to content

Releases: htmlburger/carbon-fields

v3.4.0-beta.2

19 Jan 08:38
Compare
Choose a tag to compare
v3.4.0-beta.2 Pre-release
Pre-release

Bugfixes

  • Fix media library field not displaying value until all attachments are loaded

v3.4.0-beta.1 - Support for WordPress 5.8

28 Jul 16:01
Compare
Choose a tag to compare

CHANGELOG

Features

  • Upgrade @wordpress/* packages to their latest respective versions
  • Upgrade minimum required NodeJS version to ^v14 from v10
  • Add support for new Widgets screen

Bugfixes

  • Block Containers are now rendered without issues

v3.3.2

22 Apr 13:26
Compare
Choose a tag to compare

Replace deprecated tagsSuggestL10n (fix #994 )

v3.3.1

21 Apr 08:27
Compare
Choose a tag to compare
  • Improve a11y on association and select fields - bb662f0
  • Fix widgets loading
  • Fix conflict with Yoast SEO (#984)

v3.3.0

26 Mar 12:28
Compare
Choose a tag to compare

New

  • Add support for association field in widgets (without complex field)
  • Better widget save UX
  • Register widgets for use in REST API
  • Move wp_ajax* association callback to WP REST API

Fixes

  • Fix oembed field file name
  • Fix carbon_fields_gravity_form_options filter

v3.2.3

02 Mar 13:14
Compare
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
Compare
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
Compare
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
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.