framework
                                
                                
                                
                                    framework copied to clipboard
                            
                            
                            
                        Dojo Framework. A Progressive Framework for Modern Web Apps
**Type:** bug The following has been addressed in the PR: * [ ] There is a related issue * [x] All code has been formatted with [`prettier`](https://prettier.io/) as per the...
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.0.4 to 3.8.3. Release notes Sourced from codecov's releases. v3.8.3 Fixes #329 fix: Test if response has two lines Dependencies #306 Bump eslint-config-prettier from 7.2.0 to 8.3.0...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Bumps [cross-fetch](https://github.com/lquixada/cross-fetch) from 3.0.2 to 3.1.5. Release notes Sourced from cross-fetch's releases. v3.1.5 What's Changed chore: updated node-fetch version to 2.6.7 by @dlafreniere in lquixada/cross-fetch#124 New Contributors @dlafreniere made their...
**Description:** Adds a deployment guide to [Layer0](https://www.layer0.co/). Layer0 is an all-in-one platform to develop, deploy, preview, experiment on, monitor, and run your headless frontend. It is focused on large, dynamic...
Hi, I'm with the OpenJS Foundation and we are migrating projects that use the old JSF CLA bot over to the new OpenJS CLA using EasyCLA. If you're a regular...
**Type:** bug The following has been addressed in the PR: * [ ] There is a related issue * [x] All code has been formatted with [`prettier`](https://prettier.io/) as per the...
**Enhancement** Currently we ship a bit of a mishmash of module formats. The default `.js` we ship is legacy ES5 and UMD. Then we also ship `.mjs` which is pseudo...
**Bug** `Router#link` may be returning `undefined` for `/` Package Version: 8.0.0-beta.5 **Code** Route: ```javascript { id: 'home', path: '/', outlet: 'main', defaultRoute: true }, ``` Link: ```html Home ``` **Expected...
**Enhancement** `ActiveLink` would benefit from adding support for the [`aria-current`](https://developer.mozilla.org/en-US/docs/Web/API/Element/ariaCurrent) attribute. This could be achieved by adding an `ariaCurrent` property and setting it when the link is active. ```typescript export...