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

Version Packages #1989

Merged
merged 1 commit into from
Nov 14, 2022
Merged

Version Packages #1989

merged 1 commit into from
Nov 14, 2022

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@udecode/plate-cloud@18.10.0

Minor Changes

@udecode/plate-ui-cloud@18.10.0

Minor Changes

@vercel
Copy link

vercel bot commented Nov 14, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
plate-examples ✅ Ready (Inspect) Visit Preview Nov 14, 2022 at 1:26AM (UTC)
1 Ignored Deployment
Name Status Preview Updated
plate ⬜️ Ignored (Inspect) Nov 14, 2022 at 1:26AM (UTC)

@zbeyens zbeyens merged commit d86b951 into main Nov 14, 2022
@zbeyens zbeyens deleted the changeset-release/main branch November 14, 2022 01:18
@vercel vercel bot temporarily deployed to Preview – plate-examples November 14, 2022 01:26 Inactive
zbeyens pushed a commit that referenced this pull request Nov 22, 2022
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
zbeyens added a commit that referenced this pull request Dec 1, 2022
* Adding comment

* Doing something with the comment node when the carret is put on it

* Use span instead of div

* Selected comment style

* Commentbox UI

* More work

* Refactoring: domain model with thread and comment as classes

* Resolves name conflict regarding exports with same name

* Show thread

* Editing comments

* Resolve thread

* Adds ripple effect to "more" button

* Work

* Show thread when clicking "create thread" button

* Fixes scroll position after add thread action

* Fixes selection after adding a comment

* Some fixes

* Work

* Cancel button

* Refactoring

* Adds Roboto font

* Removes font "Google Sans" from font-family declarations

* Also use Roboto font for comment text

* Thread button styles

* Show label "Reply" for comment button when there is already a comment in the thread

* Replaces name with "Jon Doe"

* Link to comment

* Replaces "Link to comment" with "Link to thread"

* Link to thread heading and close button

* Re-open thread

* Makes threads panel closable by clicking outside of it

* Mentions in comments

* Style for reply, placeholder text

* Increases width of SideThread

* Cancelling reply

* Comment date

* Removes unused "sass" dependency

* Dependencies via gitpkg.now

* Commits builds of @udecode/plate-comments and @udecode/plate-ui-comments

* Updates dependencies

* Updates dependencies

* Adds default property `selected: false`

to potentially fix an error that the object is not extensible when it is tried to set the property later

* Build

* Dependency version update

* Changes in yarn.lock

* Fixes comment header not showing for new threads

* Attempt for a fix

* Fix for changing props

* Updates for built files and change of Thread.createdAt type from Date to number (timestamp)

in order to work with YJS.

* Save comments compatible with immutable nodes

* Resolve thread compatible with immutable nodes

* Reopen thread compatible with immutable nodes

Also matches node by instead of reference equality.

* A way to be able to pass a user to the comments feature

* Some cleanup

* Fixes class name

* fix: only show re-open button on first comment

* Fixes source maps

* Renames and publish

* renames "@udecode/plate-comment" to "@xolvio/plate-comments"
* renames "@udecode/plate-ui-comments" to "@xolvio/plate-ui-comments"
* publishes "@xolvio/plate-comments" and "@xolvio/plate-ui-comments" packages to NPM

* Removes dist folders from Git repository

* Return thread from onSubmitComment

* Release of @xolvio/plate-ui-comments@0.2.0

* Return thread from onSaveComment

* Mention regular expression for emails and names

* Updated yarn.lock

* Release of @xolvio/plate-ui-comments@0.3.0

* Support for async onSaveComment

* Release of @xolvio/plate-ui-comments@0.4.0

* Adds border radius to avatar images

* Release of @xolvio/plate-ui-comments@0.4.1

* Adds id to Contact

For a unique key.

* Fixes adding comments to thread

* Improvements to showing thread

* Release of @xolvio/plate-ui-comments@0.4.3

* Mentions in "edit comment" text area

* Release of @xolvio/plate-ui-comments@0.4.4

* Removes console.log

* Fixes that contacts close with input "a @"

* Release of @xolvio/plate-ui-comments@0.4.5

* Show thread when the caret is on the left of the first character of the text that has been commented on

