qx.core.Object
(tr()
, trn()
, marktr()
)DateChooser
: The DateChooser no longer support the property startOfWeek
. The information which day the week starts with is now determined by the used locale.NumberFormat
: The static field GROUPING_SEPARATOR
has been removed. Use the localized qx.locale.Number.getGroupSeperator
instead.DateFormat
: The static fields of DateFormat
contained the values for US English locales ("en_US") the have been removed in favor of the localized methods of qx.locale.Date
. The following list shows which fields have been removed by which methods:* New dependeny declaration for static resources like icons to allow for size-optimized builds with less redundancy (use meta information #embed in class files)
- Many isValidFoo() checks have been replaced with inequality comparisons against null
clean
and distclean
.
Old: API = $(FRONTEND)/api
New: API = $(FRONTEND)/application/apiviewer
Old: --compiled-script-file api/script/api.js
New: --compiled-script-file api/script/apiviewer.js
Old: --api-documentation-json-file api/script/data.js
New: --api-documentation-json-file api/script/apidata.js
The following options to the build script generator.py have been renamed to be more consistent:
Old: --script-input
New: --class-path
Old: --source-script-path
New: --class-uri
Old: --script-encoding
New: --class-encoding
- A lot of API documentation has been added or reviewed.