Skip to content

Tags: hyq/dijit

Tags

1.7.2

Toggle 1.7.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release 1.7.2

1.7.2rc1

Toggle 1.7.2rc1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release 1.7.2rc1

1.7.1

Toggle 1.7.1's commit message
Changes for 1.7.1

1.7.0

Toggle 1.7.0's commit message
ensure css files are not marked as copyOnly during build, thereby all…

…owing them to be subject to css transforms; refs #14108

1.7.0rc1

Toggle 1.7.0rc1's commit message
make !StackContainer pull in !StackController in legacy (non-amd) mod…

…e, for back-compat, refs #14081 !strict

1.7.0b3

Toggle 1.7.0b3's commit message
Remove unneeded require of !NodeList. It's not being used directly, a…

…nd you don't need to require it just to be able to call forEach() or map() on the return value of dojo.query(). Refs #13035 !strict.

1.6.1

Toggle 1.6.1's commit message
Changes for 1.6.1

1.7.0b1

Toggle 1.7.0b1's commit message
inserted version info into package.json files; refs #12673; !strict

1.6.0

Toggle 1.6.0's commit message
On second thought, make Form.startup() start children. It's consisten…

…t for widgets supporting resize() to also support startup(), and also useful for apps that don't use the parser.

Refs #12097 !strict.

1.7.0b6

Toggle 1.7.0b6's commit message
Refs #11788. Add _setConstraintsAttr to _TimePicker, and a correspond…

…ing testcase. !strict