* Release of @xolvio/plate-ui-comments@0.5.0

* Performance optimization

* Release of @xolvio/plate-comments@0.2.2

* fix: when selecting the whole text that is connected with a thread, then the side thread disappears

* Release of @xolvio/plate-ui-comments@0.5.1

* Inserting text at the end or start of a thread node

* Release of @xolvio/plate-comments@0.2.3

* fix: contacts closes for 2nd+ insert of mention

* Release of @xolvio/plate-ui-comments@0.5.2

* fix: use setNodes to fix that caret position changes

when another user comments in the thread.

* Release of @xolvio/plate-comments@0.2.4

* Release of @xolvio/plate-ui-comments@0.5.3

* Avatar images for comments

* Release of @xolvio/plate-comments@0.3.0

* Release of @xolvio/plate-ui-comments@0.6.0

* Fix for selection correction after thread node

* in general in a way that works with native character insertion
* when the thread node is at the end of the document

* Release of @xolvio/plate-comments@0.3.1

* Release of @xolvio/plate-ui-comments@0.6.1

* Updates

* Updated yarn.lock

* Updated yarn.lock

* Updates dependencies

* Some fixes

* Release of new versions

* Updates yarn.lock

* Updating of thread comments when another client updates something in the thread

* Release of @xolvio/plate-ui-comments@0.8.0

* Build script that just builds

* Stuff

* Fix for rendering playground

* Fixes inserting mention with pressing enter

* Show assigning option after a mention has been inserted

* Assigning a user to threads

* Release of @xolvio/plate-ui-comments@0.9.0

* Fix for node check

* Release of @xolvio/plate-ui-comments@0.9.1

* Updates dependency

* Release of @xolvio/plate-ui-comments@0.9.2

* Release of @xolvio/plate-comments@0.5.0

* Release of @xolvio/plate-ui-comments@0.10.0

* Focus text area on show

* Fixes

* Title for "re-open" button

* Title for resolving thread and marking thread as done

* Disabled state for submit button

* Submit with "Ctrl + Enter"

* UUIDs

* Make sure that `textAreaRef.current` is set

* Space below side thread

* Re-open thread when a comment is added to it

* Highlight text that is associated with the active thread

* Removes comment

* Release of @xolvio/plate-ui-comments@0.11.0

* fix: creating a new thread in Firefox

* refactoring of text area on show logic

* fix: reset value when switching to a different thread

* some refactoring regarding the text area value

* Always focus the text area when opening a thread

to make it a little bit more straight forward to add a reply (one step less. The step to focus the text area).

* Release of @xolvio/plate-ui-comments@0.11.1

* Submitting comment also with Cmd + Enter

mainly for Mac

* fix: prevent default when pressing "Ctrl + Enter" or "Cmd + Enter"

* fix: insert a line break when pressing enter and the contacts list is closed

* Release of @xolvio/plate-ui-comments@0.12.0

* Preserve white space and line breaks

* Release of @xolvio/plate-ui-comments@0.13.0

* Release of @xolvio/plate-ui-comments@0.13.1

* Reference to the build script in the documentation

* Adds instructions for building the first time

* Adds instructions for building the first time

