This release comes with exciting new features besides a large number of bugfixes.
Please see the corresponding blog post.
See the corresponding bugzilla query for the issues resolved for qooxdoo 3.5.
placeTo
now works within parents with position: relative (7783).qx.bom.element.Dataset.get
and q().getData()
now always return undefined if the requested attribute does not exist (7777).q.create()
now accepts an optional argument: The document for which new elements should be created (7859).q.equalNodes
: Equality check DOM nodes (7832).placeTo
of the placement module now also supports hidden element ( 7824 )qx.ui.tabview.Page
(5622).dependencies
allows to pre-calculate the class dependencies of the current library; useful when using libraries in larger projects.@lint ignoreJsdocKey
to suppress warnings about unknown @
keys; useful when integrating foreign libraries that use different JSDoc keys. (7182)@see
JSDoc keys now make it into the API docs.