Tldraw/packages/core/CHANGELOG.md

200 wiersze
3.5 KiB
Markdown
Czysty Zwykły widok Historia

# Changelog
## 1.14.0-next.0
### Minor Changes
- Bump dependencies, add international support.
2022-06-02 16:18:48 +00:00
## 1.13.1
### Patch Changes
- Improve eraser scribble.
2022-06-01 14:34:20 +00:00
## 1.13.0
### Minor Changes
- Add erase line, bump dependencies.
2022-05-18 13:04:05 +00:00
## 1.12.0
### Minor Changes
- Fixes zooming and pinching bugs. Adds ErrorBoundary to Tldraw component. Cleans up sponosrship feature in menu.
2022-05-14 21:24:03 +00:00
## 1.11.1
### Patch Changes
- Improve clipboard, SVG text.
2022-05-14 09:51:12 +00:00
## 1.11.0
### Minor Changes
- Prevent clipboard events inside of text from reaching the document. Fix various clipboard-related bugs in tldraw.
2022-05-11 13:34:07 +00:00
## 1.10.0
### Minor Changes
- This update changes how clipboard actions (cut, copy, paste) and exports work. Significantly, image exports are no longer handled via a server-side integration, and are instead handled locally on the client. This allows now for exports in the VS Code extension, as well as greatly simplifying exports for apps that embed the Tldraw React component.
2022-03-09 16:02:51 +00:00
## 1.9.1
### Patch Changes
- Fix publish version.
## 1.9.0
### Minor Changes
- - Adds menu item for CAD-selection
- Adds scrolling to menus
- Fixes "dot" shapes created when clicking with geometric tools
- Fixes wrong text bounds when fonts load
- Adds export to VS Code extension.
2022-02-15 12:41:35 +00:00
## 1.8.0
### Minor Changes
- Improves camera (zoom and pan).
### Patch Changes
- e8dd64ba: Fix text in multiplayer
- Updated dependencies [e8dd64ba]
- @tldraw/intersect@1.7.1
## 1.7.0
### Minor Changes
- Update dependencies and monorepo.
### Patch Changes
- Updated dependencies
- @tldraw/intersect@1.7.0
- @tldraw/vec@1.7.0
## 1.5.0
- Fix propagation on pointer move events.
## 1.4.3
- Update README
- Update LICENSE year
2021-12-27 12:32:07 +00:00
## 1.4.0
- Adds support for performance modes.
2021-12-27 12:32:07 +00:00
- Makes assets an optional prop for the Renderer.
2021-12-25 18:28:37 +00:00
## 1.3.0
- Adds assets for image and video shape types.
2021-12-22 14:11:29 +00:00
## 1.2.10
- Fix bug in shape events.
2021-12-22 00:46:17 +00:00
## 1.2.9
- Improves multiplayer cursor appearance.
2021-11-28 10:30:16 +00:00
## 1.2.2
2021-11-28 10:08:59 +00:00
- Adds mobx and support for mobx observables in the Renderer's props.
- Removes unused code.
## 0.1.21
New:
- Adds the `isGhost` prop to `TLShape`. In `TLComponentProps`, the `isGhost` prop will be true if either a shape has its `isGhost` set to `true` OR if a shape is the descendant of a shape with `isGhost` set to `true`. A ghost shape will have the `tl-ghost` class name, though this is not used in the Renderer. You can set it yourself in your app.
- Adds the `isChildOfSelected` prop for `TLComponentProps`. If a shape is the child of a selected shape, its `isChildOfSelected` prop will be true.
Improved:
- Fixes a bug that could occur with the order of grouped shapes.
- Adds an Eraser tool to the advanced example.
- Adds a Pencil tool to the advanced example.
## 0.1.20
- Update docs.
- Adds `hideResizeHandles` prop.
## 0.1.19
- Remove stray `index.js` files.
## 0.1.18
- Even more dependency fixes.
## 0.1.17
- More dependency fixes.
## 0.1.16
- Fix dependencies, remove `@use-gesture/react` from bundle.
## 0.1.15
- Fix README.
## 0.1.14
- Add README to package.
## 0.1.13
- Remove `type` from `TLBinding`.
## 0.1.12
- Fix bug with initial bounds.
## 0.1.12
- Fix bug with initial bounds.
## 0.1.12
- Fix bug with bounds handle events.
## 0.1.11
- Fix bug with initial camera state.
## 0.1.10
- Improve example.
- Improve types for `TLPage`.
## 0.1.9
- Bug fixes.
## 0.1.8
- Expands README.
- Removes properties specific to the tldraw app.
## 0.1.7
- Fixes selection bug with SVGContainer.
- Removes various properties specific to the tldraw app.
## 0.1.0
- Re-writes API for ShapeUtils.