open-wc

Open Web Components: guides, tools and libraries for developing web components.

MIT License

Downloads
3.1M
Stars
2.2K
Committers
233

Bot releases are visible (Hide)

open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 47f54fb0: Remove comments before creating the TreeWalking, so text nodes should not be splitted by them and treated as semantic.
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Minor Changes

  • ce208aab: added MJS and TS extensions
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Minor Changes

  • 9405f2e5: Generate a correct name when using anonymous classes

Patch Changes

  • be1f93e8: allow prototype modification
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Minor Changes

  • 5b774aab: Update eslint-plugin-lit to ^1.3.0
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • cd442855: implement HMR using proxies
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • afadd6fa: handle multiple assigned variables
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • a71fcac8: remove usage of optional chaining
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 3fd1afdd: support function components
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 7900cf74: fix package name
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • c9dc557f: first release
open-wc - https://github.com/open-wc/open-wc/releases/tag/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 800a9132: publish types
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 9fb1c131: refactor to remove optional chaining syntax in Cache file for better tooling compatibility
open-wc - https://github.com/open-wc/open-wc/releases/tag/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 23e247c0: add missing dependency
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • ffb5f16c: inline MDJS plugin
open-wc - https://github.com/open-wc/open-wc/releases/tag/[email protected]

Published by github-actions[bot] almost 4 years ago

Major Changes

  • b38bc1d6: update to @web/dev-server-storybook
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 04666893: Fix types
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Minor Changes

  • 95d055dc: Define lazy components per Scoped Element instance instead of by Scoped Element class. This forces getScopedTagName method to stop being a static method.
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 87ce50c9: Fix peerDependencies in eslint-config

All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.

4.0.0 (2020-10-24)

Features

  • eslint-config: add lit a11y plugin to openwc eslint config (#1945) (47ac059)

BREAKING CHANGES

  • eslint-config: add lit-a11y plugin to open-wc eslint config

3.0.0 (2020-08-16)

Features

  • eslint-config: upgrade eslint to 7.x (7802511)

BREAKING CHANGES

Additionally, this change also removes the usage of babel-eslint. For most projects, this should work transparently. However, if your code specifically references one of its rules, you can:

  • add @babel/eslint-parser to your devDependencies
    or
  • remove the references, as some of the rules have been merged into eslint

2.1.0 (2020-08-05)

Features

  • eslint-config: add plugins as peer dependencies (#1740) (3760f77)
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 0362fe08: Keep hand written types for semantic-dom-diff for now
open-wc - https://github.com/open-wc/open-wc/releases/tag/@open-wc/[email protected]

Published by github-actions[bot] almost 4 years ago

Patch Changes

  • 0362fe08: Keep hand written types for semantic-dom-diff for now
  • Updated dependencies [0362fe08]