-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Comparing changes
Open a pull request
base repository: ianstormtaylor/slate
base: main
head repository: deepnote/slate
compare: deepnote
- 14 commits
- 186 files changed
- 5 contributors
Commits on Jan 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7ddbd36 - Browse repository at this point
Copy the full SHA 7ddbd36View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee99c2 - Browse repository at this point
Copy the full SHA bee99c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf7983 - Browse repository at this point
Copy the full SHA adf7983View commit details -
Make slate know about our void node content
Ports a patch from https://github.com/deepnote/deepnote/pull/6751
Configuration menu - View commit details
-
Copy full SHA for f663c78 - Browse repository at this point
Copy the full SHA f663c78View commit details -
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).'
Configuration menu - View commit details
-
Copy full SHA for 6212ddf - Browse repository at this point
Copy the full SHA 6212ddfView commit details -
add hack for Deepnote multi-block selection and Monaco
Ports a patch from https://github.com/deepnote/deepnote/pull/11391
Configuration menu - View commit details
-
Copy full SHA for 3239dd5 - Browse repository at this point
Copy the full SHA 3239dd5View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8caff29 - Browse repository at this point
Copy the full SHA 8caff29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2395d69 - Browse repository at this point
Copy the full SHA 2395d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for d56b404 - Browse repository at this point
Copy the full SHA d56b404View commit details
Commits on Jun 3, 2024
-
Merge pull request #2 from deepnote/andy/nb-2665-add-display-names-to…
…-slate-context-providers Add display names to Slate context providers
Configuration menu - View commit details
-
Copy full SHA for 34d6065 - Browse repository at this point
Copy the full SHA 34d6065View commit details
Commits on Nov 24, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7921e28 - Browse repository at this point
Copy the full SHA 7921e28View commit details -
Merge pull request #3 from deepnote/ls/release-to-npm
chore: release slate and slate-react to npm
Configuration menu - View commit details
-
Copy full SHA for 7f28c38 - Browse repository at this point
Copy the full SHA 7f28c38View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6d1cd2 - Browse repository at this point
Copy the full SHA d6d1cd2View commit details
Commits on Dec 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0ee4ffc - Browse repository at this point
Copy the full SHA 0ee4ffcView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...deepnote