framework icon indicating copy to clipboard operation
framework copied to clipboard

Dojo Framework. A Progressive Framework for Modern Web Apps

Results 50 framework issues
Sort by recently updated
recently updated
newest added

**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...

bug
next
area: core

We need to update documentation / guides on how to create and support theme variants.

reference guide
area: core

**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
discussion
area: core

**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",...

bug
area: stores

**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
next
area: testing

**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
next
area: core
area: routing

**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...

next
area: testing

**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.

next
area: core

## 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...

enhancement
next
area: core