Bläddra i källkod

Remove copy-files

main
Steve Ruiz 4 år sedan
förälder
incheckning
d13e25b5b0
4 ändrade filer med 6 tillägg och 230 borttagningar
  1. 0
    218
      CHANGELOG.md
  2. 4
    0
      packages/tldraw/CHANGELOG.md
  3. 2
    2
      packages/tldraw/package.json
  4. 0
    10
      packages/tldraw/scripts/copy-files.js

+ 0
- 218
CHANGELOG.md Visa fil

@@ -1,218 +0,0 @@
1
-## 0.1.13
2
-
3
-- Fixes bugs related to `readOnly` mode.
4
-
5
-## 0.1.12
6
-
7
-- Fixes behavior of context menu.
8
-
9
-## 0.1.11
10
-
11
-- Fixes appearance of keyboard shortcuts in tooltips.
12
-
13
-## 0.1.10
14
-
15
-- Fixes spacing in text and sticky shapes.
16
-
17
-## 0.1.7
18
-
19
-- Fixes text and sticky shapes on iOS.
20
-
21
-## 0.1.4
22
-
23
-- UI bug fixes.
24
-
25
-## 0.1.3
26
-
27
-- Update dependencies.
28
-
29
-## 0.1.2
30
-
31
-- Improve migrations.
32
-
33
-## 0.1.1
34
-
35
-- Update dependencies.
36
-
37
-## 0.1.0
38
-
39
-- Mark dependencies as external.
40
-- Revamp UI
41
-
42
-## 0.0.133
43
-
44
-- Removed libraries (vec, svg, and intersect) to their own repositories.
45
-
46
-## 0.0.133
47
-
48
-- Migration for bindings.
49
-
50
-## 0.0.132
51
-
52
-- Fix bug with bounds handles.
53
-
54
-## 0.0.131
55
-
56
-### TLCore
57
-
58
-- Extracted into its own repository (`tldraw/core`) and open sourced! :clap:
59
-
60
-### TLDraw
61
-
62
-- Updated with latest `@tldraw/core`, updated ShapeUtils API.
63
-
64
-## 0.0.130
65
-
66
-### TLCore
67
-
68
-- Major change to ShapeUtils API.
69
-
70
-### TLDraw
71
-
72
-- Rewrite utils with new API.
73
-
74
-## 0.0.126
75
-
76
-### TLDraw
77
-
78
-- Swap behavior of command and alt keys in arrow shapes.
79
-
80
-## 0.0.125
81
-
82
-### TLDraw
83
-
84
-- Bug fixes.
85
-
86
-## 0.0.124
87
-
88
-### TLDraw
89
-
90
-- Fix typings.
91
-
92
-## 0.0.123
93
-
94
-### TLDraw
95
-
96
-- Adds bound shape controls.
97
-- Drag a bound shape control to translate shapes in that direction.
98
-- Double click bound shape controls to select shapes in that direction.
99
-- Fix bug in arrow decorations toggle.
100
-
101
-## 0.0.122
102
-
103
-### TLDraw
104
-
105
-- Adds snapping for transforming shapes.
106
-
107
-## 0.0.121
108
-
109
-### Core
110
-
111
-- Adds `snapLines`.
112
-
113
-### TLDraw
114
-
115
-- Adds shape snapping while translating. Hold Command/Control to disable while dragging.
116
-
117
-## 0.0.120
118
-
119
-### TLDraw
120
-
121
-- Improves rectangle rendering.
122
-- Improves zoom to fit and zoom to selection.
123
-
124
-## 0.0.119
125
-
126
-### TLDraw
127
-
128
-- Fixes bug with bound arrows after undo.
129
-
130
-## 0.0.118
131
-
132
-### Core
133
-
134
-- Improves multiplayer features.
135
-
136
-### TLDraw
137
-
138
-- Fixes bugs in text, arrows, stickies.
139
-- Adds start binding for new arrows.
140
-- Adds copy painting (alt + shift + drag).
141
-- Adds side clonig.
142
-- Adds clone dragging.
143
-
144
-## 0.0.116
145
-
146
-### Core
147
-
148
-- Improves rendering on Safari.
149
-
150
-### TLDraw
151
-
152
-- Improves rendering on Safari.
153
-- Minor bug fixes around selection.
154
-- Fixes bug when undoing a newly created shape.
155
-
156
-## 0.0.115
157
-
158
-### Core
159
-
160
-- Adds [side cloning](https://github.com/tldraw/tldraw/pull/149).
161
-- Improves rendering.
162
-
163
-### TLDraw
164
-
165
-- Adds sticky note [side cloning](https://github.com/tldraw/tldraw/pull/149).
166
-
167
-## 0.0.114
168
-
169
-### TLDraw
170
-
171
-- Improves fills for filled shapes.
172
-
173
-## 0.0.113
174
-
175
-### TLDraw
176
-
177
-- Improves grouping and ungrouping.
178
-
179
-## 0.0.112
180
-
181
-### TLDraw
182
-
183
-- Fixes centering on embedded TLDraw components.
184
-- Removes expensive calls to window.
185
-
186
-## 0.0.111
187
-
188
-### TLDraw
189
-
190
-- Adjust stroke widths and sizes.
191
-- Fixes a bug on very small dashed shapes.
192
-
193
-## 0.0.110
194
-
195
-### Core
196
-
197
-- Adds `user` and `users` props (optional) for multiplayer cursors. This feature is very lightly implemented.
198
-
199
-### TLDraw
200
-
201
-- Adds multiplayer support.
202
-- Adds `showMenu` and `showPages` props.
203
-- Adds `mergeState`, `updateUsers`, and `removeUser` methods.
204
-
205
-## 0.0.109
206
-
207
-### TLDraw
208
-
209
-- Bumps perfect-freehand
210
-- Fixes dots for small sized draw shapes
211
-
212
-## 0.0.108
213
-
214
-- Adds CHANGELOG. Only 108 releases late!
215
-
216
-### TLDraw
217
-
218
-- Fixes a bug with bounding boxes on arrows.

+ 4
- 0
packages/tldraw/CHANGELOG.md Visa fil

@@ -1,3 +1,7 @@
1
+## 0.1.14
2
+
3
+- Fixes "shifting" bug with drawing tool. Finally!
4
+
1 5
 ## 0.1.13
2 6
 
3 7
 - Fixes bugs related to `readOnly` mode.

+ 2
- 2
packages/tldraw/package.json Visa fil

@@ -24,7 +24,7 @@
24 24
   "scripts": {
25 25
     "start:electron": "yarn start",
26 26
     "start": "node scripts/dev & yarn types:dev",
27
-    "build": "node scripts/build && yarn types:build && node scripts/copy-files",
27
+    "build": "node scripts/build && yarn types:build",
28 28
     "types:dev": "tsc -w",
29 29
     "types:build": "tsc -p tsconfig.build.json && tsconfig-replace-paths -p tsconfig.build.json",
30 30
     "lint": "eslint src/ --ext .ts,.tsx",
@@ -59,4 +59,4 @@
59 59
     "tsconfig-replace-paths": "^0.0.5"
60 60
   },
61 61
   "gitHead": "083b36e167b6911927a6b58cbbb830b11b33f00a"
62
-}
62
+}

+ 0
- 10
packages/tldraw/scripts/copy-files.js Visa fil

@@ -1,10 +0,0 @@
1
-/* eslint-disable */
2
-const fs = require('fs')
3
-
4
-const filesToCopy = ['CHANGELOG.md', 'LICENSE.md', 'card-repo.png']
5
-
6
-filesToCopy.forEach((file) => {
7
-  fs.copyFile(`../../${file}`, `./${file}`, (err) => {
8
-    if (err) throw err
9
-  })
10
-})

Laddar…
Avbryt
Spara