Kevin Jahns
|
cac9407185
|
remove snapshot param in yxml.getAttributes
|
2022-11-30 11:34:34 +01:00 |
|
Wenchen Li
|
12667f6b66
|
Remove unused return in forEach of YMap
If the idea is to keep the API as close to the JS Map as possible, maybe we should consider not returning here.
Ref: https://github.com/microsoft/TypeScript/blob/v4.8.3/lib/lib.es2015.collection.d.ts#L28-L31
|
2022-09-19 18:19:41 -04:00 |
|
Kevin Jahns
|
588788fbef
|
fix snapshot diff calculation naming bug
|
2022-09-14 00:37:06 +02:00 |
|
Kevin Jahns
|
ece1fe5426
|
minimize changes when formatting text - #422
|
2022-05-09 12:53:26 +02:00 |
|
Kevin Jahns
|
1c9c97ffe6
|
add yxml.forEach method - closes #421
|
2022-04-23 15:13:26 +02:00 |
|
Kevin Jahns
|
71fad52854
|
fix typing information YMap.iterator - fixes #420
|
2022-04-20 13:09:56 +02:00 |
|
Kevin Jahns
|
9f1548204a
|
Merge pull request #376 from fson/yevent-target-type
Add more accurate typing for YEvent.target
|
2022-03-02 13:18:00 +01:00 |
|
dkuhnert
|
fddb620d41
|
cleanup redundant text attributes when delete attributes
fixes #392
|
2022-02-23 18:20:26 +01:00 |
|
dkuhnert
|
abf3fab1b6
|
cleanup redundant text attributes when delete attributes
fixes #392
|
2022-02-23 14:53:31 +01:00 |
|
Kevin Jahns
|
24eddb2d75
|
fix concurrent formatting / cleanup bug
|
2022-02-04 12:41:13 +01:00 |
|
Kevin Jahns
|
2d1e3fde43
|
fixed edge formatting case
|
2022-02-04 11:26:32 +01:00 |
|
Jeremy Nicholl
|
164b38f0cd
|
Avoid copying attribute map when deleting
Calling cleanupFormattingGap should not make a copy of the
attributes because it needs to be able to update them.
|
2022-01-31 14:49:16 -05:00 |
|
Ville Immonen
|
81a36a2762
|
add more accurate typing for YEvent.target
|
2022-01-15 14:22:17 +02:00 |
|
Kevin Jahns
|
20e1234af2
|
implement performant push in arrays
|
2022-01-11 21:53:20 +01:00 |
|
Kevin Jahns
|
8abf5b85ff
|
fix #344 - formatting attribute assign bug
|
2021-11-06 14:35:04 +01:00 |
|
Kevin Jahns
|
e33c67fc72
|
bump standard linter
|
2021-10-14 16:18:50 +02:00 |
|
Kevin Jahns
|
9afc5cf615
|
Merge pull request #331 from thomaswelter/main
Add support for null values in Y.Map and Y.Array
|
2021-10-14 15:08:20 +02:00 |
|
Kevin Jahns
|
ca0fb4b15d
|
Merge pull request #332 from yjs/types-as-embeds
Allow types as Y.Text embeds
|
2021-10-14 15:04:26 +02:00 |
|
Kevin Jahns
|
d369a771a9
|
Merge pull request #335 from benmerckx/fix/array_map_dts
Remove T from JSDoc template, fixes #334
|
2021-10-14 15:00:38 +02:00 |
|
Kevin Jahns
|
995fbfa4cc
|
Proper follow redones in nested redos - fixes #317
|
2021-10-14 14:59:26 +02:00 |
|
Ben Merckx
|
b4b8927550
|
Remove T from JSDoc template, fixes #334
|
2021-09-28 12:36:01 +02:00 |
|
Kevin Jahns
|
28a9ce962d
|
import from internals
|
2021-09-25 11:53:16 +02:00 |
|
Kevin Jahns
|
0ec67170d3
|
allow types as Y.Text embeds
|
2021-09-25 11:51:08 +02:00 |
|
Thomas Welter
|
4922eeac56
|
Add support for null values in Y.Map and Y.Array
|
2021-09-21 14:23:58 +02:00 |
|
Kevin Jahns
|
4707fc46ac
|
fix formatting bug. fixes #319 closes #320
|
2021-08-02 16:43:25 +02:00 |
|
Kevin Jahns
|
0ea0a35521
|
Merge pull request #310 from SamDuvall/fix-xml-clone
Fix XmlElement.clone and XmlFragment.clone
|
2021-08-02 16:12:39 +02:00 |
|
Kevin Jahns
|
311dd50f1b
|
array.insert throws length-exceeded event - fixes #314
|
2021-06-24 16:50:25 +02:00 |
|
Kevin Jahns
|
9aa518bc14
|
Merge pull request #313 from YousefED/hasAttribute
implement hasAttribute
|
2021-06-16 02:59:00 +02:00 |
|
Yousef El-Dardiry
|
f3d8db491b
|
implement hasAttribute
|
2021-06-15 16:36:22 +02:00 |
|
Will Hawker
|
e9905602f8
|
remove console.log debug artifact added in #309
|
2021-06-11 09:30:54 +01:00 |
|
Sam Duvall
|
5ddb7eefed
|
Fix YXmlElement.clone and YXmlFragment.clone
|
2021-06-08 21:30:08 -04:00 |
|
Will Hawker
|
4b35de5ad5
|
add clear to YMap to remove all elements
|
2021-06-08 21:09:44 +01:00 |
|
Kevin Jahns
|
7bd764fba7
|
use non-explicit resolution for lib0
|
2021-05-14 18:53:24 +02:00 |
|
Kevin Jahns
|
3a7a324a24
|
fix #291
|
2021-04-13 22:05:30 +02:00 |
|
Jeff Haynie
|
249c4f9c45
|
switch order for type to get picked up
|
2021-04-01 14:59:34 -05:00 |
|
Jeff Haynie
|
cdc7d3ffe6
|
fix crash when the walker didnt match because n will be null
|
2021-04-01 14:54:37 -05:00 |
|
Kevin Jahns
|
77958da657
|
unify Y.Array & Y.Text deltas so event.changes.delta is equal to event.delta
|
2021-03-21 21:31:28 +01:00 |
|
Kevin Jahns
|
ee7c189fdc
|
fix formatting issue #275 #277
|
2021-02-08 11:45:26 +01:00 |
|
Kevin Jahns
|
2199ac3e4e
|
merge relativePosition updates
|
2021-01-30 00:12:01 +01:00 |
|
Kevin Jahns
|
ca667be68b
|
proper updating of text-attributes
|
2021-01-09 14:59:56 +01:00 |
|
Kevin Jahns
|
186f7140b6
|
fix #271 - multiline text formatting issue
|
2021-01-09 14:55:37 +01:00 |
|
Kevin Jahns
|
0a40b541e8
|
test with all encoders
|
2020-12-29 16:59:27 +01:00 |
|
Kevin Jahns
|
cb705922b4
|
implement insertAfter - #259
|
2020-11-15 14:57:45 +01:00 |
|
Kevin Jahns
|
1ed58909d3
|
implement prev/nextSibling&firstChild & parent - #259
|
2020-11-14 13:33:43 +01:00 |
|
Kevin Jahns
|
0aca7bbefa
|
implement attributes on Y.Text
|
2020-11-13 12:40:53 +01:00 |
|
Kevin Jahns
|
1508c44f68
|
lint
|
2020-11-08 13:08:14 +01:00 |
|
Kevin Jahns
|
3dd843372f
|
Merge pull request #254 from nornagon/array-from
add Y.Array.from
|
2020-11-08 02:01:48 +01:00 |
|
Kevin Jahns
|
53f2344017
|
implement .clone, .slice, and yxml.get
|
2020-11-08 01:51:39 +01:00 |
|
Jeremy Rose
|
4c46ebfb45
|
add Y.Array.from
|
2020-11-01 10:01:04 -08:00 |
|
Kevin Jahns
|
dfc6b879de
|
Merge pull request #239 from yjs/subdocs
implemented first subdocuments draft #234
|
2020-09-28 18:35:43 +02:00 |
|