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(NOJIRA-123): update node to v20 for standards adoption #62

Closed
wants to merge 531 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
531 commits
Select commit Hold shift + click to select a range
0592f02
Handle multiple navigation shortcuts
luin Nov 20, 2023
be0306e
Switch to lodash-es for small bundle size (#3910)
fnlctrl Nov 20, 2023
f75e6c9
Upgrade dependencies
luin Nov 26, 2023
c380874
Migrate to a monorepo
luin Nov 26, 2023
0e74eed
Move Quill source code into src
luin Nov 26, 2023
94b4717
Fix E2E chunks for Playwright
luin Nov 26, 2023
65dae3c
Fix dependency errors
luin Nov 26, 2023
6330d76
Remove proxy.js in favor of Gatsby middleware
luin Nov 28, 2023
3915f69
Remove _develop folder
luin Nov 28, 2023
db0fbd1
Make website a private repo
luin Nov 28, 2023
62eb8ce
Remove unused npm scripts for quill
luin Nov 28, 2023
b3ff171
Merge pull request #3913 from quilljs/zh-build-package
luin Dec 1, 2023
1434ca6
Update package.json fields
luin Dec 6, 2023
48f339e
Update CHANGELOG for 2.0 beta
luin Nov 5, 2023
d945925
Update CHANGELOG.md
luin Dec 1, 2023
41e09d6
Update version number in CHANGELOG
luin Dec 1, 2023
5cfc2e2
Set up npm package
luin Dec 6, 2023
bb52d80
Consolidate build command
luin Dec 7, 2023
090c764
Update license date
luin Dec 7, 2023
5251c7b
Setup source code version replacements
luin Dec 7, 2023
1e21d8c
Remove unused tsconfig
luin Dec 7, 2023
32771fa
Update website project
luin Dec 7, 2023
67ce906
Update website content to reflect new version
luin Dec 7, 2023
6c43460
Fix website active nav styles
luin Dec 7, 2023
31ca8cd
Detect QUILL_VERSION for testing
luin Dec 7, 2023
c9b988d
Fix distribution folder
luin Dec 7, 2023
5f1e754
Change the umd dist folder to dist for BC
luin Dec 7, 2023
52a0af2
Add License files to packages
luin Dec 8, 2023
138aff9
v2.0.0-beta.0
luin Dec 8, 2023
5120a01
Update build script for LICENSE filename
luin Dec 8, 2023
78754af
Merge pull request #3901 from quilljs/zh-2-changelog
luin Dec 8, 2023
63b51aa
Fix formula code in homepage
luin Dec 9, 2023
25befe9
Provide id as key for blogs
luin Dec 9, 2023
f68423e
Update font family for homepage code
luin Dec 9, 2023
d030127
Update GitHub stars
luin Dec 9, 2023
4085617
Correct path for editing docs in GitHub
luin Dec 9, 2023
731ad9f
Fix syntax label from Javascript to JavaScript
luin Dec 9, 2023
118c3fa
Add TypeScript declarations for highlight.js
luin Dec 9, 2023
d43c24d
Fix GitHub styles in website
luin Dec 9, 2023
f21a0aa
Add prettier settings for website
luin Dec 9, 2023
c04199f
Remove experimental from header titles
luin Dec 9, 2023
593ed03
Improve code block styles for website
luin Dec 9, 2023
7f5e8c1
Remove unused @ts-expect-error
luin Dec 9, 2023
bf35b4b
Merge pull request #3923 from quilljs/zh-website-improvements
luin Dec 9, 2023
42002fa
Fix typo in upgrading docs
hansnow Oct 9, 2023
0e2167a
Fix invalid codepen link in playground
hansnow Oct 9, 2023
4074f5c
Merge pull request #3924 from quilljs/zh-merge-3883
luin Dec 9, 2023
55fa0b0
Update Prism usage for website
luin Jan 9, 2024
0ba3414
Hide blog in navigation
luin Jan 9, 2024
2eaa476
Fix navigation menu styles
luin Jan 9, 2024
f3ca6f7
Merge pull request #3946 from quilljs/website-nav
luin Jan 9, 2024
0389b60
Migrate to GA 4
luin Jan 10, 2024
e227f35
Fix typing errors for emitter
luin Jan 10, 2024
367e0ff
Update license years
luin Jan 10, 2024
1010292
Inline SVG images for easier bundler setup
luin Jan 11, 2024
07e8b58
Reorganize workflow files
luin Jan 14, 2024
ba30de7
Fix repository urls
luin Jan 14, 2024
118ba09
Add release scripts
luin Jan 14, 2024
2912527
Merge pull request #3951 from quilljs/zh-release
luin Jan 14, 2024
e003f58
Use input version when releasing
luin Jan 14, 2024
57a3368
Add version example
luin Jan 14, 2024
8e8b54e
Remove the need of loader for SVG files
luin Jan 14, 2024
aa6ed7b
Support dry-run and experimental versions
luin Jan 16, 2024
69971d2
Add type to dry-run input
luin Jan 16, 2024
dd3f1b4
Pass version argument to release cli
luin Jan 16, 2024
ae5c0a4
Improve typings for attributor
luin Jan 15, 2024
e0bf1f1
Remove unneeded ScrollConstructor
luin Jan 15, 2024
30b2e45
Include tests in tsconfig
luin Jan 15, 2024
ac98978
Switch moduleResolution to bundler
luin Jan 16, 2024
e257ed0
Skip GitHub release for experimental releases
luin Jan 16, 2024
c911303
Improve release scripts
luin Jan 16, 2024
049bd32
Upgrade Parchment
luin Jan 16, 2024
0ffb00a
Remove 'v' prefix from CHANGELOG
luin Jan 16, 2024
3536d82
Remove unnecessary ts comments
luin Jan 16, 2024
be432e8
Merge pull request #3956 from quilljs/zh-parchment-3
luin Jan 17, 2024
bcbde22
Fix release script for experimental version
luin Jan 17, 2024
6b49e9f
Update README for 2.0 usages
luin Jan 18, 2024
6765d76
Update quick start documentation
luin Jan 18, 2024
5a45a46
Tweak website content
luin Jan 19, 2024
ca8dbab
Migrate to Next.js from Gatsby
luin Jan 19, 2024
277a4fa
Update guides for Quill 2.0
luin Jan 19, 2024
a2e2ead
Update build commands
luin Jan 19, 2024
376d581
Update DEVELOPMENT guide
luin Jan 19, 2024
d2d7c0d
Update API documentation
luin Jan 20, 2024
4b33b44
Provide information about next steps
luin Jan 20, 2024
4f7560e
Add more details for installation
luin Jan 20, 2024
8ce42f8
Remove the experimental tag for mature APIs
luin Jan 20, 2024
99eada5
Update playground for Delta
luin Jan 20, 2024
c93baa8
Fix playground styles
luin Jan 20, 2024
d6fc0ec
Merge pull request #3963 from quilljs/zh-2.0-doc
luin Jan 20, 2024
9e96303
Add Google Fonts back in guides
luin Jan 20, 2024
102a08d
Hide tabs in documentation playground
luin Jan 20, 2024
a8bb0f3
Add back bounds option
luin Jan 20, 2024
ab58daf
Navigation bar redesign for website
luin Jan 20, 2024
7d662b3
Adjust navigation header styles
luin Jan 21, 2024
568925e
Update clone module document to use Quill 2.0 syntax
luin Jan 21, 2024
77ecc70
Reorg website layouts
luin Jan 21, 2024
5f418b9
Add documentation for scrolling related methods
luin Jan 21, 2024
ab1e654
Add documentation for methods introduced in v2
luin Jan 21, 2024
5f06b01
Adjust header styles
luin Jan 21, 2024
e1ca376
Merge pull request #3964 from quilljs/zh-docs
luin Jan 21, 2024
069db0f
2.0.0-beta.1
luin Jan 21, 2024
a329ef0
Update local development guide
luin Jan 21, 2024
45c843e
Update DEVELOPMENT.md
luin Jan 21, 2024
828e0df
Improve previews in website
luin Jan 21, 2024
2eafb34
Set up GA4
luin Jan 22, 2024
87a8d8f
Fix options on configuration page
luin Jan 22, 2024
bc32729
Add documentation for registry
luin Jan 22, 2024
8c745ed
Add migration guide for 2.0
luin Jan 22, 2024
482f1b1
Prefer arrow functions in examples
luin Jan 22, 2024
0225efd
Layout update for website
luin Jan 22, 2024
240e504
Implement version dropdown
luin Jan 23, 2024
5ba742c
Remove Twitter icons
luin Jan 23, 2024
2acfd04
Improve styles for search bar
luin Jan 23, 2024
16b07ac
Mobile support for main nav
luin Jan 23, 2024
18284b5
Improve mobile support for page nav
luin Jan 23, 2024
7f5bbb7
Adjust version selector padding
luin Jan 24, 2024
d1ce143
Set up eslint for website
luin Jan 24, 2024
629c84d
Enable SSL for dev env
luin Jan 25, 2024
d9547c7
Fix IME not working correctly in Safari
luin Jan 25, 2024
27def7d
Fix release script for experimental version
luin Jan 25, 2024
9234fc9
Support paste and match style (#3927)
fnlctrl Jan 26, 2024
7a7acfd
Add CHANGELOG for clipboard improvement
luin Jan 26, 2024
c82a61f
Remove outdated information on README
luin Jan 29, 2024
9a96539
Fix Quill.getText not respecting length (#3979)
luin Jan 30, 2024
4de6144
Fix redo shortcut not working on Linux and Windows
luin Jan 30, 2024
2ee89b3
Update documentation for keyboard module
luin Jan 30, 2024
c452881
2.0.0-beta.2
luin Jan 30, 2024
140f258
Remove outdated website guide
luin Jan 30, 2024
8103b62
Update guide index for website
luin Jan 30, 2024
7aa6189
Add link to webpack example
luin Jan 30, 2024
ca934d8
Convert newlines between inline elements to a space
alecgibson Nov 9, 2021
dc29b4e
Avoid setting up https server
luin Feb 1, 2024
ee21e41
Redesign standalone pages
luin Feb 1, 2024
366b2a8
Support highlight.js 10 and 11
luin Feb 1, 2024
844726f
Fix highligh.js version
luin Feb 1, 2024
85e7719
Upgrade KaTeX to latest version
luin Feb 1, 2024
f8bfde4
Improve documentation for updateContents
luin Feb 2, 2024
8fc9bb7
Avoid generating unsupported formats on paste
luin Feb 2, 2024
6904758
Improve support for pasting from Google Docs and Microsoft Word
luin Feb 3, 2024
df3549c
Ignore whitespace between pasted empty paragraphs
luin Feb 3, 2024
17ba99f
2.0.0-rc.0
luin Feb 3, 2024
4a3603e
Add link, image, video, formula to format array example
benbro Feb 3, 2024
d67ec4d
Fix typos in documentation
luin Feb 3, 2024
ba5617e
Add documentation for getSemanticHTML
luin Feb 3, 2024
176f586
Add { 'list': 'check' } to the formats array example
benbro Feb 3, 2024
640c599
Merge branch 'main' into develop
luin Feb 3, 2024
e79ab95
Update README for new CDN links
luin Feb 3, 2024
483d6f8
Update default branch for workflows
luin Feb 3, 2024
13f5be0
Use RC version instead of beta
luin Feb 3, 2024
5acb97c
Change default branch
luin Feb 3, 2024
3ce50a8
Set up documentation serach
luin Feb 5, 2024
35f301f
Fix documentation link
N-M Feb 6, 2024
891b30c
Remove unnecessary lodash usages
luin Feb 12, 2024
756d194
Set up linter rules for importing
luin Feb 12, 2024
622b68d
Add change log entry for toolbar change
luin Feb 12, 2024
bb3cbc5
Add clipboard test cases for plain text
luin Feb 12, 2024
69abb4e
Prefer arrow callback functions
luin Feb 12, 2024
3029eeb
2.0.0-rc.1
luin Feb 12, 2024
f7ac944
Improve documentation for Syntax module
luin Feb 12, 2024
aac8b54
Improve website code block styles
luin Feb 12, 2024
90fc02a
Add missing attributor for `Selection` test (#4001)
alecgibson Feb 9, 2024
a00c0f9
Fix toolbar button state not updated in some cases (#2892)
alecgibson Feb 12, 2024
aa0eba9
Narrower `BubbleTheme.tooltip` type (#3732)
alecgibson Feb 12, 2024
81e7e99
Update CHANGELOG
luin Feb 13, 2024
60660bd
Fix `Selection.getBounds()` when starting range at end of text node
alecgibson May 5, 2023
ec05352
Fix GitHub button spacing
luin Feb 13, 2024
76e63c9
Update Playground pages to use Quill 2
luin Feb 13, 2024
0b2573c
Improve website styles
luin Feb 13, 2024
71bd227
Adjust post content size
luin Feb 13, 2024
1968e23
Improve playground styles
luin Feb 13, 2024
3d8462c
Improve playground performance
luin Feb 13, 2024
20bfdd9
Merge pull request #4011 from quilljs/zh-wb-playground
luin Feb 13, 2024
cd3203f
Add an example for using Quill with React
luin Feb 13, 2024
5fa786c
Preserve es modules in babel config (#4013)
fnlctrl Feb 15, 2024
e037d1b
2.0.0-rc.2
luin Feb 15, 2024
f464340
Update website link to v2
luin Feb 15, 2024
6c9f0e8
Fix getSemanticHTML for list items (#4016)
luin Feb 19, 2024
11d677d
Fix GitHub link for guides
luin Feb 19, 2024
77df7e5
Fix example for content and delta in playground (#4020)
JayaKrishnaNamburu Feb 23, 2024
6026a86
Remove unnecessary Firefox workaround (#4028)
luin Feb 27, 2024
6e2ae54
Fix escaping issue in CHANGELOG
luin Mar 6, 2024
80f22d8
Make Quill an ESM package (#4047)
luin Mar 12, 2024
71fada2
Fix redundant newlines when pasting from external sources (#4050)
luin Mar 14, 2024
ae9f835
Make option parsing type safe (#4052)
luin Mar 14, 2024
215ed78
Keep custom options
luin Mar 14, 2024
a977d2c
Upgrade Parchment for better typings (#4055)
luin Mar 15, 2024
db7455a
Upgrade TypeScript (#4056)
luin Mar 15, 2024
c7d4d81
Add formats option for specifying allowed formats (#4053)
luin Mar 16, 2024
b8f839c
Remove outdated website guides
luin Mar 16, 2024
beb02b8
2.0.0-rc.3
luin Mar 16, 2024
d7d5ae5
Include source maps for Parchment (#4057)
luin Mar 16, 2024
4a4a61f
Support pasting links copied from iOS share sheets (#4064)
luin Mar 19, 2024
2b9840d
Include Parchment renaming in migration guide
luin Mar 19, 2024
6a27454
Remove pagination for documentation
luin Mar 19, 2024
664c1ab
Fix config parsing where undefined values were kept (#4068)
luin Mar 20, 2024
83402d2
Upgrade to Parchment RC (#4069)
luin Mar 20, 2024
739e823
Expose types for Quill options (#4075)
luin Mar 23, 2024
41bd1fc
Remove empty .css.js files generated by bundlers (#4076)
luin Mar 23, 2024
bbbae91
2.0.0-rc.4
luin Mar 24, 2024
aa26ff3
Fix function overloads for formatText (#4086)
luin Mar 26, 2024
a2cef0c
Changelog for overload fixing
luin Mar 26, 2024
fecbc6f
Update package version in README
luin Mar 26, 2024
d5ac335
Add support for v1 list attributes (#4082)
justinbhopper Mar 26, 2024
91a7346
Expose Bounds type for getBounds()
luin Apr 4, 2024
1021587
Expose Range type
luin Apr 4, 2024
6b48eca
Merge pull request #4099 from quilljs/zh-export-types
luin Apr 4, 2024
20f02f5
Allow ref for insertBefore to be null
luin Apr 4, 2024
0b383a4
2.0.0-rc.5
luin Apr 4, 2024
828d177
Use stable version of Parchment
luin Apr 17, 2024
a6638e9
2.0.0
luin Apr 17, 2024
3393ab7
CHANGELOG: 2.0.0
luin Apr 17, 2024
fb3882c
2.0.0: README
luin Apr 17, 2024
3454595
Update website for 2.0 (#4121)
jhchen Apr 18, 2024
8f5589f
More specific description
jhchen Apr 21, 2024
99307d3
add 2.0 announcement
jhchen Apr 21, 2024
9062cb0
remove old announcement css and apply prettier
jhchen Apr 21, 2024
69e0433
Prevent overriding of theme's default toolbar settings (#4120)
medi6 Apr 22, 2024
6209fd9
move code of conduct
jhchen Apr 23, 2024
a01aa56
fix link underline between badges
jhchen Apr 23, 2024
6590aa4
tweak homepage demo styles
jhchen Apr 23, 2024
dbaa1e0
Improve typings for methods that return a Delta (#4136)
younggglcy Apr 30, 2024
5eef805
Fix toolbar icons for h3-h6 (#4131)
mr3wi Apr 30, 2024
b6b5ae0
Add changelog for types improvements
luin Apr 30, 2024
65ede1e
Add changelog for toolbar icon improvements
luin Apr 30, 2024
ae1408a
2.0.1
luin May 1, 2024
c8c9832
Respond to `/docs` route and do redirection (#4174)
younggglcy May 6, 2024
d31ffa1
Consolidate README for sub packages (#4176)
luin May 6, 2024
1fd5c94
Fix typing errors for Quill.register (#4127)
hzgotb May 13, 2024
999d607
Use labels for changelog generating (#4198)
luin May 13, 2024
09ed45e
Regenerate CHANGELOG from GitHub releases (#4199)
luin May 13, 2024
2391107
Fix event source when deleting a link with shortcuts (#4200)
luin May 13, 2024
dd62291
Avoid side effects for Enter/Backspace when composing in Safari (#4201)
luin May 13, 2024
8040680
Ignore pasting images when image format is disallowed (#4202)
luin May 13, 2024
e91f80a
Upgrade Node.js to 20 for CI (#4203)
luin May 13, 2024
cc898ef
2.0.2
luin May 13, 2024
de1afe1
Update changelog actions
luin May 13, 2024
4d5bb45
Use Quill bot as author for CHANGELOG updates
luin May 13, 2024
517d009
Config git for all workflows
luin May 13, 2024
e3a6faa
Update CHANGELOG.md: v2.0.2
luin May 13, 2024
9f4e185
Add username links in CHANGELOG.md (#4204)
luin May 13, 2024
c7c9eb8
Fixed a few typos in docs/installation.mdx
erinnmclaughlin May 21, 2024
531a1ee
Export Delta, AttributeMap and other related objects (#4220)
luin May 23, 2024
d5efd42
Move Quill to Slab organization (#4225)
luin May 28, 2024
5d752e3
Clipboard support for E2E tests
luin Jun 21, 2024
b213e10
Avoid unnecessary local map creations
luin Jul 19, 2024
07b68c9
Handle consecutive spaces when copying and pasting
jhchen Nov 29, 2024
910ab4e
Config Git correctly for releasing (#4506)
luin Nov 29, 2024
620ca42
Add writable permission for GitHub Actions
luin Nov 30, 2024
ebe16ca
2.0.3
luin Nov 30, 2024
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
Prev Previous commit
Next Next commit
2.0.2
  • Loading branch information
luin committed May 13, 2024
commit cc898efe9f5662baeadf18dfd2ccca56a3284a7e
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quill-monorepo",
"version": "2.0.1",
"version": "2.0.2",
"description": "Quill development environment",
"private": true,
"author": "Jason Chen <jhchen7@gmail.com>",
2 changes: 1 addition & 1 deletion packages/quill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "quill",
"version": "2.0.1",
"version": "2.0.2",
"description": "Your powerful, rich text editor",
"author": "Jason Chen <jhchen7@gmail.com>",
"homepage": "https://quilljs.com",
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "2.0.1",
"version": "2.0.2",
"description": "Quill official website",
"private": true,
"homepage": "https://quilljs.com",