[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / compresseur / lib / csstidy / NEWS
1 Changelog
2
3 Key: # = backwards incompatible change, ! = new feature, - = bugfix.
4
5 1.4, unknown release date
6 # CSSTidy is now licensed under LGPL!
7 ! csstidy->set_cfg now accept a single parameter, an associative array, to
8 set all configuration options
9 ! Templates can now be loaded via set_cfg using the 'template' config
10 parameter
11 ! csstidy_print->formatted_page added, returns a full XHTML page based
12 off of csstidy_print->formatted
13 ! cssparsed.css created, contains just the CSS for formatted CSS output
14 ! New CSS 3 units "ch" and "turn" added
15 ! Unit tests added, requires Text_Diff (PEAR) and SimpleTest
16 ! Some invalid selectors are now removed during optimization, this can
17 be turned off by setting 'discard_invalid_selectors' to false
18 - Added localizations for css_optimiser.php
19 - Fixed bug with cookie setting for custom templates
20 - Minor security problem in css_optimiser.php fixed
21 - Fixed bug with float handling in exotic locales
22 - Fixed bug with non-functioning getenv in ASAPI
23 - Fixed bug with bad hexadecimal syntax recovery
24 - At-selectors optimized by removing unnecessary url()
25 - Fixed optimisation: 1.0 was not optimised to 1
26 - Fixed incorrect parsing of !imporant close to numbers
27 - Allowed Copy to Clipboard for Firefox if preference set (if not, gives
28 instructions on how to add and warning re: security)