Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies #115

Merged
merged 25 commits into from May 21, 2019
Merged

Upgrade dependencies #115

merged 25 commits into from May 21, 2019

Conversation

dmitrizzle
Copy link
Contributor

No description provided.

@dmitrizzle dmitrizzle merged commit 3cfea7a into v8 May 21, 2019
@dmitrizzle dmitrizzle deleted the upgrade-dependencies branch May 21, 2019 06:06
dmitrizzle added a commit that referenced this pull request May 22, 2019
* Prettier (#114)

* Prettier config

* Added eslint, and prettier, started fixing files

* Linted everything

* More linting

* Removed useless readme, added precommit example

* Fix file ref in example

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Remove useless code from example

* Updated settings in linter'

* Upgrade dependencies (#115)

* Prettier config

* Added eslint, and prettier, started fixing files

* Linted everything

* More linting

* Removed useless readme, added precommit example

* Fix file ref in example

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Remove useless code from example

* Updated settings in linter'

* Upgraded styled-components, slate, webpack packagers

* Upgrade upto Slate@0.36 and fix for focused image style

* Prettier command ran

* Codestyles

* Change linter prefs

* Fix linter prefs and prepare scripts

* Updated snapshots

* Update prettier integration

* Update webpack dev server

* Fix tests

* Spacing

* Fix tests

* Upgraded babel to .env, fixed jest (#117)

* Fix yarn.lock

* Moar tests (#118)

* Upgraded babel to .env, fixed jest

* Added a few tests

* Added test to example file

* Add a prop possibility for default value

* Utilized example value in snapshot test

* Added comments

* Fix compiler script

* Fix scripts for cleaner dist output

* Correctly ommit test files, smaller output package

* Added badges, attempting to fix Travis branches

* Modify Travis script

* Remove unconsumed  prop, add comments and acknowledgements

* More tests

* Update readme

* Fix yarn.lock and snapshots

* Update dev dependencies (#119)

* Upgraded babel to .env, fixed jest

* Added a few tests

* Added test to example file

* Add a prop possibility for default value

* Utilized example value in snapshot test

* Added comments

* Fix compiler script

* Fix scripts for cleaner dist output

* Correctly ommit test files, smaller output package

* Added badges, attempting to fix Travis branches

* Modify Travis script

* Remove unconsumed  prop, add comments and acknowledgements

* More tests

* Update readme

* Fix typo

* Simplify snapshot test boilerplate

* Copy edits

* Bump dependencies, update snapshot tests

* Fix snapshots and yarn.lock

* Upgrade slate (#120)

* Upgraded babel to .env, fixed jest

* Added a few tests

* Added test to example file

* Add a prop possibility for default value

* Utilized example value in snapshot test

* Added comments

* Fix compiler script

* Fix scripts for cleaner dist output

* Correctly ommit test files, smaller output package

* Added badges, attempting to fix Travis branches

* Modify Travis script

* Remove unconsumed  prop, add comments and acknowledgements

* More tests

* Update readme

* Fix typo

* Simplify snapshot test boilerplate

* Copy edits

* Bump dependencies, update snapshot tests

* 37 + compat

* Started working on slate-auto-replace compatibility

* Added When plugin wrapper to fulfill onlyIn function

* Upgrade to next version of Slate, work on depreciations

* Version bump and compatibility fixes

* Upgrade slate, fix pasting HTML

* Upgrade slate and break out images on paste

* Fix image insert and HR

* Remove focus from images when editor is not in focus

* Fix focus issues

* Unwrap images

* Remove unused function

* Fixed autoreplace for quotes

* Fix HR behaviour

* Fix spontanious edits when double-clicking in certain areas of text

* Fixed linter tool

* Added eslint ignore settings

* Update snapshots, remove unused method

* Restored paste plain html function on plugin

* Kill failing tests

* Fix tests

* Even branches

* Clean up

* Sync index with v8

* Upgrade to slate 35

* Fix slate-when to rely on earlier version of slate

* Fix reference links

* Squish text

* Fix snapshots, fix regressions introduced through merge

* Locked versions and fixed snapshot

* Reinstall yarn dep
dmitrizzle added a commit that referenced this pull request Jun 22, 2019
* Add import instructions for <Reader />

* Update README.md

* Safeswitch

* Downgrade Slate to fix regressions (#121)

* Prettier (#114)

* Prettier config

* Added eslint, and prettier, started fixing files

* Linted everything

* More linting

* Removed useless readme, added precommit example

* Fix file ref in example

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Remove useless code from example

* Updated settings in linter'

* Upgrade dependencies (#115)

* Prettier config

* Added eslint, and prettier, started fixing files

* Linted everything

* More linting

* Removed useless readme, added precommit example

* Fix file ref in example

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Another fix to dir

* Remove useless code from example

* Updated settings in linter'

* Upgraded styled-components, slate, webpack packagers

* Upgrade upto Slate@0.36 and fix for focused image style

* Prettier command ran

* Codestyles

* Change linter prefs

* Fix linter prefs and prepare scripts

* Updated snapshots

* Update prettier integration

* Update webpack dev server

* Fix tests

* Spacing

* Fix tests

* Upgraded babel to .env, fixed jest (#117)

* Fix yarn.lock

* Moar tests (#118)

* Upgraded babel to .env, fixed jest

* Added a few tests

* Added test to example file

* Add a prop possibility for default value

* Utilized example value in snapshot test

* Added comments

* Fix compiler script

* Fix scripts for cleaner dist output

* Correctly ommit test files, smaller output package

* Added badges, attempting to fix Travis branches

* Modify Travis script

* Remove unconsumed  prop, add comments and acknowledgements

* More tests

* Update readme

* Fix yarn.lock and snapshots

* Update dev dependencies (#119)

* Upgraded babel to .env, fixed jest

* Added a few tests

* Added test to example file

* Add a prop possibility for default value

* Utilized example value in snapshot test

* Added comments

* Fix compiler script

* Fix scripts for cleaner dist output

* Correctly ommit test files, smaller output package

* Added badges, attempting to fix Travis branches

* Modify Travis script

* Remove unconsumed  prop, add comments and acknowledgements

* More tests

* Update readme

* Fix typo

* Simplify snapshot test boilerplate

* Copy edits

* Bump dependencies, update snapshot tests

* Fix snapshots and yarn.lock

* Upgrade slate (#120)

* Upgraded babel to .env, fixed jest

* Added a few tests

* Added test to example file

* Add a prop possibility for default value

* Utilized example value in snapshot test

* Added comments

* Fix compiler script

* Fix scripts for cleaner dist output

* Correctly ommit test files, smaller output package

* Added badges, attempting to fix Travis branches

* Modify Travis script

* Remove unconsumed  prop, add comments and acknowledgements

* More tests

* Update readme

* Fix typo

* Simplify snapshot test boilerplate

* Copy edits

* Bump dependencies, update snapshot tests

* 37 + compat

* Started working on slate-auto-replace compatibility

* Added When plugin wrapper to fulfill onlyIn function

* Upgrade to next version of Slate, work on depreciations

* Version bump and compatibility fixes

* Upgrade slate, fix pasting HTML

* Upgrade slate and break out images on paste

* Fix image insert and HR

* Remove focus from images when editor is not in focus

* Fix focus issues

* Unwrap images

* Remove unused function

* Fixed autoreplace for quotes

* Fix HR behaviour

* Fix spontanious edits when double-clicking in certain areas of text

* Fixed linter tool

* Added eslint ignore settings

* Update snapshots, remove unused method

* Restored paste plain html function on plugin

* Kill failing tests

* Fix tests

* Even branches

* Clean up

* Sync index with v8

* Upgrade to slate 35

* Fix slate-when to rely on earlier version of slate

* Fix reference links

* Squish text

* Fix snapshots, fix regressions introduced through merge

* Locked versions and fixed snapshot

* Reinstall yarn dep

* v0.10.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant