-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4d0124b
commit db9a020
Showing
17 changed files
with
121 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# wc-lit | ||
|
||
## 0.0.1-beta.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`fee0cb5`](https://github.com/simonihmig/responsive-image/commit/fee0cb5a6deb05556f556f1a5f25549fa9e05598), [`da0f40c`](https://github.com/simonihmig/responsive-image/commit/da0f40cfd1cfeca1b4005d6359a40b01c4f66b7d), [`486695e`](https://github.com/simonihmig/responsive-image/commit/486695e083446f6a9c7deda5c086fbb641cee967), [`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc), [`55c502c`](https://github.com/simonihmig/responsive-image/commit/55c502c7da6e0fe86e0ffb2c5ec2f3d39e82679d)]: | ||
- @responsive-image/wc@1.0.0-beta.1 | ||
- @responsive-image/core@1.0.0-beta.2 | ||
- @responsive-image/cdn@1.0.0-beta.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# @responsive-image/wc | ||
|
||
## 1.0.0-beta.1 | ||
|
||
### Major Changes | ||
|
||
- [#715](https://github.com/simonihmig/responsive-image/pull/715) [`fee0cb5`](https://github.com/simonihmig/responsive-image/commit/fee0cb5a6deb05556f556f1a5f25549fa9e05598) Thanks [@simonihmig](https://github.com/simonihmig)! - Introduce new `@responsive-image/wc` package for Lit-based web component support | ||
|
||
This package exposes a browser native [Web Component](https://developer.mozilla.org/en-US/docs/Web/API/Web_components#specifications). It is implemented using the [Lit](https://lit.dev/) library, but it can be used with any other [framework supporting web components](https://custom-elements-everywhere.com/), or none at all. | ||
|
||
### Minor Changes | ||
|
||
- [#726](https://github.com/simonihmig/responsive-image/pull/726) [`da0f40c`](https://github.com/simonihmig/responsive-image/commit/da0f40cfd1cfeca1b4005d6359a40b01c4f66b7d) Thanks [@simonihmig](https://github.com/simonihmig)! - Add BlurHash support to web component | ||
|
||
- [#762](https://github.com/simonihmig/responsive-image/pull/762) [`486695e`](https://github.com/simonihmig/responsive-image/commit/486695e083446f6a9c7deda5c086fbb641cee967) Thanks [@simonihmig](https://github.com/simonihmig)! - Support styling with :part(img) | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`92f957f`](https://github.com/simonihmig/responsive-image/commit/92f957fcc18fa9485a3f9591b77ca61ff3dd48dc)]: | ||
- @responsive-image/core@1.0.0-beta.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Webcomponent to render responsive images, provided as locally processed images or loaded remotely from Image CDNs", | ||
"license": "MIT", | ||
"author": "Simon Ihmig <[email protected]>", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"repository": "https://github.com/simonihmig/responsive-image", | ||
"type": "module", | ||
"main": "dist/src/index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters