lit-element
lit-element copied to clipboard
LEGACY REPO. This repository is for maintenance of the legacy LitElement library. The LitElement base class is now part of the Lit library, which is developed in the lit monorepo.
Bumps [terser](https://github.com/terser/terser) from 4.6.11 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
## Description - Who wants the functionality: **beginners / jr developers** - What it is they want: **framework specific "use a web component" guide for Angular, React, Vue, etc...** -...
Bumps [got](https://github.com/sindresorhus/got) from 11.8.2 to 11.8.5. Release notes Sourced from got's releases. v11.8.5 Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc CVE-2022-33987 https://github.com/sindresorhus/got/compare/v11.8.4...v11.8.5 v11.8.3 Bump cacheable-request dependency (#1921) 9463bb6 Fix HTTPError missing .code property...
The `lit-html` library provides a number of directives that render content asynchronously (e.g. `until`). This async rendering is currently uncoordinated with the LitElement `updateComplete` promise. The promise is intended to...
## Description - Who: Developers who code declaratively - What: Be able to declaratively set event listeners and styles on host - Why: Declarative code is great and for northstar...
Use `['@babel/plugin-proposal-decorators', { legacy: true }]` , the `@query` return `undefined` and the`updated(changedProperties)` return nothing. Maybe other problems I didn't find I know there is no problem using `decoratorsBeforeExport`. links:...
I'm seeing the stack trace below in my console. The root cause is that one of my arrays = undefined, so the following code is throwing an exception... ``` //...
### Description Inline styles are not applied and the following console error is thrown when using `static get styles`: ``` Content Security Policy: The page’s settings blocked the loading of...