Skip to content

Releases: themeum/kirki

4.0.15

18 Jan 07:57
Compare
Choose a tag to compare

Fix issue where html entities are not rendered in some control's label & description.

4.0.14

14 Jan 16:28
Compare
Choose a tag to compare

Fix issue where the description in some controls can't contain HTML.

4.0.13

11 Jan 17:26
Compare
Choose a tag to compare

4.0.13 - January 12, 2022

  • Fix CSS output bug when Kirki fields are registered through kirki_fields (or kirki/fields) filter hook.

Some previous builds which (intentionally) didn't have release tags:

4.0.12 - January 11, 2022

  • Fix SVG upload on image control.

4.0.11 - January 10, 2022

  • Include section icons module (was missing)

4.0.10 - January 10, 2022

  • Fix issue where CSS output didn't respect active_callback's default value.

4.0.9 - January 05, 2022

  • Fix CSS output issue when a theme register their Kirki controls inside init hook.

4.0.8 - January 05, 2022

  • Fix CSS output issue where it doesn't respect active_callback

4.0.7 - January 04, 2022

  • Fix issue when using option_type as option without specifying the option_name

4.0.6 - January 03, 2022

  • Fix active_callback issue when using nested condition

4.0.5 - Dezember 31, 2021

  • Fix toggleClass usage when using js_vars

4.0.4 - Dezember 31, 2021

  • Allow string (numeric) as the choices value in slider control
  • Fix the compatibility issue when using Kirki::get_option to get the value of fields registered using new API.

4.0.3

30 Dec 15:54
Compare
Choose a tag to compare

Fix errors caused by wrong letter cases

4.0.1

30 Dec 14:45
Compare
Choose a tag to compare

Bugfix: Fatal error caused by lowercase css folder inside control-react-colorful package.
The CSS folder in control-react-colorful repo is using uppercase (just the as the namespace).
But this repo still contains the lowercase version.

4.0

30 Dec 12:23
Compare
Choose a tag to compare
4.0

🎉 Kirki 4 stable release 🎉

4.0-beta.3

18 Nov 15:17
Compare
Choose a tag to compare

Small bugfixes/changes:

  • Update googlefonts package
  • Update control-react-colorful package
  • Fix notices & warning in module-webfonts package when get_font_choices method is called.

4.0-beta.2

03 Nov 17:40
Compare
Choose a tag to compare

control-react-colorful:

  • Bugfix: The CSS output was empty when the value is a string

control-radio:

  • Bugfix: Control id wasn't outputted causing broken behavior

field-dimensions:

  • Bugfix: The sanitize callback wasn't implemented

control-react-select:

  • Improvement: Choices now accept an array of objects (used by a variant in field-typography)

module-css:

  • Bugfix: Output on Gutenberg editing screen was affecting the whole page instead of only the editing content

field-typography:

  • Refactor: Bring back the v3 style/model of font's variant
  • Bugfix: The margin-top & margin-bottom wasn't rendered in frontend styles
  • Bugfix: The kirki/fonts/standard_fonts wasn't implemented when it's used AFTER adding the fields (in user's usage)
  • Bugfix: The default browser font-family (from v3) was missing
  • Bugfix: The custom font families grouping was missing
  • Bugfix: Custom variants set on standard fonts wasn't implemented

4.0-beta.1

14 Oct 21:51
Compare
Choose a tag to compare
  • Now controls are developed (and available) as composer packages
  • Some controls are using React for their JS part
  • Much improvement over color control (using react-colorful) also includes new features
  • Improved typography field
  • Improved color palette control
  • Improved multicolor field
  • Improved dimensions field
  • Improved select controls (including dropdown pages control)
  • Some other improvements
  • Bugfixes!
  • Use Parcel as the build tool (it's nice!)

3.1.9

19 Jul 13:35
Compare
Choose a tag to compare
  • Fixed: Styling issue in Switch control.