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

v4.9.4 #420

Merged
merged 13 commits into from
Jan 1, 2025
Merged

v4.9.4 #420

merged 13 commits into from
Jan 1, 2025

Conversation

gloaysa and others added 13 commits December 30, 2024 19:45
* fix: depth issues in BulletedList with md serialize/deserialize; closes #345

* chore: remove console.log

* fix: list item children as list-item Descendant type

* update email examples (#391)

## Description

Added the ability to add Loom & Wistia videos in the Video plugin. Note that I'm not used to Typescrpt at all, so I might need some help with this if you see issues.

Fixes # (issue)

## Type of change

Please tick the relevant option.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

## Checklist:

- [ ] I have performed a self-review of my own code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have checked my code and corrected any misspellings

* Improvements for loom and wistia videos (#402)

* update email examples
## Description

Added the ability to add Loom & Wistia videos in the Video plugin. Note that I'm not used to Typescrpt at all, so I might need some help with this if you see issues.

Fixes # (issue)

## Type of change

Please tick the relevant option.

- [ ] Bug fix (non-breaking change which fixes an issue)
- [x ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] This change requires a documentation update

## Checklist:

- [ ] I have performed a self-review of my own code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have checked my code and corrected any misspellings

* fixes for loom and wistia providers

---------

Co-authored-by: 5andu <sandugolovatenco@gmail.com>

* Update deserialize.ts (#415)

* fix types

* add smooth selection between block

* fix: changes after review plus clean empty nodes

* fix: nested TodoList items

---------

Co-authored-by: Alexandru Golovatenco <38139664+5andu@users.noreply.github.com>
Co-authored-by: Akhmed Ibragimov <devopsbanda@gmail.com>
Co-authored-by: 5andu <sandugolovatenco@gmail.com>
Co-authored-by: Vaishnav Deore <86405648+Waishnav@users.noreply.github.com>
* changed ui for todo lists

* fix error with empty children descedant
 - @yoopta/editor@4.9.4-rc.0
 - @yoopta/exports@4.9.4-rc.0
 - @yoopta/marks@4.9.4-rc.0
 - @yoopta/accordion@4.9.4-rc.0
 - @yoopta/blockquote@4.9.4-rc.0
 - @yoopta/callout@4.9.4-rc.0
 - @yoopta/code@4.9.4-rc.0
 - @yoopta/divider@4.9.4-rc.0
 - @yoopta/embed@4.9.4-rc.0
 - @yoopta/file@4.9.4-rc.0
 - @yoopta/headings@4.9.4-rc.0
 - @yoopta/image@4.9.4-rc.0
 - @yoopta/link@4.9.4-rc.0
 - @yoopta/lists@4.9.4-rc.0
 - @yoopta/paragraph@4.9.4-rc.0
 - @yoopta/table@4.9.4-rc.0
 - @yoopta/video@4.9.4-rc.0
 - @yoopta/action-menu-list@4.9.4-rc.0
 - @yoopta/link-tool@4.9.4-rc.0
 - @yoopta/toolbar@4.9.4-rc.0
 - @yoopta/editor@4.9.4-rc.1
 - @yoopta/exports@4.9.4-rc.1
 - @yoopta/marks@4.9.4-rc.1
 - @yoopta/accordion@4.9.4-rc.1
 - @yoopta/blockquote@4.9.4-rc.1
 - @yoopta/callout@4.9.4-rc.1
 - @yoopta/code@4.9.4-rc.1
 - @yoopta/divider@4.9.4-rc.1
 - @yoopta/embed@4.9.4-rc.1
 - @yoopta/file@4.9.4-rc.1
 - @yoopta/headings@4.9.4-rc.1
 - @yoopta/image@4.9.4-rc.1
 - @yoopta/link@4.9.4-rc.1
 - @yoopta/lists@4.9.4-rc.1
 - @yoopta/paragraph@4.9.4-rc.1
 - @yoopta/table@4.9.4-rc.1
 - @yoopta/video@4.9.4-rc.1
 - @yoopta/action-menu-list@4.9.4-rc.1
 - @yoopta/link-tool@4.9.4-rc.1
 - @yoopta/toolbar@4.9.4-rc.1
 - @yoopta/editor@4.9.4
 - @yoopta/exports@4.9.4
 - @yoopta/marks@4.9.4
 - @yoopta/accordion@4.9.4
 - @yoopta/blockquote@4.9.4
 - @yoopta/callout@4.9.4
 - @yoopta/code@4.9.4
 - @yoopta/divider@4.9.4
 - @yoopta/embed@4.9.4
 - @yoopta/file@4.9.4
 - @yoopta/headings@4.9.4
 - @yoopta/image@4.9.4
 - @yoopta/link@4.9.4
 - @yoopta/lists@4.9.4
 - @yoopta/paragraph@4.9.4
 - @yoopta/table@4.9.4
 - @yoopta/video@4.9.4
 - @yoopta/action-menu-list@4.9.4
 - @yoopta/link-tool@4.9.4
 - @yoopta/toolbar@4.9.4
@Darginec05 Darginec05 merged commit f577dcc into master Jan 1, 2025
@Darginec05 Darginec05 deleted the v4.9.4 branch January 1, 2025 17:48
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.

2 participants