Highlights
- 4 discussions answered
Block or Report
Block or report thegreatercurve
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
react-simple-crop Public
✂️ A React component library for cropping and previewing imagesTypeScript 18
-
-
-
json-cyclic Public
Small utility library to replace circular references in JavaScript with JSONPaths
JavaScript 12
-
graphql-sqs-subscriptions Public
A graphql subscriptions implementation using AWS SQS and Apollo's GraphQL Subscriptions
-
facebook/lexical Public
Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.
308 contributions in the last year
Contribution activity
June 2022
Created 26 commits in 1 repository
Created a pull request in facebook/lexical that received 3 comments
Autogenerate TypeScript declaration files
Remove .d.ts files and set absolute path aliases to .ts files.
Fix any resulting type errors.
Add logic to build pipeline to emit type declaration…
Opened 22 other pull requests in 1 repository
facebook/lexical
1
open
21
merged
- Migrate to TS strict mode 6/n
-
Fix deprecation warning for
initialEditorState - Migrate to TS strict mode 5/n
- Fix composition bugs with TS Strict Mode 4/n
- Migrate to TS strict mode 3/n
- Fix rewrite imports script
- Migrate to TS strict mode 2/n
- Migrate to TS strict mode 1/n
- Add missing Flow type
- Revert "Prevent dispatching redundant can undo/redo commands (#2394)"
- Remove unnecessary editor state generic from Flow types
- Exclude TS files from WWW build
-
Fix
lexical-offsettype errors -
Improve
Spreadtype - Lint for correct header in scripts and config files
-
Add
eslint-plugin-headerto lint for correct MIT licence header - Fix non-existant Spread import
-
Remove
utility-types -
Editor instance
toJSONshould calltoJSONmethod on editor state - Remove watch mode scripts
- Fix utility type bugs for TS
- Remove immutable node references
Reviewed 31 pull requests in 1 repository
facebook/lexical
25 pull requests
- Migrate to TS strict mode 3/n
- chore: add e2e tests for maxlength plugin
- Deploy Lexical prod build to Vercel
- CI check against prod bundle
- Inserting inline elements
- Fix can format backwards when at first text node boundary
- Fix button--outline hover color dark mode
- 0.3.5
- 0.3.4 Release
-
Fix
lexical-offsettype errors - Bundle Lexical DevTools with Vite
- Customizable DecoratorBlockNode via theme
- [0.4] Remove INERT mode
-
Add
eslint-plugin-headerto lint for correct MIT licence header - Add importJSON/exportJSON to test nodes
- GitHub CI run tsc
- Fix backspace bug with non-RangeSelection
- Make PollPlugin nodes selectable
- Update copyrights
- Simplify clickable links checks
- Prevent dispatching redundant can undo/redo commands
- Create DevTools Browser Extension Scaffold
- Handle other selection types for embed
- Fix bad target issue for backspace/delete
- Update docs
- Some pull request reviews not shown.
Created an issue in facebook/lexical that received 1 comment
Prefix functions within a command callback with $
Under certain conditions, we trigger the command listeners within an editor.update block, so we should probably think about renaming any of the cal…

