This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
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 #198 from agile-ts/develop
'New Release 🎉
- Loading branch information
Showing
156 changed files
with
2,012 additions
and
1,576 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,23 @@ | ||
--- | ||
'@agile-ts/api': patch | ||
'@agile-ts/core': patch | ||
'cra-template-agile': patch | ||
'cra-template-agile-typescript': patch | ||
'@agile-ts/event': patch | ||
'@agile-ts/logger': patch | ||
'@agile-ts/multieditor': patch | ||
'@agile-ts/proxytree': patch | ||
'@agile-ts/react': patch | ||
'@agile-ts/utils': patch | ||
'@agile-ts/vue': patch | ||
--- | ||
|
||
#### :nail_care: Polish | ||
* `api`, `core`, `cra-template-agile-typescript`, `cra-template-agile`, `event`, `logger`, `multieditor`, `proxytree`, `react`, `utils`, `vue` | ||
* [#194](https://github.com/agile-ts/agile/pull/194) Commonjs issue ([@bennodev19](https://github.com/bennodev19)) | ||
* `core` | ||
* [#195](https://github.com/agile-ts/agile/pull/195) Removed `internal.ts` and resolved cycle dependencies ([@bennodev19](https://github.com/bennodev19)) | ||
|
||
#### Committers: 1 | ||
- BennoDev ([@bennodev19](https://github.com/bennodev19)) | ||
|
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,11 @@ | ||
--- | ||
name: 🆘 Support, Help, and Advice | ||
about: 👉🏽 Need help or tech support? Please don't open an issue! Head to https://github.com/agile-ts/agile/discussions or https://stackoverflow.com/questions/tagged/agile-ts. | ||
--- | ||
|
||
Hey there! If you need help or tech support then this is not the place to ask. | ||
Please head to the [AgileTs Discord](https://discord.com/T9GzreAwPH) instead | ||
or post a question to [Stackoverflow](https://stackoverflow.com/questions/tagged/agile-ts). | ||
|
||
If you arrived here because you think AgileTs's documentation is unclear, | ||
insufficient or wrong, please consider creating an issue for the documentation [here](https://github.com/agile-ts/documentation) instead. |
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 |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
"trailingComma": "es5", | ||
"endOfLine": "lf", | ||
"semi": 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
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 |
---|---|---|
|
@@ -3,16 +3,28 @@ | |
|
||
|
||
"@agile-ts/api@file:.yalc/@agile-ts/api": | ||
version "0.0.14" | ||
version "0.0.22" | ||
dependencies: | ||
"@agile-ts/utils" "^0.0.8" | ||
|
||
"@agile-ts/core@file:.yalc/@agile-ts/core": | ||
version "0.0.13" | ||
version "0.2.3" | ||
dependencies: | ||
"@agile-ts/utils" "^0.0.8" | ||
|
||
"@agile-ts/event@file:.yalc/@agile-ts/event": | ||
version "0.0.11" | ||
|
||
"@agile-ts/multieditor@file:.yalc/@agile-ts/multieditor": | ||
version "0.0.13" | ||
version "0.0.21" | ||
|
||
"@agile-ts/react@file:.yalc/@agile-ts/react": | ||
version "0.0.14" | ||
version "0.2.0" | ||
|
||
"@agile-ts/utils@^0.0.8": | ||
version "0.0.8" | ||
resolved "https://registry.yarnpkg.com/@agile-ts/utils/-/utils-0.0.8.tgz#ab9e1eeaddf282340936bddeb74421a2f77de804" | ||
integrity sha512-ex19gPIS5imgV+rzs5HE2CNAIkQ162hPWH5u3HKNZnHiVU6FX62sikH5tG2oQocbDb7FkeB16D7v9ihQeuKYug== | ||
|
||
"@babel/[email protected]": | ||
version "7.8.3" | ||
|
13 changes: 5 additions & 8 deletions
13
examples/react/develop/functional-component-ts/src/core/index.ts
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 |
---|---|---|
|
@@ -8,9 +8,9 @@ | |
"@agile-ts/utils" "^0.0.7" | ||
|
||
"@agile-ts/core@file:.yalc/@agile-ts/core": | ||
version "0.2.0-alpha.4" | ||
version "0.2.0" | ||
dependencies: | ||
"@agile-ts/utils" "^0.0.7" | ||
"@agile-ts/utils" "^0.0.8" | ||
|
||
"@agile-ts/event@file:.yalc/@agile-ts/event": | ||
version "0.0.10" | ||
|
@@ -27,13 +27,18 @@ | |
version "0.0.5" | ||
|
||
"@agile-ts/react@file:.yalc/@agile-ts/react": | ||
version "0.2.0-alpha.1" | ||
version "0.2.0" | ||
|
||
"@agile-ts/utils@^0.0.7": | ||
version "0.0.7" | ||
resolved "https://registry.yarnpkg.com/@agile-ts/utils/-/utils-0.0.7.tgz#3dd1add6b9f63d0a5bf35e71f54ac46448ae047f" | ||
integrity sha512-OviTDC+ZbfyiUx8Gy8veS6YymC/tT6UeP23nT8V0EQV4F2MmuWqZ2yiKk+AYxZx8h74Ey8BVEUX6/ntpxhSNPw== | ||
|
||
"@agile-ts/utils@^0.0.8": | ||
version "0.0.8" | ||
resolved "https://registry.yarnpkg.com/@agile-ts/utils/-/utils-0.0.8.tgz#ab9e1eeaddf282340936bddeb74421a2f77de804" | ||
integrity sha512-ex19gPIS5imgV+rzs5HE2CNAIkQ162hPWH5u3HKNZnHiVU6FX62sikH5tG2oQocbDb7FkeB16D7v9ihQeuKYug== | ||
|
||
"@babel/[email protected]": | ||
version "7.8.3" | ||
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.8.3.tgz#33e25903d7481181534e12ec0a25f16b6fcf419e" | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.