-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Enable strict mode - Simplify class names and html structure - Add preview variant - Showcase preview variant in demo - Internal props as @State protected properties - Fix [issues with class fields](https://lit.dev/docs/components/properties/#avoiding-issues-with-class-fields), use declare and define defaults in constructor - Remove excess `request.update()` calls - Hide protected properties from docs - Add eslint
- Loading branch information
1 parent
4e9b310
commit 6c9ed90
Showing
10 changed files
with
616 additions
and
1,508 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
/** @type {import("eslint").Linter.Config} */ | ||
{ | ||
"extends": ["plugin:@typescript-eslint/recommended"], | ||
"rules": {}, | ||
"reportUnusedDisableDirectives": true | ||
} |
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 |
---|---|---|
@@ -1,35 +1,45 @@ | ||
# Changelog | ||
## 1.0.0 (2023-03-02) | ||
|
||
## [1.0.0-beta.4] - 2023-03-01 | ||
- Enable strict mode | ||
- Simplify class names and html structure | ||
- Add preview variant | ||
- Showcase preview variant in demo | ||
- Internal props as @state protected properties | ||
- Fix [issues with class fields](https://lit.dev/docs/components/properties/#avoiding-issues-with-class-fields), use declare and define defaults in constructor | ||
- Remove excess `request.update()` calls | ||
- Hide protected properties from docs | ||
- Add eslint | ||
|
||
## 1.0.0-beta.4 (2023-03-01) | ||
|
||
- Change bg-color on img components to `bg-inherit` | ||
|
||
## [1.0.0-beta.3] - 2023-03-01 | ||
## 1.0.0-beta.3 (2023-03-01) | ||
|
||
- Add "./lit-weather" to package.json exports | ||
- Add `.js` extension to import in `./lit-weather.ts` | ||
- Add bg color to img element | ||
|
||
## [1.0.0-beta.2] - 2023-03-01 | ||
## 1.0.0-beta.2 (2023-03-01) | ||
|
||
- Add global JSX.IntrinsicElements def for react | ||
- Include custom-elements.json in package.json files array | ||
- Mark optional properties as optional in typescript | ||
|
||
## [1.0.0-beta.1] - 2023-02-28 | ||
## 1.0.0-beta.1 (2023-02-28) | ||
|
||
- Add icons to package.json files array | ||
- Add "demo/assets" to package.json files array | ||
|
||
## [1.0.0-beta.0] - 2023-02-28 | ||
## 1.0.0-beta.0 (2023-02-28) | ||
|
||
- Typescript | ||
|
||
## [1.0.0-alpha.2] - 2020-03-11 | ||
## 1.0.0-alpha.2 (2020-03-11) | ||
|
||
- Add number type support for query property | ||
- dispatch data-changed event | ||
|
||
## [1.0.0-alpha.1] - 2020-03-10 | ||
## 1.0.0-alpha.1 (2020-03-10) | ||
|
||
- Initial commit |
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
Oops, something went wrong.
6c9ed90
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
lit-weather – ./
lit-weather-git-master-ryanburns23.vercel.app
lit-weather-ryanburns23.vercel.app
lit-weather.vercel.app
weather.ryanburns.io