Zihua Li
|
92d9514898
Migrate clipboard to TypeScript
|
2 years ago |
Zihua Li
|
541bd363ac
Merge pull request #3598 from quilljs/zh-ts
|
2 years ago |
Zihua Li
|
7566276cbe
Add ESLint configuration
|
2 years ago |
Zihua Li
|
b5176b55c6
Remove unnecessary expect error directives
|
2 years ago |
Zihua Li
|
b4baafdfb7
Migrate entrypoint to TypeScript
|
2 years ago |
Zihua Li
|
142501bf90
Move eslint config into a separate file
|
2 years ago |
Zihua Li
|
ee8355f717
Migrate blots and formats
|
2 years ago |
Zihua Li
|
26412d595d
Initial TypeScript setup
|
2 years ago |
Zihua Li
|
4262023ad1
Fix selection-change not firing on DOM mutations
|
2 years ago |
Joel Carrier
|
1cdecd3ee0
typo
|
2 years ago |
Zihua Li
|
fdaa793d89
Improve Tab handling in code block
|
2 years ago |
Dora1604
|
2e138a0508
Fix combineFormats with multiple values repeated, closes #3336
|
2 years ago |
Jason Chen
|
271c47d2ef
Merge pull request #3590 from quilljs/zh-table-ot
|
2 years ago |
Zihua Li
|
d00df81e52
Upgrade Parchment to 2.0
|
2 years ago |
Zihua Li
|
fbb887b70e
Merge branch 'develop' into zh-table-ot
|
2 years ago |
Jason Chen
|
0f20a58ace
Merge pull request #3539 from quilljs/zh-init-perf
|
2 years ago |
Jason Chen
|
6cbebf27da
Merge pull request #3538 from quilljs/zh-perf-get-range
|
3 years ago |
Zihua Li
|
40b95fd23e
No need to setContents when container is empty
|
3 years ago |
Zihua Li
|
b212f9eaea
Avoid fetching selections when possible
|
3 years ago |
Zihua Li
|
4313e9036f
Merge branch 'develop' into zh-table-ot
|
3 years ago |
Jason Chen
|
d462f8000f
Merge pull request #3534 from quilljs/zh-cursor-link
|
3 years ago |
Zihua Li
|
9474870a57
Keep cursor unlinked to avoid elements being pushed down inside
|
3 years ago |
Zihua Li
|
e17f0a1c73
Merge branch 'develop' into zh-table-ot
|
3 years ago |
Jason Chen
|
885f1a2367
Merge pull request #3531 from quilljs/zh-no-escape-code
|
3 years ago |
Zihua Li
|
0de00777b6
Move code escaping to `html()`
|
3 years ago |
Zihua Li
|
a1e81dadf1
Merge branch 'develop' into zh-table-ot
|
3 years ago |
Jason Chen
|
cf9d8354b7
Merge pull request #3506 from quilljs/zh-numbered-list
|
3 years ago |
Zihua Li
|
10b120d19e
Other list types should also reset list numbers
|
3 years ago |
Zihua Li
|
3a88c93bd2
Merge branch 'develop' into zh-table-ot
|
3 years ago |
Jason Chen
|
7b3263b68b
Merge pull request #3491 from quilljs/zh-fix-4294967295
|
3 years ago |
Zihua Li
|
baecf47791
Fix getBounds of empty text nodes
|
3 years ago |
Jason Chen
|
74064913af
Merge pull request #3489 from quilljs/zh-get-leaf
|
3 years ago |
Zihua Li
|
ca2c40a42e
getLeaf() should ignore non-leaf blots
|
3 years ago |
luin
|
5268696e35
Upgrade Parchment to make sure Scroll#find() not return nested scroll blots
|
3 years ago |
luin
|
89e4d6838e
Quill.find should accept bubble parameter
|
3 years ago |
Derrick Reimer
|
7125559e02
Fix typo
|
3 years ago |
luin
|
d78cc968d2
Ignore keyboard events triggered from nested quill instances
|
3 years ago |
luin
|
0c4122c441
Fix getRange not work with nested Quill
|
3 years ago |
luin
|
b7b3131c1e
Expose composePosition
|
3 years ago |
luin
|
b65ccee865
Support updating embed content
|
3 years ago |
luin
|
c7e3c37f3d
Rename event names
|
3 years ago |
luin
|
7104087869
Allow different Delta constructors
|
3 years ago |
luin
|
8664379e01
Upgrade delta to fix invert
|
3 years ago |
luin
|
808345825f
Add scroll embed change event
|
3 years ago |
luin
|
37e02ae9e9
Ignore self-manage blots
|
3 years ago |
luin
|
ee1db9b2b5
Register table handler in a module
|
3 years ago |
luin
|
855433f7a8
Add table handler
|
3 years ago |
luin
|
a9c53434a3
Register table handler in a module
|
3 years ago |
luin
|
22d7cf6896
Add table handler
|
3 years ago |
luin
|
4da5c387e8
Upgrade delta for embed retaining
|
3 years ago |