83544a9ea8
following up on https://discord.com/channels/859816885297741824/1162726738774720574/1211715924613275681 several things here: - `docs/api/.*json` were out-of-date — seems like fetch-api-source should run automatically? shouldn't `build-api` also override this directory? in particular, tldraw.api.json still had a ton of references to the old @tldraw/tldraw package - the main problem was that `generateApiContent` was failing silently. we were relying on Promises and this broke silently because we never handled exceptions. i got rid of the Promise as it was unnecessary and made the exceptions bubble up - two things were broken in the docs and those are fixed, so now the missing entries will resurface ### Change Type - [x] `documentation` — Changes to the documentation only[^2] --------- Co-authored-by: Steve Ruiz <steveruizok@gmail.com>
24 lines
561 B
Text
24 lines
561 B
Text
---
|
|
title: v2.0.0
|
|
description: Examples
|
|
author: tldraw
|
|
date: 2/29/2024
|
|
order: 5
|
|
status: published
|
|
---
|
|
|
|
[View on GitHub](https://github.com/tldraw/tldraw/releases/tag/v2.0.0)
|
|
|
|
#### ⚠️ Pushed to `main`
|
|
|
|
- `@tldraw/tldraw`, `tldraw`
|
|
- updatereadmes ([@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### 📝 Documentation
|
|
|
|
- `@tldraw/tldraw`
|
|
- Update readmes / docs for 2.0 [#3011](https://github.com/tldraw/tldraw/pull/3011) ([@steveruizok](https://github.com/steveruizok))
|
|
|
|
#### Authors: 1
|
|
|
|
- Steve Ruiz ([@steveruizok](https://github.com/steveruizok))
|