Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 530 Bytes

CHANGELOG.md

File metadata and controls

5 lines (3 loc) · 530 Bytes

HEAD

Breaking changes

  • [qx.bom.Cookie] Previous versions of qooxoo use escape() and unescape() functions. Since those functions are deprecated, then now qooxdoo use encodeURIComponent() and decodeURIComponent() functions. This may break some cookies. There are no issues with special characters like ~!@#$%^&*(){}[]=:/,;?+\'"\\ but some unicode characters like äëíöü (etc) are encoded different by escape() and encodeURIComponent(), so you must take care of this change if you use unicode characters.