Releases: htmlburger/carbon-fields
Releases · htmlburger/carbon-fields
v3.2.0
Features
- Retain order of multiselect items when selected (props @lstoyanoff)
- Replace
set_preview_mode
withset_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
- Add spanish translation (props @jorovipe97)
- Update french translation (props @fabienlege)
- Add catalan translation (props @gonssal)
- Add Greek translation (props @kristos80)
v3.1.20
v3.1.19
Fix Rich Text field auto-resizing avoiding the change of the wpActiveEditor
.
v3.1.18
v3.1.17
v3.1.16
- Fix metaboxes complex field conditional logic
v3.1.15
- Add
set_settings
method on Rich Text Field