Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ueberdosis/tiptap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: @tiptap/html@2.0.0-beta.178
Choose a base ref
...
head repository: ueberdosis/tiptap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: @tiptap/html@2.0.0-beta.179
Choose a head ref
  • 4 commits
  • 86 files changed
  • 3 contributors

Commits on Jun 19, 2022

  1. build(deps): bump actions/cache from 3.0.3 to 3.0.4 (#2877)

    Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v3.0.3...v3.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    cb45200 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump actions/setup-node from 3.2.0 to 3.3.0 (#2878)

    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.3.0.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](actions/setup-node@v3.2.0...v3.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 19, 2022
    Configuration menu
    Copy the full SHA
    2fa2c22 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. chore: migrate to new versions of prosemirror packages (#2854)

    * refactor: upgrade prosemirror packages to new typescript versions
    
    * refactor: migrate to new typings from prosemirror
    
    * style: fix linting issues
    
    * style: fix linting issues
    
    * style: fix linting issues
    
    * fix(ci): fix build process by reimplement filterTransaction
    
    * fix(extension-test): fix broken build because of wrong output file names
    
    * fix: fix prosemirror-tables not being bundled correctly for ES6
    
    * fix: move to prosemirror-tables-contently until es6 build is working
    
    * fix: fix tests for youtube
    
    * fix: fix youtube test
    
    * fix(demos): fix demos build
    bdbch authored Jun 20, 2022
    Configuration menu
    Copy the full SHA
    1ebc8f8 View commit details
    Browse the repository at this point in the history
  2. Publish

     - @tiptap/core@2.0.0-beta.180
     - @tiptap/extension-bubble-menu@2.0.0-beta.60
     - @tiptap/extension-character-count@2.0.0-beta.30
     - @tiptap/extension-code-block-lowlight@2.0.0-beta.72
     - @tiptap/extension-code-block@2.0.0-beta.41
     - @tiptap/extension-collaboration@2.0.0-beta.37
     - @tiptap/extension-dropcursor@2.0.0-beta.28
     - @tiptap/extension-floating-menu@2.0.0-beta.55
     - @tiptap/extension-focus@2.0.0-beta.44
     - @tiptap/extension-gapcursor@2.0.0-beta.38
     - @tiptap/extension-history@2.0.0-beta.25
     - @tiptap/extension-horizontal-rule@2.0.0-beta.35
     - @tiptap/extension-link@2.0.0-beta.42
     - @tiptap/extension-mention@2.0.0-beta.101
     - @tiptap/extension-placeholder@2.0.0-beta.52
     - @tiptap/extension-subscript@2.0.0-beta.13
     - @tiptap/extension-superscript@2.0.0-beta.13
     - @tiptap/extension-table@2.0.0-beta.53
     - @tiptap/extension-task-item@2.0.0-beta.36
     - @tiptap/extension-youtube@2.0.0-beta.5
     - @tiptap/html@2.0.0-beta.179
     - @tiptap/react@2.0.0-beta.113
     - @tiptap/starter-kit@2.0.0-beta.189
     - @tiptap/suggestion@2.0.0-beta.96
     - @tiptap/vue-2@2.0.0-beta.83
     - @tiptap/vue-3@2.0.0-beta.95
    philippkuehn committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    a1e612b View commit details
    Browse the repository at this point in the history
Loading