Tldraw/CHANGELOG.md

219 wiersze
3.0 KiB
Markdown
Czysty Zwykły widok Historia

2021-11-11 11:41:04 +00:00
## 0.1.13
- Fixes bugs related to `readOnly` mode.
2021-11-11 09:58:11 +00:00
## 0.1.12
2021-11-11 09:56:21 +00:00
- Fixes behavior of context menu.
2021-11-11 09:58:11 +00:00
## 0.1.11
2021-11-11 09:56:21 +00:00
- Fixes appearance of keyboard shortcuts in tooltips.
2021-11-10 12:11:24 +00:00
## 0.1.10
2021-11-10 12:07:48 +00:00
- Fixes spacing in text and sticky shapes.
2021-11-09 14:37:32 +00:00
## 0.1.7
- Fixes text and sticky shapes on iOS.
2021-11-06 08:07:43 +00:00
## 0.1.4
- UI bug fixes.
## 0.1.3
2021-11-06 08:07:43 +00:00
- Update dependencies.
2021-11-04 15:52:39 +00:00
## 0.1.2
- Improve migrations.
2021-11-04 13:16:26 +00:00
## 0.1.1
2021-11-06 08:07:43 +00:00
- Update dependencies.
2021-11-04 13:16:26 +00:00
2021-11-04 13:00:51 +00:00
## 0.1.0
2021-11-06 08:07:43 +00:00
- Mark dependencies as external.
2021-11-04 13:00:51 +00:00
- Revamp UI
2021-10-28 21:50:22 +00:00
## 0.0.133
2021-11-01 15:29:37 +00:00
- Removed libraries (vec, svg, and intersect) to their own repositories.
## 0.0.133
2021-10-28 21:50:22 +00:00
- Migration for bindings.
2021-10-28 21:33:55 +00:00
## 0.0.132
- Fix bug with bounds handles.
2021-10-28 16:50:58 +00:00
## 0.0.131
### TLCore
- Extracted into its own repository (`tldraw/core`) and open sourced! :clap:
### TLDraw
- Updated with latest `@tldraw/core`, updated ShapeUtils API.
2021-10-27 16:21:49 +00:00
## 0.0.130
### TLCore
2021-11-06 08:07:43 +00:00
- Major change to ShapeUtils API.
2021-10-27 16:21:49 +00:00
### TLDraw
- Rewrite utils with new API.
2021-10-22 14:07:47 +00:00
## 0.0.126
### TLDraw
- Swap behavior of command and alt keys in arrow shapes.
## 0.0.125
### TLDraw
- Bug fixes.
2021-10-19 11:29:56 +00:00
## 0.0.124
### TLDraw
- Fix typings.
2021-10-19 11:28:33 +00:00
## 0.0.123
### TLDraw
- Adds bound shape controls.
- Drag a bound shape control to translate shapes in that direction.
- Double click bound shape controls to select shapes in that direction.
- Fix bug in arrow decorations toggle.
2021-10-18 14:34:43 +00:00
## 0.0.122
### TLDraw
- Adds snapping for transforming shapes.
2021-10-18 13:32:45 +00:00
## 0.0.121
### Core
- Adds `snapLines`.
### TLDraw
- Adds shape snapping while translating. Hold Command/Control to disable while dragging.
2021-10-17 08:55:57 +00:00
## 0.0.120
### TLDraw
- Improves rectangle rendering.
- Improves zoom to fit and zoom to selection.
2021-10-16 22:22:15 +00:00
## 0.0.119
### TLDraw
- Fixes bug with bound arrows after undo.
## 0.0.118
2021-10-16 20:44:58 +00:00
### Core
- Improves multiplayer features.
### TLDraw
- Fixes bugs in text, arrows, stickies.
- Adds start binding for new arrows.
- Adds copy painting (alt + shift + drag).
- Adds side clonig.
- Adds clone dragging.
2021-10-15 13:12:19 +00:00
## 0.0.116
### Core
- Improves rendering on Safari.
### TLDraw
- Improves rendering on Safari.
- Minor bug fixes around selection.
- Fixes bug when undoing a newly created shape.
2021-10-14 15:42:54 +00:00
## 0.0.115
### Core
- Adds [side cloning](https://github.com/tldraw/tldraw/pull/149).
- Improves rendering.
### TLDraw
- Adds sticky note [side cloning](https://github.com/tldraw/tldraw/pull/149).
2021-10-10 16:36:42 +00:00
## 0.0.114
### TLDraw
- Improves fills for filled shapes.
2021-10-10 13:13:32 +00:00
## 0.0.113
### TLDraw
- Improves grouping and ungrouping.
## 0.0.112
2021-10-10 09:52:28 +00:00
### TLDraw
2021-10-10 12:13:39 +00:00
- Fixes centering on embedded TLDraw components.
- Removes expensive calls to window.
## 0.0.111
### TLDraw
2021-10-10 09:52:28 +00:00
- Adjust stroke widths and sizes.
- Fixes a bug on very small dashed shapes.
2021-10-09 14:00:14 +00:00
## 0.0.110
### Core
- Adds `user` and `users` props (optional) for multiplayer cursors. This feature is very lightly implemented.
### TLDraw
- Adds multiplayer support.
- Adds `showMenu` and `showPages` props.
- Adds `mergeState`, `updateUsers`, and `removeUser` methods.
2021-10-08 11:35:16 +00:00
## 0.0.109
### TLDraw
- Bumps perfect-freehand
- Fixes dots for small sized draw shapes
2021-10-07 15:07:23 +00:00
## 0.0.108
- Adds CHANGELOG. Only 108 releases late!
2021-10-08 11:35:16 +00:00
### TLDraw
2021-10-07 15:07:23 +00:00
- Fixes a bug with bounding boxes on arrows.