Skip to content

Releases: themeum/kirki

Version 0.6.2

02 Mar 11:34
Compare
Choose a tag to compare
  • Fix: Frontend styles were not properly enqueued (props @dmgawel)
  • New: Allow multiple output styles per control defined as an array of arrays.
  • Fix: Background control styles
  • Fix: Serialise default values for the sortable control. Now you can define default values as an array.
  • Fix: Required script
  • Fix: '_opacity' was added to a lot of controls by mistake. Removed it and wrote a migration script.

0.6.0

25 Feb 01:30
Compare
Choose a tag to compare
  • Fix: Tooltips now properly working
  • New: Added checkbox switches
  • New: Added checkbox toggles
  • Fix: Generated CSS is not properly combined & minified
  • Fix: Re-structuring files hierarchy
  • Fix: Simplify the way controls are loaded
  • New: Only load control classes when they are needed
  • New: Introducing Kirki_Customize_Control class
  • Fix: CSS tweaks
  • New: Sortable control (creating one is identical to a select control, but with 'type' => 'sortable')
  • Fix: Double output CSS (props @agusmu)
  • New: Google fonts now parsed from a json file.

Version 0.5

21 Jan 23:08
Compare
Choose a tag to compare
  • New: Automatic output of styles for generic controls.
  • New: Automatic output of styles + scripts for fonts (including googlefonts )
  • New: The 'output' argument on background controls is now an array for consistency with other controls. Older syntax is still compatible though. :)
  • New: Add the ability to auto-generate styles for colors.
  • Fix: Add a blank stylesheet if we need one and no stylesheet_id has been defined in the config options.
  • Fix: CSS-only tooltips. Fixes issue with tooltips now showing up on WP >= 4.1
  • Fix: Code cleanups
  • New: Added support for WordPress's transport arguments
  • Fix: All controls now have a sanitization callback. Users can override the default sanitizations by adding their own 'sanitize_callback' argument.
  • Fix: OOP rewrite
  • Fix: Strip protocol from Google API link
  • Fix: Loading order for some files
  • Fix: Removed deprecated less_var argument

Version 0.3

26 May 18:18
Compare
Choose a tag to compare
  • New: Added background field
  • New: Added 'output' argument to directly output the CSS
  • Fix: Re-structuring the plugin