Tldraw/packages/tldraw/CHANGELOG.md

311 wiersze
5.2 KiB
Markdown
Czysty Zwykły widok Historia

2021-11-26 22:04:19 +00:00
## 1.1.6
2021-11-27 11:13:05 +00:00
- Fix bug when creating arrows and lines.
## 1.1.6
2021-11-27 09:50:38 +00:00
- Adds spellcheck to text and stickies.
## 1.1.6
2021-11-26 22:04:19 +00:00
- Fixes bugs in VS Code extension.
## 1.1.5
- Adds grid, clone handles.
2021-11-23 15:13:02 +00:00
## 1.1.4
- Adds undo and redo buttons at smaller breakpoints.
## 1.1.3
2021-11-22 16:18:20 +00:00
- Adds ability to copying text / sticky notes.
- Adds line tool (an arrow without decorations).
- Fixes bad README links.
- Fixes keyboard shortcuts for tools.
- Adds `onChangePresence` and `onChangePage` for multiplayer.
2021-11-20 15:21:43 +00:00
## 1.1.1
- Adds shift modifier to snap arrows to a 15 degree angle.
2021-11-20 13:31:00 +00:00
## 1.1.0
2021-11-20 13:27:45 +00:00
- Adds text styles (alignment and font family)
- Fixes zoom shortcuts on VS Code extension
- Adds zoom shortcuts for numpad
- Fixes delete keyboard shortcuts on PC
2021-11-19 15:01:41 +00:00
## 1.0.4
- Fixes bug in selected styles menu
- Fixes page options dialog for page rename / delete
- Fixes bug in arrow -> elipse intersections
- Fixes sign in / sign out buttons both appearing
- Fixes line breaks for sticky notes
- Improves performance (related to menu bug above)
- Sets default behavior of copyJson and copySvg when no shapes are selected
2021-11-17 11:50:30 +00:00
## 1.0.3
- Improves compatibility with Create React App.
2021-11-17 11:24:12 +00:00
## 1.0.2
- Bumps rko dependency.
2021-11-17 11:09:12 +00:00
## 1.0.1
- Improves appearance of action menu and delete button while disabled
- Adds "resize from center" for transform sessions. Hold the Alt or Option key while resizing to preserve the selection's center point.
## 1.0.0
Breaking
- Renames many props, components (e.g. `TLDrawState` to `TLDrawApp`)
Improvements
- Updates UI in toolbars, menus.
- Simplifies state and context.
- Adds and updtes tests.
- Renames TLDraw to tldraw throughout the app and documentation.
- Renames TLDrawState to TldrawApp, state to app.
- Improves action menu
- Improves dark colors
- Consolidates style menu
- Fixes performance bug with menus
- Fixes text formatting in Text shapes
New
- Adds shape menu
- Adds eraser tool (click or drag to erase)
- Adds `darkMode` prop for controlling dark mode UI.
- Double-click a tool icon to toggle "tool lock". This will prevent the app from returning to the select tool after creating a shape.
2021-11-12 22:30:35 +00:00
## 0.1.17
2021-11-12 22:22:39 +00:00
- Fixes "shifting" bug with drawing tool. Finally!
2021-11-11 11:41:04 +00:00
## 0.1.13
- Fixes bugs related to `readOnly` mode.
## 0.1.12
2021-11-11 09:56:56 +00:00
- Fixes behavior of context menu.
2021-11-11 11:41:04 +00:00
## 0.1.11
2021-11-11 09:56:56 +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:59 +00:00
- Fixes spacing in text and sticky shapes.
2021-11-09 14:37:52 +00:00
## 0.1.7
- Fixes text and sticky shapes on iOS.
## 0.1.4
2021-11-06 08:08:59 +00:00
- UI bug fixes.
2021-11-05 21:14:12 +00:00
## 0.1.3
2021-11-06 08:08:59 +00:00
- Update dependencies.
2021-11-05 21:14:12 +00:00
## 0.1.2
- Improve migrations.
## 0.1.1
2021-11-06 08:08:59 +00:00
- Update dependencies.
## 0.1.0
2021-11-06 08:08:59 +00:00
- Mark dependencies as external.
- Revamp UI
## 0.0.133
- Removed libraries (vec, svg, and intersect) to their own repositories.
## 0.0.133
- Migration for bindings.
## 0.0.132
- Fix bug with bounds handles.
## 0.0.131
### TLCore
- Extracted into its own repository (`tldraw/core`) and open sourced! :clap:
### tldraw
- Updated with latest `@tldraw/core`, updated ShapeUtils API.
## 0.0.130
### TLCore
2021-11-06 08:08:59 +00:00
- Major change to ShapeUtils API.
### tldraw
- Rewrite utils with new API.
## 0.0.126
### tldraw
- Swap behavior of command and alt keys in arrow shapes.
## 0.0.125
### tldraw
- Bug fixes.
## 0.0.124
### tldraw
- Fix typings.
## 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.
## 0.0.122
### tldraw
- Adds snapping for transforming shapes.
## 0.0.121
### Core
- Adds `snapLines`.
### tldraw
- Adds shape snapping while translating. Hold Command/Control to disable while dragging.
## 0.0.120
### tldraw
- Improves rectangle rendering.
- Improves zoom to fit and zoom to selection.
## 0.0.119
### tldraw
- Fixes bug with bound arrows after undo.
## 0.0.118
### 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.
## 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.
## 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).
## 0.0.114
### tldraw
- Improves fills for filled shapes.
## 0.0.113
### tldraw
- Improves grouping and ungrouping.
## 0.0.112
### tldraw
- Fixes centering on embedded tldraw components.
- Removes expensive calls to window.
## 0.0.111
### tldraw
- Adjust stroke widths and sizes.
- Fixes a bug on very small dashed shapes.
## 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.
## 0.0.109
### tldraw
- Bumps perfect-freehand
- Fixes dots for small sized draw shapes
## 0.0.108
- Adds CHANGELOG. Only 108 releases late!
### tldraw
- Fixes a bug with bounding boxes on arrows.