Commit Graph

562 Commits (68469a4dbb021f92e66b8e65585fa183782d239e)
 

Author SHA1 Message Date
Mike Fix 68469a4dbb rect needs ids
Michael Fix bd695b7fd1
convert ids to classNames, use refs ()
Mike Fix e8f72be402 lint
Rodolfo Aguirre 4f52ecd161 Add SPARQL language support ()
Mike Fix dbbbb2f33f fix Carbon <title>
Mike Fix 6149f0d67c 3.4.5
Mike Fix 624591b53a integration tests:
Mike Fix 9a86e7e7c4 prepare
Michael Fix d44fe06e28
Add files via upload
Mike Fix f50242049d remove old service-worker comments
Mike Fix 491091d0ef support POST to /oembed too
Mike Fix 05f476d363 implement oembed provider
Jack Hanford ed3ab8f8de restore offline ()
* restore offline

* move service-worker.js file to /public

* don't inclue withOffline during dev

* bump next-offline
Mike Fix 8e13d2d05c allow editing in embeds
Mike Fix 25fa1eec6e update copy button text
Mike Fix 004ac6c902 hide cursor
Mike Fix 92a80429f3 move manifest to all pages
Mike Fix c0ff116de8 embeds
expose CodeMirrorLink, load only necessary theme in embed

implement copy button in Carbon window controls

add copy to queryParam

use next/head and metatags in /embed

make editor have router prop

fix now.json rewrites

allow local stylesheets in embed
Mike Fix 1d85149a97 fix api.image call logic
Michael Fix fa983f6fbe
Make carbon a stateless component, move highlight.js calc into render ()
* make carbon a stateless component, move highlight.js calc into render

* remove unneeded class function

* inline handleLanguageChange
Michael Fix 09fa737ca1
move localStorage.clear() to prop of Editor ()
Mike Fix 2c619fbcb6 3.4.4
Mike Fix cc5981509e update integration test
Mike Fix 53e9e38e19 remove \`history\` package
Mike Fix 6fc3d2b5e1 use react-addons-shallow-compare for comparing state
Tim Neutkens 2e945fc528 Don't use custom history API ()
* Add shallowEquals check for onUpdate

* Using Next.js Router instead of custom history API

Fixes https://github.com/zeit/next.js/issues/4994

* Remove urlObject code
Mike Fix d41f05d9c1 update comment
Mike Fix d70c8f0c2a upgrade codemirror CDN links to 5.39.2 (patch)
Mike Fix 23e5524d2a remove next-offline for now
Mike Fix 5b80d2a7bf add comment about <link rel='preload'>
Mike Fix 2f6a1e6815 3.4.3
Mike Fix b19bbf26ae Fix preload for Firefox
Mike Fix ded88c2e40 remove unused aria 'role'
Mike Fix f308822fc6 3.4.2
Mike Fix d8f24bda48 add viewport meta tag
Michael Fix ebf8a9e3ba
Update README.md
Michael Fix f7bbafa696
add rachelcarmena as contributor ()
Michael Fix 6c9a09e522
Clean up () (patch)
* clean up things

* introduce toggle fn

* remove constructor from Collapse (ignore)

* prettier (ignore)

* make Collapse a PureComponent (ignore)

* give ExportSizeSelect a display name (ignore)

* give ThemeSelect a display name (ignore)

* Toggle: displayName, PureComponent, remove constructor (ignore)

* Meta and Slider display names (ignore)

* remove ThemeSelect constructor (ignore)

* fix lint-staged, prettier
Mike Fix 584a866bc1 fix comment
Michael Fix d3462bb961
Make `api` a prop of Editor ()
Mike Fix a1b8b00ff5 3.4.1
Michael Fix c22a8e2a0d
Remove gDSFP in Carbon ()
* remove gDSFP in Carbon

* add comment
Rachel M. Carmena a0b1c29727 Adding a note into About page for making images accessible at Twitter ()
* Adding a note into About page for making images accessible at Twitter

* Formatting the page

* update spacing
Mike Fix b665dfc5f4 fix pathname issues when using next export
Mike Fix 20f9b5aa82 decoding from local storage bug fix
Mike Fix 0441205217 decode language html correctly
Mike Fix a16141bdfa fix default language dropdown
Mike Fix 83b161a1e5 3.4.0
Mike Fix 0c99209744 sync up package.json version with tags
Michael Fix 0580e1c8e8
Separate API service, deploy frontend statically ()
* extract server into separate service

* fix basic tests with url.parse

* use Next withRouter

* remove old custom next rendering