* Refactor comments (#3)

* Refactor comments to keep up with main

* Fix problems

* Refactor component types

* Refactoring

* Rename comments packages and rearrange directories

* Refactor Comments UI components

* Refactor Comments UI components

* Refactor Comments UI components

* Refactor components to new structure

* Remove local setup

* refactorings

* Refactorings

* Refactorings

* Refactorings

* Style refactorings

* Cleanup

* Setup example

* install

* docs

* clean

* Setup comments in docs

* clean

* clean

* clean

* clean

* clean

* clean

* clean

* refactor

* Fixes and cleanup

* Fix import for Excalidraw component (#1975)

* Fix floating link insert popup closing other editors popups (#1976)

* Fix floating link insert popup closing other editors popups

* Create few-elephants-roll.md

Co-authored-by: Ziad Beyens <ziyad.beyens@gmail.com>

* Fix: don't render `FloatingLink` on `readOnly` (#1978)

* fix

* Create popular-spoons-type.md

* Create large-tips-heal.md

* Version Packages (#1977)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* feat

* Fix floating link escape handling (#1981)

* Fix floating link escape handling

* Create loud-emus-return.md

Co-authored-by: Ziad Beyens <ziyad.beyens@gmail.com>

* Version Packages (#1982)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix code line normalization on backspace (#1911)

* Fix code line normalization on backspace

* Add changeset

* Update docblocks

* Fix lints

* Fix tests

* Fix list plugin adjusting selection range on Tab or ShiftTab keypress (#1986)

* Version Packages (#1988)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Cloud (#1974)

* Working pre-made cloud attachment in examples

* File attachments working

* Showing an image but we are in an incomplete state

* Upload images works without resizing

* Moved status bar container styling to .styles.ts file

* Add image resizing

* Add cloud.getSaveValue for Plate Cloud

* Add cloud method finishUploads

* Rename cloud examples to plate-cloud

* Add Plate Cloud to navbar and try Plate Cloud on home page subject to review

* Move PlateCloudLogo and fix lint issue

* Rename CloudAttachmentElement styles

* Add css styling for all cloud components

* Add instructions for local examples setup for Plate Cloud

* Plate cloud docs failure

* Update cloud plugin docs

* Update packages/cloud/package.json

Co-authored-by: Ziad Beyens <ziad.beyens@gmail.com>

* Add plate back to sidebarItems in examples

* Moved plate-ui-cloud from ui/nodes/cloud to ui/cloud

* Complete the README.md for packages/cloud

* Use getPluginType on cloud attachment with an ignore

* Remove plate-cloud and plate-ui-cloud from the default plate and plate-ui

* Use KEY_CLOUD constant in createCloudPlugin

* Rename onDrop and onPaste to onDropCloud and onPasteCloud

* Rename type CloudEditor to PlateCloudEditor

* Fix various linting issues for plate-cloud and removed some debug logging

* Remove plate-cloud from plate-headless

* Replace zustand with zustood

* Remove some unused code in createUploadStore

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

Co-authored-by: Sunny Hirai <thesunny@gmail.com>

* docs

* docs

* Version Packages (#1989)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs (#1983)

Co-authored-by: zbeyens <zbeyens@users.noreply.github.com>

* docs

* fix cloud ui (#1991)

* feat

* Create odd-apes-double.md

* fix

* Version Packages (#1992)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* docs (#1993)

Co-authored-by: zbeyens <zbeyens@users.noreply.github.com>

* fix

* Fix/cloud (#1995)

* feat

* fix

* fix

* Create cyan-badgers-develop.md

* Version Packages (#1997)

* docs (#1996)

Co-authored-by: zbeyens <zbeyens@users.noreply.github.com>

* Improve documentation on Plate Cloud (#1998)

* Fix mention keydown handler (#1999)

* Version Packages (#2000)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* Fix link hotkey prevent default (#2005)

* Fix link hotkey prevent default

* Create cool-grapes-jam.md

* plugin-table: Add `at` option for inserts (#2006)

* Add `at` option to insertTableColumn

* Add `at` option to insertTableRow

* Create cuddly-cups-cover.md

Co-authored-by: Ziad Beyens <ziad.beyens@gmail.com>

* docs (#2003)

Co-authored-by: zbeyens <zbeyens@users.noreply.github.com>

* feat

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

* refactor

Co-authored-by: Jonas Aschenbrenner <jonas.aschenbrenner@gmail.com>
Co-authored-by: SanjoSolutions <61918211+SanjoSolutions@users.noreply.github.com>
Co-authored-by: zbeyens <ziad.beyens@gmail.com>
Co-authored-by: Osama Tanveer <osamatanveer@Osamas-MacBook-Pro.local>
Co-authored-by: Aditya Vaishnav <firehudson@gmail.com>
Co-authored-by: Danila <daniil.demidovich@gmail.com>
Co-authored-by: Ziad Beyens <ziyad.beyens@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Adam Charron <adam@charrondev.com>
Co-authored-by: Sunny Hirai <thesunny@gmail.com>
Co-authored-by: zbeyens <zbeyens@users.noreply.github.com>
Co-authored-by: Danila <O4epegb@mail.ru>
Co-authored-by: Florian <f.oellerich@epages.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant