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: ianstormtaylor/slate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: deepnote/slate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: deepnote
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 186 files changed
  • 5 contributors

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    7ddbd36 View commit details
    Browse the repository at this point in the history
  2. add build script to README

    jankuca committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    bee99c2 View commit details
    Browse the repository at this point in the history
  3. add build artifacts (dist)

    jankuca committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    adf7983 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f663c78 View commit details
    Browse the repository at this point in the history
  5. Patch slate-react to remove firefox special case focus

    This ports the patch from https://github.com/deepnote/deepnote/pull/7416 - more info in this PR and the linked comment (quote below)
    
    > it seems that when I go from a text block to a monaco block using up arrow in Firefox, this generates 2 set_selection ops instead of 1, which breaks the logic of this PR.
    >
    > In Chrome only 1 op is generated, so it works.
    >
    > Any idea why FF emits 2? I just checked Milan's prototype and it also emits only 1 in Firefox so I suspect we're somehow causing this in our code (even though both ops originate on the onDOMSelectionChange handler in Slate when I check the call stack).'
    the21st authored and jankuca committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    6212ddf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3239dd5 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    8caff29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2395d69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d56b404 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Merge pull request #2 from deepnote/andy/nb-2665-add-display-names-to…

    …-slate-context-providers
    
    Add display names to Slate context providers
    andyjakubowski authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    34d6065 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

  1. Configuration menu
    Copy the full SHA
    7921e28 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from deepnote/ls/release-to-npm

    chore: release slate and slate-react to npm
    saltenasl authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    7f28c38 View commit details
    Browse the repository at this point in the history
  3. chore: publish to npm

    saltenasl committed Nov 24, 2025
    Configuration menu
    Copy the full SHA
    d6d1cd2 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Configuration menu
    Copy the full SHA
    0ee4ffc View commit details
    Browse the repository at this point in the history
Loading