framework
framework copied to clipboard
Dojo Framework. A Progressive Framework for Modern Web Apps
**Bug** Exit animations are not playing if the node with the animation is a child of a node being removed. Package Version: 7.0.0-alpha.6 **Code** 1. Wait for the fade-in animation...
We need to update documentation / guides on how to create and support theme variants.
**Enhancement** Now, Dojo widgets only have builtin properties, it meets the common requirements. But, I think widgets users should have some advanced requirement, for example, to extends `@dojo/widgets`'s per-widget to...
**Enhancement** I often run into discrepancies between the declared state of a store and the actual values held by the store. Much of this stems from improper or incomplete initialization...
**Bug** The dojo store treats strings like "1234" as numbers and uses it as index for an array Package Version: 6.0.3 **Code** ``` // inside of command add(path("data", "1234", "foo",...
**Enhancement** I would like to have a way to render from tests as a way to aid with TDD. Ideally, you would be able to pass an assertion template or...
**Enhancement** A routing middleware that can be used to: * conditionally render content based on the an outlet * create links * determine whether an outlet is active * provide...
**Enhancement** It can be quite laborious generating assertion templates for tests. It would be nice if we had a helper for generating snapshots and loading them for tests. This might...
**Enhancement** We currently don't have a Web Animation middleware, we should look at porting the meta and solving any reactive issues there are with the existing solution.
## Enhancement Defining the view of Dojo widgets has two distinct approaches, using the functional API (`v()`, `w()`) and TSX. These approaches work well, however it would be nice if...