Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(TS): Texts 1st patch #8420

Merged
merged 44 commits into from
Nov 16, 2022
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
091a0dc
transform
ShaMan123 Nov 1, 2022
f13a32b
Update CHANGELOG.md
ShaMan123 Nov 1, 2022
02ef9d7
annotate mixins
ShaMan123 Nov 1, 2022
7a7279b
annotate
ShaMan123 Nov 1, 2022
bf6ed06
auto fixes
ShaMan123 Nov 1, 2022
f61c571
c
ShaMan123 Nov 1, 2022
365eceb
mmm
ShaMan123 Nov 3, 2022
3ee236e
absorb ITextBase
ShaMan123 Nov 3, 2022
a501a6e
types
ShaMan123 Nov 3, 2022
38682f3
Update text_style.mixin.ts
ShaMan123 Nov 3, 2022
9d8a72f
Update itext.class.ts
ShaMan123 Nov 3, 2022
7ea2200
Update text.class.ts
ShaMan123 Nov 3, 2022
1f6d494
Update index.js
ShaMan123 Nov 3, 2022
498d43f
Update textbox.class.ts
ShaMan123 Nov 3, 2022
4f2958a
Update text.class.ts
ShaMan123 Nov 3, 2022
14338c0
Update text.js
ShaMan123 Nov 3, 2022
61c9f73
Update itext.class.ts
ShaMan123 Nov 3, 2022
4e224b6
Update itext.class.ts
ShaMan123 Nov 3, 2022
cd77e5d
Update text.js
ShaMan123 Nov 3, 2022
064d09f
revert junk
ShaMan123 Nov 3, 2022
b392cc1
Update text_to_svg.js
ShaMan123 Nov 3, 2022
8980236
Create Untitled-1.json
ShaMan123 Nov 3, 2022
b9916f1
checkout IText mixins
ShaMan123 Nov 3, 2022
c14fd24
Merge branch 'master' into ts-texts-1
ShaMan123 Nov 3, 2022
0d7bc75
cleanup
ShaMan123 Nov 3, 2022
a5e4e12
Update text.class.ts
ShaMan123 Nov 3, 2022
a9cfab7
Update text.class.ts
ShaMan123 Nov 3, 2022
2529938
Update text.class.ts
ShaMan123 Nov 3, 2022
9f3c09a
Update text.class.ts
ShaMan123 Nov 3, 2022
332e1cd
Update text.class.ts
ShaMan123 Nov 3, 2022
f43022b
Update itext.class.ts
ShaMan123 Nov 3, 2022
110f776
Update text.js
ShaMan123 Nov 3, 2022
d7c29a2
Update text.class.ts
ShaMan123 Nov 3, 2022
18068de
Update text.class.ts
ShaMan123 Nov 3, 2022
008a68c
Merge branch 'master' into ts-texts-1
asturur Nov 13, 2022
fc4af47
vars => const/let, let => scoped const, comments
asturur Nov 14, 2022
b253c02
more var, let, const
asturur Nov 15, 2022
eb1c788
more var, let, const
asturur Nov 16, 2022
b46eaf5
fixes wrong var fiddling
asturur Nov 16, 2022
de3d602
text.class ok
asturur Nov 16, 2022
7bdf614
more const and let and lint
asturur Nov 16, 2022
fcf0f1e
last let var const
asturur Nov 16, 2022
27b65f0
pretty
asturur Nov 16, 2022
1dff5d8
ok all passing
asturur Nov 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [next]

- chore(TS): migrate text classes/mixins [#8408](https://github.com/fabricjs/fabric.js/pull/8408)
- chore(TS): migrate Rect [#8411](https://github.com/fabricjs/fabric.js/pull/8411)
- chore(TS): migrate Ellipse [#8408](https://github.com/fabricjs/fabric.js/pull/8408)
- chore(TS): migrate Triangle to TS [#8410](https://github.com/fabricjs/fabric.js/pull/8410)
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ import './src/filters/gamma_filter.class'; // optional image_filters
import './src/filters/composed_filter.class'; // optional image_filters
import './src/filters/hue_rotation.class'; // optional image_filters
import './src/shapes/text.class'; // optional text
import './src/mixins/text_style.mixin'; // optional text
import './src/shapes/itext.class'; // optional itext
import './src/mixins/itext_behavior.mixin'; // optional itext
import './src/mixins/itext_click_behavior.mixin'; // optional itext
Expand Down
Loading