Commit graph

37 commits

Author SHA1 Message Date
Aria Minaei
3b93370813 Fix the error in cli.ts 2023-08-10 14:43:43 +02:00
Aria Minaei
1483f7d8b0 Implement dev cli 2023-08-08 20:06:06 +02:00
Aria Minaei
73adfa6085 chore: fix tsconfig.all 2023-08-08 10:50:29 +02:00
Aria Minaei
ee3c2ff557 Fix the type error in release.ts 2023-08-07 17:09:59 +02:00
Aria Minaei
546a71d24f Setup docker to produce visual regression tests for linux on non-linux hosts 2023-08-07 15:20:45 +02:00
Aria Minaei
654f5d60a3 Move scripts/ to devEnv/ 2023-08-07 12:18:14 +02:00
Aria Minaei
4fefee863e Move all zx scripts to typescript 2023-08-06 10:15:37 +02:00
Aria Minaei
d228b7635c Switch compat-test scripts to typescript 2023-08-06 09:53:32 +02:00
Aria Minaei
ae8be59366 Implement a basic benchmark test, and deprecate derivation.map()/flatMap()
This starts a new workspace at `packages/benchmarks` where future benchmarks
are going to sit. For now, it only contains a basic profile of a `sequence.play()`
setup.

It also removes all uses of `AbstractDerivation.map()/flatMap()` and uses prisms
instead.
2023-01-04 20:49:35 +01:00
Fülöp
3d10325873
Add tests for Theatre.js + popular setups in the ecosystem (#165)
This implements some basic infra for testing Theatre.js with popular setups such as npm/yarn/pnpm, webpack/vite/parcel, js/ts, etc.

So far, the only existing setup has been with create-react-app. Will add more in the future.

Co-authored-by: Fülöp <fulopkovacs@users.noreply.github.com>
Co-authored-by: Aria Minaei <aria.minaei@gmail.com>
2022-05-17 20:53:01 +02:00
Aria
3c369b435e
Use vite for playground (#84) 2022-02-27 21:25:15 +01:00
Aria Minaei
fdd7963bb2 Add a tsconfig to /devEnv
Now that /devEnv has more than one typescript file, it should have its own typescript project
2022-02-24 17:04:56 +01:00
Aria Minaei
cf9b35bb4d Renamed the script 'deploy' to 'release' 2021-10-04 14:25:11 +02:00
Aria Minaei
e32a456966 Moved shell scripts to scripts/ 2021-10-04 13:17:29 +02:00
Aria Minaei
14173fde0a Formatting changes for api docs 2021-10-04 10:39:12 +02:00
Aria Minaei
90520dfb25 Started adopting api-extractor 2021-10-02 13:48:02 +02:00
Aria Minaei
614685eb9e Small fix to deploy.mjs 2021-10-01 12:33:36 +02:00
Aria Minaei
c8f423d43f Added npm tagging to deploy.mjs 2021-10-01 11:11:45 +02:00
Aria Minaei
1eea1422ef Included @theatre/browser-bundles in the deploy script 2021-09-30 22:02:13 +02:00
Aria Minaei
e14ba296f2 Added examples/basic-dom to CI 2021-09-22 09:30:42 +02:00
Aria Minaei
3245278aac Removed @theatre/r3f from same-version build 2021-09-20 11:10:57 +02:00
Aria Minaei
4f66d57cf8 Renamed @theatre/plugin-r3f to @theatre/r3f 2021-09-06 10:19:10 +02:00
Aria Minaei
1452c9ebbe Renamed @theatre/dataverse-react to @theatre/react 2021-09-05 23:07:02 +02:00
Aria Minaei
f24e2b96d5 Removed the automatically generated docs
I tried to generate the API section of the docs automatically from tsdoc comments. That failed for the follwing reasons:
1. It has been difficult to configure the layout of the API docs, such as, what information to show, how to sort the information, etc. I kept getting less relevant parts of the API show up before the more important parts. I would have had to write a plugin/theme for typedoc to fix that, which doesn't seem worth the effort.
2. The generated docs don't seem to be nearly as useful as the docs shown in the editor. It's just easier to browse the API in an IDE than on a static website.
3. Docs must have a narrative (we're trying to walk the user through the library) which goes against the unordered nature of automatically generated docs.
2021-09-05 13:51:42 +02:00
Aria Minaei
e201eeee5b More progress with docs 2021-09-05 13:40:15 +02:00
Aria Minaei
58fbbb5053 Fix the quote issue in yarn deploy 2021-08-08 10:52:31 +02:00
Aria Minaei
8aaf3ce379 Fixed the typo in 's semver regex 2021-08-07 23:39:27 +02:00
Aria Minaei
54480555a1 Added the option to only bundle js in yarn deploy 2021-08-07 23:35:11 +02:00
Aria Minaei
1f269a0b77 Fixed the path bug in yarn deploy 2021-08-06 11:46:46 +02:00
Aria Minaei
8754de9e7f Added prettier to yarn deploy 2021-08-06 11:44:20 +02:00
Aria Minaei
5182865412 Removed the '$' character from commit message of $ yarn deploy 2021-08-06 11:15:32 +02:00
Aria Minaei
a7f464d3f2 Streamlined yarn deploy 2021-08-05 23:37:59 +02:00
Aria Minaei
a34a02b599 Added option to skip linting in the deploy script 2021-08-05 22:58:01 +02:00
Aria Minaei
ffe8971c55 Finished the deploy script 2021-08-04 22:59:30 +02:00
Aria Minaei
c2b5dca63b Simplified the deployment script
* Implemented yarn run deploy, which deploys all packages to npm, with the same version assigned to all of them.
2021-08-04 21:51:25 +02:00
Aria Minaei
553f118ab0 Fix filename cases 2021-06-18 14:19:21 +02:00
Aria Minaei
4a7303f40a Initial OSS commit 2021-06-18 13:05:06 +02:00