Commit graph

19 commits

Author SHA1 Message Date
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