mirror of
https://github.com/ueberdosis/tiptap.git
synced 2026-09-14 16:14:40 +08:00
fix linting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
"@tiptap/extension-collaboration-caret": patch
|
||||
'@tiptap/extension-collaboration-caret': patch
|
||||
---
|
||||
|
||||
Fixed a bug which allowed potentially unsafe color values being sent by other clients. Those unsafe colors received from collaboration users are now ignored.
|
||||
|
||||
+3
-3
@@ -30,9 +30,9 @@ the branch, to know what is currently stable.
|
||||
Older major versions live on `release/v*` branches (e.g. `release/v3`). These only
|
||||
receive critical bug fixes and security patches, no new features.
|
||||
|
||||
| Branch | Purpose | Publishes |
|
||||
| ---------------- | --------------------------------------- | ------------------------------------------------------------------------------ |
|
||||
| `main` | Active development, default branch | `next` / `alpha` / `beta`, or `latest` once main is the current stable version |
|
||||
| Branch | Purpose | Publishes |
|
||||
| ------------ | --------------------------------------- | ------------------------------------------------------------------------------ |
|
||||
| `main` | Active development, default branch | `next` / `alpha` / `beta`, or `latest` once main is the current stable version |
|
||||
| `release/v*` | Frozen stable line, critical fixes only | `latest` (while current) or `latest-v*` (once superseded) |
|
||||
|
||||
Once a `release/v*` branch is cut, it never merges back into `main`, and `main` never
|
||||
|
||||
Reference in New Issue
Block a user