-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from JsDaddy/feat/118
Feat/118
- Loading branch information
Showing
43 changed files
with
476 additions
and
385 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"*.{ts,js,json}": [ | ||
"eslint --report-unused-disable-directives --max-warnings 0 --fix", | ||
"prettier --write" | ||
"prettier . --write" | ||
], | ||
"*.scss": "stylelint --fix" | ||
} | ||
} |
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,7 +1,7 @@ | ||
branches: | ||
- develop | ||
- develop | ||
|
||
plugins: | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' | ||
- '@semantic-release/commit-analyzer' | ||
- '@semantic-release/github' | ||
- 'semantic-release-export-data' |
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,6 +3,7 @@ | |
/tmp | ||
/out-tsc | ||
/bazel-out | ||
/src/styles.scss | ||
|
||
# Node | ||
/node_modules | ||
|
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 |
---|---|---|
@@ -1,50 +1,57 @@ | ||
# 18.0.4(2024-10-25) | ||
|
||
### Feature | ||
|
||
- add tailwind | ||
- change interface to type, remove prefix "I" | ||
- update dependencies | ||
- add ESLint strict rules | ||
|
||
# 17.3.2(2024-03-29) | ||
|
||
### Feature | ||
|
||
- change decorators to signals | ||
- change decorators to signals | ||
|
||
<a name="17.0.0"></a> | ||
|
||
# 17.0.0(2023-11-28) | ||
|
||
### Feature | ||
|
||
- update ng 17.x | ||
- update ng 17.x | ||
|
||
<a name="17.0.0"></a> | ||
|
||
|
||
# 16.0.1(2023-10-03) | ||
|
||
### Feature | ||
|
||
- update dependencies | ||
- update dependencies | ||
|
||
# 16.0.0(2023-07-07) | ||
|
||
### Feature | ||
|
||
- update ng 16.x | ||
- update ng 16.x | ||
|
||
<a name="16.0.0"></a> | ||
|
||
# 15.0.0(2022-26-12) | ||
|
||
### Feature | ||
- update to ng15 | ||
|
||
<a name="15.0.0"></a> | ||
- update to ng15 | ||
|
||
<a name="15.0.0"></a> | ||
|
||
<a name="6.0.0"></a> | ||
# [6.0.0 base functionality] (2018-05-17) | ||
|
||
# [6.0.0 base functionality] (2018-05-17) | ||
|
||
<a name="6.1.0"></a> | ||
|
||
# [6.1.0 base functionality] (2018-05-21) | ||
|
||
<p>Custom styles(background, color, size) for image and wrapper</p> | ||
<p>Custom animations for image rotation</p> | ||
|
||
|
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
Oops, something went wrong.