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

Covering use of @dojo/interop. Update & streamline content from * https://github.com/dojo/interop/blob/master/README.md * Possibly remove content around Redux integration (as we should be promoting Stores instead) * Possibly remove a lot...

reference guide

**Enhancement** Add section for class based widgets and themed mixin to the theming reference guide.

reference guide

**Enhancement** It would be nice if the `decorate()` method in https://github.com/dojo/framework/blob/master/src/widget-core/d.ts allowed returning a new/different node, this would allow easily switching nodes in a tree.

enhancement
area: core

In Dojo Stores there isn't a clear way to refer to the end of a list. While there does appear to be some support for JSON Patch's `-` path element...

**Bug** It's very easy for radio buttons to become out of sync with the vdom, as the actual `checked` value of the underlying DOM node is changed by user input,...

**Enhancement** When a hash is applied the expected behaviour is the browser to scroll to an associated node with a matching `id` attribute. There are a couple of issues dealing...

enhancement
area: routing

Please create and use a Changelog file for following updates. Thanks

enhancement

I would like to provide a set of read-only informative properties on a Dojo web component that can be used to interrogate the state of the widget. For example, properties...

**Enhancement** Dojo currently uses [Globalize.js](https://github.com/globalizejs/globalize) for the bulk of its internationalization/localization functionality, but at this point `Intl` is well-supported and robust enough that it can handle most use cases. For...

breaking change
discussion

onclick and onClick v('a' ... onclick:this.myMethod w(Link ... onClick:this.myMethod a potential source of error is it possible to standardizethis? DoJo Version: "@dojo/framework": "^3.0.1", "@dojo/webpack-contrib": "^3.0.3", "@dojo/widgets": "^3.0.0",