Kirki 4.0.24

This commit is contained in:
AlxMedia 2022-05-30 09:58:04 +02:00
parent 896957cd95
commit 79e4092e86
39 changed files with 1664 additions and 1315 deletions

View file

@ -1,3 +1,37 @@
### 4.0.24 - March 22, 2022 ###
#### control-react-colorful package
Bugfixes:
- Fix issue where uppercase color was failed to be saved
- Fix the layout issue of the swatches (removing `justify-content: space-between;`)
- Fix the swatches layout issue when it contains a lot of colors.
- Allow clearing picker's color by clearing the input field value.
#### compatibility package
Bugfixes:
- Fix notice error: Undefined index of 'transport' as reported in #2476
- Fix code that called URL class without it's namespace
- **control-repeater**: `"alpha" => true` choice didn't work as reported in issue #2469
- **module-css**: `KIRKI_NO_OUTPUT` didn't work in the front area
#### module-webfonts package
Finetuning:
- Stop preconnecting to https://fonts.gstatic.com/ . It was related to issue #2478.
#### module-postMessage package
Bugfix:
- Fix multicolor output issue on customizer preview where the CSS property was appended with its assigned choice.
### 4.0.23 - March 22, 2022 ###
Bugfixes:
- **control-repeater**: `"alpha" => true` choice didn't work as reported in issue #2469
- **module-css**: `KIRKI_NO_OUTPUT` didn't work in the front area
New Filter:
- New `kirki_inline_styles_id` filter to filter the ID of the inline style tag. The default id is `kirki-inline-styles` (**module-css**)
New Constant:
- New `KIRKI_NO_GUTENBERG_OUTPUT` constant. Since we get rid of Kirki config usage in Kirki 4, then new constant is necessary. Define `KIRKI_NO_GUTENBERG_OUTPUT` constant to `true` to disable Gutenberg support (**module-editor-styles**).
### 4.0.22 - February 17, 2022 ###
Bugfix:
- **module-css** & **module-postmessage**: Fix bug where CSS output didn't work when `'option_type' => 'option'` and `'option_name'` is provided. This fixed issue #2466 and issue #2465