Commit Graph

1833 Commits (fee170d1284c91d9496f865b71df06fa0abb2671)
 

Author SHA1 Message Date
Mike Fix 7408fec143 scroll jump on preset application is fixed
Mike Fix 9032c70dd8 fix up old Toolbar TODO
Mike Fix 365d900445 eliminate CodeMirror cursors on save
Michael Fix 0c9490a077
Update README.md
Mike Fix 60e678c980 4.0.7
Mike Fix 50fad03fa1 prevent janky announcement hide
Mike Fix a44756b2ab don't show announcement when signed in
Mike Fix 520e19ab44 reduce payload sent for storage
Mike Fix 068ad43937 fix linting
Mike Fix 3992791b34 upgrade minor deps
Mike Fix a2cb2fd517 remove unnecessary /static now config
Mike Fix 351b13ea0e 4.0.6
Mike Fix f3e912d999 SSR embeds
Mike Fix 37c546437b fix embeds for now
Mike Fix ad59a69603 4.0.5
Mike Fix e2fb62c068 fix forking snippet with no code
Mike Fix da5c77b0e1 upgrade dependencies
Michael Fix 7f0406dc93
Update README.md
Mike Fix 15710e8ab6 debounce carbon duplication
Michael Fix e0ed4bebdc Merge in 4.0.0 ()
* merge in 4.0

* dev mode with firebase impl

* useReducer for toasts state
Mike Fix 54fdf2fe46 4.0.4
Andrew Dassonville 830442c64a Add support for first line number setting ()
* Add support for first line number setting

* Set min value to 0

* Add number types

* add label and width settings to Input

* use Input component instead of Text

* remove unused types

* first-row -> first-line-number-row

* more .row into global stylesheet
Chris Brown d5fd308828 Update about.js ()
Michael Fix 0e4dd9556b
Update ranger.yml
Michael Fix d6a86c4155 update installing carbon for desktop ()
Mike Fix 989e56475f 4.0.3
Michael Fix ecaf48b30c
Bundle size ()
* just load SketchPicker

* remove colornames package

* load other highlight.js modes lazily

* add bundle analyzer hook

* only load modes once per session

* fix up modes loaded

* fix up
Michael Fix 61e9951e37
Update README.md
Michael Fix 290e371661
Update README.md
Mike Fix 19cfabc09e 4.0.2
Mike Fix 73e1f9bd5d 4.0.1
Mike Fix f82944fd1e improve integration test
Michael Fix 9559891df6
Update FUNDING.yml
Michael Fix 552a9c99be
Store Unsplash background image not dataturl ()
* store background image, not background selection in presets

* move localStorage into save utils

* curry omit util fn

* clean up manual image upload by URL

* refactor image changes

* separate uploadImage from selectImage

* upgrade visual regression testing tests

* add TODOs
Mike Fix 3d86e9d77e 4.0.0
Mike Fix 8e1db7cb03 Merge branch 'opencollective' into master-release
Mike Fix ed62dd9a9c remove unused badges
Mike Fix 27cd3aefe7 fix editor selection state and improve click outside
Mike Fix 7b03e91e84 use useReducer for bold, italics, underline, and color
Mike Fix e180b9de8b improve highlight positioning
Mike Fix 7f8381c627 noop
Mike Fix 9dc13f702e clean up SelectionEditor code
Mike Fix 3ad106cd20 refactor onSelectionChange to class scope
Mike Fix 37debfdbad refactor onMouseUp to class scope
Mike Fix fc988fefba modifierOpenAt -> selectionAt
Mike Fix 20b56e9957 refactor onSelection to class scope
Mike Fix c6ce1662b2 pos -> position
Mike Fix d42b0ec65b refactor SelectionEditor into own file
Mike Fix 869ca859e2 bold, italics, underline, color work
Mike Fix a91d2f2307 More WIP