Skip to content

Releases: htmlburger/carbon-fields

v3.1.9

16 Dec 13:21
Compare
Choose a tag to compare
  • Fix disabled "Save" button in widgets (#801 - props @Panchev)
  • Style enhancements

v3.1.8

19 Nov 08:25
Compare
Choose a tag to compare
  • Fix conditional logic errors caused by the sorting of complex fields. (#780)

v3.1.7

14 Nov 09:07
Compare
Choose a tag to compare
  • Fix broken block registration in WordPress 5.3. (#779, #785)

v3.1.6

22 Oct 12:26
Compare
Choose a tag to compare
  • Fix errors when a complex group with conditional logic is deleted. (#738)

v3.1.5

22 Oct 11:16
Compare
Choose a tag to compare

v3.1.4

21 Oct 13:53
Compare
Choose a tag to compare

v3.1.3

25 Jul 07:01
Compare
Choose a tag to compare
  • Added Russian translations.
  • Fixed errors Media Gallery field when the thumbnail size isn't presented. (#743)

v3.1.2

11 Jun 12:56
Compare
Choose a tag to compare
  • Fixed missing wp-polyfill dependency in certain environments(e.g WPEngine).
  • Fixed JS errors in the association field caused by missing edit link.

v3.1.1

11 Apr 09:51
Compare
Choose a tag to compare
  • Fixed hierarchy resolving logic in association field. (#636, #703) props @joeyblake
  • Fixed initial fetching of selected options in association field.
  • Fixed minor layout issues in association field.

v3.1.0

01 Apr 07:38
Compare
Choose a tag to compare
  • Added support for nested blocks 🎉 . See the documentation for more details.
  • Added registerContainerType & getContainerType to public API of metaboxes package.
  • Added support for alpha transparency to color field. (#648)
  • Fixed incorrect URL of edit link in association field. (#662)
  • Fixed loading of paginated results in association field.
  • Fixed layout of association field when the items have very long titles.
  • Fixed missing the block attributes in render callback. (#642)
  • Fixed locked "Update" button caused by required fields in hidden containers. (#653, #693)
  • Fixed interoperability between default and '' values in post_template condition.
  • Removed usage of _wpLoadGutenbergEditor variable.