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: nextcloud/text
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5d32577
Choose a base ref
...
head repository: nextcloud/text
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e39beaf
Choose a head ref
  • 5 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 24, 2022

  1. Replace deprecated String.prototype.substr()

    .substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
    
    Signed-off-by: Tobias Speicher <rootcommander@gmail.com>
    CommanderRoot committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    3edcd41 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Merge pull request #2253 from CommanderRoot/refactor/rm-deprecated-su…

    …bstr
    
    Replace deprecated String.prototype.substr()
    max-nextcloud authored Mar 26, 2022
    Configuration menu
    Copy the full SHA
    647c655 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. build(deps): bump prosemirror-transform from 1.3.4 to 1.4.0

    Bumps [prosemirror-transform](https://github.com/prosemirror/prosemirror-transform) from 1.3.4 to 1.4.0.
    - [Release notes](https://github.com/prosemirror/prosemirror-transform/releases)
    - [Changelog](https://github.com/ProseMirror/prosemirror-transform/blob/master/CHANGELOG.md)
    - [Commits](ProseMirror/prosemirror-transform@1.3.4...1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: prosemirror-transform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    dependabot[bot] authored and nextcloud-command committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    5555004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d8aff0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. build(deps): bump prosemirror-view from 1.23.9 to 1.23.10

    Bumps [prosemirror-view](https://github.com/prosemirror/prosemirror-view) from 1.23.9 to 1.23.10.
    - [Release notes](https://github.com/prosemirror/prosemirror-view/releases)
    - [Changelog](https://github.com/ProseMirror/prosemirror-view/blob/master/CHANGELOG.md)
    - [Commits](ProseMirror/prosemirror-view@1.23.9...1.23.10)
    
    ---
    updated-dependencies:
    - dependency-name: prosemirror-view
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
    dependabot[bot] authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e39beaf View commit details
    Browse the repository at this point in the history
Loading