Aaryan Khandelwal
|
d5eb374217
|
[WEB-561] refactor: editor build config (#7442)
* refactor: editor build config
* fix: type errors
|
2025-07-18 20:06:48 +05:30 |
|
sriram veeraghanta
|
df4ea1f7ac
|
fix: update tsup build packages (#7438)
|
2025-07-18 15:04:31 +05:30 |
|
Aaryan Khandelwal
|
7136b3129b
|
[WIKI-543] fix: unable to delete last cell of a table (#7394)
* fix: delete last cell of a table
* refactor: last cell selection logic
|
2025-07-17 21:19:54 +05:30 |
|
Aaryan Khandelwal
|
48f1999c95
|
[WIKI-557] fix: keyboard navigation in tables (#7428)
|
2025-07-17 15:15:18 +05:30 |
|
Vipin Chaudhary
|
6bb79df0eb
|
[WIKI-547] fix: update find suggestion logic for emoji extension (#7411)
* fix: update find suggestion logic
* refactor: remove logs
* refactor : make logic simpler
* feat: check for one char to show suggestion
* refactor : import types from extension
* refactor: add early return
* refactor : put custom suggestion in helper
* fix : char
* fix: types
|
2025-07-17 13:07:12 +05:30 |
|
Aaryan Khandelwal
|
d8f2c97810
|
[WIKI-554] feat: delete multiple rows/columns from a table (#7426)
|
2025-07-17 12:52:33 +05:30 |
|
Aaryan Khandelwal
|
a427367720
|
[WIKI-277] fix: unable to delete last table column/row in editor (#7389)
* fix: delete column not working
* refactor: delete column commad
* fix: delete last row logic
* refactor: row count logic
* refactor: isCellSelection utility function
|
2025-07-14 17:27:09 +05:30 |
|
Aaryan Khandelwal
|
c067eaa1ed
|
[WIKI-542] refactor: editor extensions (#7345)
* refactor: editor extensions
* fix: placeholder extension
|
2025-07-14 17:10:32 +05:30 |
|
Aaryan Khandelwal
|
fce4729f22
|
[WIKI-497] refactor: table insert handles size (#7376)
* refactor: table insert handles size
* fix: insert handles z-idnex
|
2025-07-11 04:17:04 +05:30 |
|
Aaryan Khandelwal
|
fcb6e269a0
|
[WIKI-497] feat: table insert column and row handles (#7286)
* refactor: tables width and selection UI
* fix: drag handle position
* refactor: selection decorator logic
* refactor: adjacent cells logic
* refactor: folder structure
* chore: default column width for new columns
* refactor: plugin location
* feat: table insert handlers
* refactor: css rules
* refactor: plugins folder structure
* chore: add aria labels
|
2025-07-09 17:59:04 +05:30 |
|
sriram veeraghanta
|
6ce700fd5d
|
chore: format files using prettier (#7364)
* chore: format files using prettier
* chore: api server files formatted
|
2025-07-08 20:41:11 +05:30 |
|
Vipin Chaudhary
|
ab79a5da10
|
[WIKI-524] fix: emoji fall back image (#7354)
|
2025-07-08 03:21:03 +05:30 |
|
Vipin Chaudhary
|
28375c46e5
|
[WIKI-521] fix : emoji unexpectedly scroll (#7344)
* fix: emoji modal scroll
* refactor: emoji list
* fix: escape behavior
* fix: minor type fixes
|
2025-07-04 18:35:23 +05:30 |
|
Aaryan Khandelwal
|
b909416c74
|
[WIKI-519] regression: page creator and version info #7341
|
2025-07-04 17:10:03 +05:30 |
|
sriram veeraghanta
|
ba884d1e4d
|
feat: adding standard scripts for lint and format check (#7326)
* feat: adding standard scripts for lint and format check
* fix: update packages scripts
* fix: adding tsup config to utils package
* chore: updated build scripts in logger pacakge
|
2025-07-04 14:23:18 +05:30 |
|
sriramveeraghanta
|
4f5272c8af
|
sync: canary cahnges to preview
|
2025-07-04 13:57:40 +05:30 |
|
sriramveeraghanta
|
2f22ca0aea
|
chore: package version upgrade
|
2025-07-03 15:42:35 +05:30 |
|
Aaryan Khandelwal
|
6f27ec031d
|
[WIKI-466] refactor: remove rich text read only editor (#7241)
* refactor: remove rich text read only editor
* fix: type imports
|
2025-07-03 14:16:17 +05:30 |
|
sriram veeraghanta
|
7153064ebb
|
fix: live server runtime errors (#7314)
* fix: live tsconfig and tsup config
* fix: lock file updates
* feat: adding build process to constants and types packages
* chore: coderabbit suggestions
|
2025-07-02 18:20:18 +05:30 |
|
M. Palanikannan
|
5874636b0b
|
[WIKI-508] fix: select all with table select #7285
|
2025-07-02 15:41:31 +05:30 |
|
Aaryan Khandelwal
|
f679628365
|
[WIKI-449] feat: image block download and alignment options (#7254)
* refactor: custom image extension
* refactor: extension config
* revert: image full screen component
* fix: undo operation
* chore: add download and alignment options
* chore: render image full screen modal in a portal
* chore: add missing attribute to image extension
* chore: minor bugs and improvements
* chore: add aria attributes
* chore: remove unnecessary file
* fix: full screen modal z-index
|
2025-07-02 15:36:06 +05:30 |
|
Vipin Chaudhary
|
ba6b822f60
|
[WIKI-402] feat: emoji support for all editors (#7275)
* feat: basic emoji
* feat:emoji slash command
* update slice command
* refactor: emoji storage
* refactor:types
* refactor: emoji list
* refactor: restructure extension
* chore: add comments
* chore: update comments
* fix: fallback image
|
2025-07-02 15:32:07 +05:30 |
|
M. Palanikannan
|
295eb1ef72
|
[WIKI-506] fix: close the link view after 300ms of hovering out #7283
|
2025-07-02 15:29:32 +05:30 |
|
Aaryan Khandelwal
|
1fcffad7dd
|
[WIKI-491] [WIKI-496] [WIKI-499] refactor: tables width and selection UI (#7274)
* refactor: tables width and selection UI
* fix: drag handle position
* refactor: selection decorator logic
* refactor: adjacent cells logic
* refactor: folder structure
* chore: default column width for new columns
* refactor: plugin location
|
2025-07-02 15:27:48 +05:30 |
|
Aaryan Khandelwal
|
0b159c4963
|
[WIKI-400] feat: page navigation pane (#7206)
* init: page navigation pane
* chore: outline and info tabs
* chore: asset download endpoint
* chore: realtime document info updates
* chore: add support for code splitting
* fix: formatting
* refactor: image block id generation
* chore: implement translation
* refactor: assets list storage logic
* fix: build errors
* fix: image extension name
* refactor: add support for additional asset items
* refactor: asset extraction logic
* chore: add translations
* fix: merge conflicts resolved from preview
* chore: remove version history option from the dropdown
* chore: query params handling
* chore: remove unnecessary logic
* refactor: empty state components
* fix: empty state asset path
|
2025-07-02 15:25:52 +05:30 |
|
sriram veeraghanta
|
fa9c63716c
|
fix: circular dependencies between packages (#7277)
|
2025-07-01 19:19:44 +05:30 |
|
sriram veeraghanta
|
e7d888d817
|
chore: package version updated
|
2025-06-30 23:56:34 +05:30 |
|
Aaryan Khandelwal
|
e09aeab5b8
|
[WIKI-481] refactor: editor parser #7261
|
2025-06-27 16:05:38 +05:30 |
|
Aaryan Khandelwal
|
0e91feacc3
|
[WIKI-74] fix: peek overview closing on escape key #7259
|
2025-06-25 19:09:54 +05:30 |
|
Vipin Chaudhary
|
fbcc8fc8a0
|
[WIKI-421] fix: Toolbar not reflecting strikethrough state (#7255)
* fix: strick through
* fix: bubble menu options types
---------
Co-authored-by: vipin chaudhary <vipinchaudhary@vipins-MacBook-Pro.local>
|
2025-06-24 14:16:07 +05:30 |
|
Aaryan Khandelwal
|
c1fa372c84
|
[WIKI-471] refactor: custom image extension (#7247)
* refactor: custom image extension
* refactor: extension config
* revert: image full screen component
* fix: undo operation
|
2025-06-24 14:05:11 +05:30 |
|
Prateek Shourya
|
7045a1f2af
|
[WEB-4361] fix: add onChange to collaborative editor #7246
|
2025-06-20 17:24:49 +05:30 |
|
Vipin Chaudhary
|
24e57009af
|
[WIKI-465] fix : Add new node on click of doc end (#7063)
* fix : handle last node
* fix : handle unexpected node
* remove logs
* feat: handle focus
---------
Co-authored-by: M. Palanikannan <73993394+Palanikannan1437@users.noreply.github.com>
|
2025-06-19 17:17:56 +05:30 |
|
Aaryan Khandelwal
|
8988cf9a85
|
[WEB-462] refactor: editor props structure (#7233)
* refactor: editor props structure
* chore: add missing prop
* fix: space app build
* chore: export ce types
|
2025-06-19 16:25:52 +05:30 |
|
Prateek Shourya
|
2014400bed
|
refactor: move web utils to packages (#7145)
* refactor: move web utils to packages
* fix: build and lint errors
* chore: update drag handle plugin
* chore: update table cell type to fix build errors
* fix: build errors
* chore: sync few changes
* fix: build errors
* chore: minor fixes related to duplicate assets imports
* fix: build errors
* chore: minor changes
|
2025-06-16 17:18:41 +05:30 |
|
Aaron
|
11b222ece8
|
chore(deps): update TypeScript version across multiple packages to 5.8.3 (#7209)
|
2025-06-13 01:40:27 +05:30 |
|
sriram veeraghanta
|
9ff238816b
|
sync: canary changes to preview
|
2025-06-06 18:06:51 +05:30 |
|
sriram veeraghanta
|
6bd5caf008
|
chore: upgrade package version
|
2025-06-06 17:50:31 +05:30 |
|
Aaryan Khandelwal
|
1113f9fc19
|
[WIKI-412] regression: drop plugin logic #7161
|
2025-06-04 19:07:49 +05:30 |
|
Aaryan Khandelwal
|
2792d48288
|
[WIKI-412] chore: improved rich text editor extensions handling (#7158)
* chore: code split for rich text editor extensions
* chore: update type
* chore: add missing prop
|
2025-06-04 15:32:54 +05:30 |
|
Aaryan Khandelwal
|
151fc8389e
|
[WIKI-181] chore: asset check endpoint added #7140
|
2025-05-30 20:58:06 +05:30 |
|
Aaryan Khandelwal
|
01b685ea57
|
[WIKI-181] refactor: invalid file handling #7139
|
2025-05-30 18:18:05 +05:30 |
|
Vipin Chaudhary
|
b16a585102
|
[WIKI-343] [WIKI-312] Fix: html characters (#7049)
* fix: handle symbols and space
* chore: refactor
|
2025-05-30 18:17:03 +05:30 |
|
Aaryan Khandelwal
|
141cb17e8a
|
fix: Optimize image uploads in Editor (#7129)
* fix: memoize file upload functions
* chore: update extension name
* chore: update notation
* chore: resolve chokidar package
* fix: spelling mistakes
|
2025-05-28 19:03:14 +05:30 |
|
sriram veeraghanta
|
26b62c4a70
|
fix: tsup version 8.4.0
|
2025-05-28 02:17:23 +05:30 |
|
Aaryan Khandelwal
|
e388a9a279
|
[WIKI-181] refactor: file plugins and types (#7074)
* refactor: file plugins and types
* refactor: image extension storage types
* chore: update meta tag name
* chore: extension fileset storage key
* fix: build errors
* refactor: utility extension
* refactor: file plugins
* chore: remove standalone plugin extensions
* chore: refactoring out onCreate into a common utility
* refactor: work item embed extension
* chore: use extension enums
* fix: errors and warnings
* refactor: rename extension files
* fix: tsup reloading issue
* fix: image upload types and heading types
* fix: file plugin object reference
* fix: iseditable is hard coded
* fix: image extension names
* fix: collaborative editor editable value
* chore: add constants for editor meta as well
---------
Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
|
2025-05-28 01:43:01 +05:30 |
|
sriram veeraghanta
|
75a11ba31a
|
fix: polynomial regular expression used on uncontrolled data (#7083)
* fix: polynomial regular expression used on uncontrolled data
* fix: optimize the function to handle both operations
|
2025-05-19 17:14:26 +05:30 |
|
Aaryan Khandelwal
|
2a2feaf88e
|
[WIKI-181] chore: editor extension storage utility code split (#7071)
* chore: storage extension code split
* chore: use storage extension utility
|
2025-05-19 13:12:52 +05:30 |
|
Aaryan Khandelwal
|
dc16f2862e
|
[WIKI-181] refactor: make file handling generic in editor (#7046)
* refactor: make file handling generic
* fix: useeffect dependency array
* chore: remove mime type to extension conversion
|
2025-05-12 18:37:36 +05:30 |
|
Aaryan Khandelwal
|
bc2936dcd3
|
[WEB-3906] fix: page table of content overlap with the page content #7018
|
2025-05-07 00:51:51 +05:30 |
|