htmlburger/carbon-fields
WordPress Custom Fields Library ✨
30 Releases
Latest: 1y ago
v3.6.9Latest
v3.6.8
v3.6.6
📋 Changes
- Fix for WordPress 6.8
v3.6.5
Fix using old js bundles.
v3.6.4
📋 Changes
- Fix error when removing the last item in a multiselect field: https://github.com/htmlburger/carbon-fields/issues/1205 https://github.com/htmlburger/carbon-fields/issues/1182
- Fix PHP 8.3 deprecation warnings: https://github.com/htmlburger/carbon-fields/issues/1217 https://github.com/htmlburger/carbon-fields/pull/1239
- Fix null access error in conditional display handler
v3.6.3
📋 Changes
- Allow autocomplete attribute on Text and Textarea fields https://github.com/htmlburger/carbon-fields/pull/1204 - Resolves https://github.com/htmlburger/carbon-fields/issues/1203
v3.6.2
📋 What's Changed
- Fix blocks preview (#1200) by @jorostoyanov in https://github.com/htmlburger/carbon-fields/pull/1201
- Full Changelog: https://github.com/htmlburger/carbon-fields/compare/v3.6.1...v3.6.2
v3.6.1 - Support for WordPress v6.4v3.6.1
This release adds support for WordPress v6.4
v3.6.0
**Fix compatibility with WordPress 6.2**
v3.5.3
📋 Changes
- Fix some styling issues.
- Fix JS issue with required fields.
v3.5.2
📦 Gutenberg
- Update: Field "Time" will return time with the current date in format `Y-m-d H:i:s`.
- Add: New field called "Block Preview" that would add the ability to present blocks in the list of blocks. #1036 #1149
- Screenshots: https://prnt.sc/w8kSqnSbl0Or | https://prnt.sc/JAMnrlDBufCo
- Fix: Issues with the radio field when there is more than one of the same block.
- Fix: Not saving the proper data within the Date field and Time field.
- Fix: When in block preview mode fix association field styles on the sidebar.
- Fix: Conditional Logic in Complex field. #923
📦 Global
- Fix: In Term Meta styles were incorrect for complex with groups inside. #1053
- Revert: Set field, ability to use the `limit_options` method. #1011
v3.5.1
📋 Changes
- Fix: Product stable hash for non-ASCII titles
- Fix: Ability to remove a complex field group with conditional logic inside
- Add: `post_id` argument for `render_callback` method in Block class.
- Add: Ability to return attachments URL instead of IDs with filter - `carbon_fields_rest_api_return_attachments_as_urls`
- Update: Allow use of `inputmode` attribute for the text field.
v3.5.0
📋 Changes
- Add PHP8 Compatibility
- Fix some styling issues
- Fix some Gutenberg blocks issues
v3.3.4
📋 Changes
- Add more use cases for `realpath` loading
v3.3.3
📋 Changes
- Change loading to use `realpath()` - See #1097
v3.4.0-beta.2Pre-release
🐛 Bugfixes
- Fix media library field not displaying value until all attachments are loaded
v3.4.0-beta.1 - Support for WordPress 5.8v3.4.0-beta.1Pre-release
📋 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
Replace deprecated `tagsSuggestL10n` (fix #994 )
v3.3.1
📋 Changes
- Improve a11y on association and select fields - https://github.com/htmlburger/carbon-fields/commit/bb662f09ea416429ffc1ce3538626871854b8958
- Fix widgets loading
- Fix conflict with Yoast SEO (#984)
v3.3.0
✨ 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
📋 Changes
- Polish association field styles
- Fix page template condition when using default and an array
v3.2.2
📋 Changes
- 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
📋 Changes
- Polish post meta container field styles
- Polish multiselect field styles
- Update translation files
v3.2.0
📋 Changes
- 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)
- 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
- + 8 more
v3.1.20
📋 Changes
- Fix missing fields when widgets are saved.
- Fix memory leak when widgets are saved.
v3.1.19
Fix Rich Text field auto-resizing avoiding the change of the `wpActiveEditor`.
v3.1.18
📋 Changes
- Fix assets context loading (https://github.com/htmlburger/carbon-fields/issues/857 , https://github.com/htmlburger/carbon-fields/issues/727 )
- Add list attribute support for text fields ( https://github.com/htmlburger/carbon-fields/issues/860 )
v3.1.17
📋 Changes
- Fix Post_Meta_Container Conditions for revisions (https://github.com/htmlburger/carbon-fields/pull/879)
v3.1.16
📋 Changes
- Fix metaboxes complex field conditional logic
v3.1.15
📋 Changes
- Add `set_settings` method on Rich Text Field
