[1.1] Table child definition made more flexible, will fix up poorly ordered elements
[htmlpurifier.git] / NEWS
blob493afb8a6ed19d96b671782416a07c556dbceb25
1 NEWS ( CHANGELOG and HISTORY )                                     HTMLPurifier
2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 1.1.0, unknown release date
5 - Made URI validator more forgiving: will ignore leading and trailing
6   quotes, apostrophes and less than or greater than signs.
7 - Enforce alphanumeric namespace and directive names for configuration.
8 - Directive documentation generation using XSLT
9 - Table child definition made more flexible, will fix up poorly ordered elements
11 1.0.2, unknown release date
12 (bugfix release may be dropped if no bugs found)
14 1.0.1, released 2006-09-04
15 - Fixed slight bug in DOMLex attribute parsing
16 - Fixed rejection of case-insensitive configuration values when there is a
17   set of allowed values.  This manifested in %Core.Encoding.
18 - Fixed rejection of inline style declarations that had lots of extra
19   space in them.  This manifested in TinyMCE.
21 1.0.0, released 2006-09-01
22 - Fixed broken numeric entity conversion
23 - Malformed UTF-8 and non-SGML character detection and cleaning implemented
24 - API documentation completed
25 - Shorthand CSS properties implemented: font, border, background, list-style
26 - Basic color keywords translated into hexadecimal values
27 - Table CSS properties implemented
28 - (HTML|CSS)Definition de-singleton-ized
29 - Support for charsets other than UTF-8 (defined by iconv)
31 1.0.0beta, released 2006-08-16
32 - First public release, most functionality implemented. Notable omissions are:
33   . Shorthand CSS properties
34   . Table CSS properties
35   . Deprecated attribute transformations