Remirror: v0.1.0 Release

Release date:
June 11, 2019
Previous version:
v0.0.1-alpha.11 (released April 2, 2019)
Magnitude:
2,744 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

22 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored June 10, 2019
Authored June 10, 2019
Authored June 10, 2019
Authored June 9, 2019
Authored June 10, 2019
Authored June 11, 2019
Authored June 11, 2019
Authored April 15, 2019
Authored June 11, 2019
Authored June 10, 2019
Authored June 10, 2019
Authored June 10, 2019
Authored June 10, 2019
Authored April 3, 2019

Top Contributors in v0.1.0

ifiokjr
hennessyevan

Directory Browser for v0.1.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

Added

  • Enable remirror as a controlled component #79 #78.
  • @remirror/ui-markdown - Still in progress.
  • @remirror/extension-multicursor - this is currently just a stub (almost no code).
  • @remirror/api-documenter - will be used to generate the api documentation.

Changed

  • BREAKING: Rename all extensions to include an Extension postfix. e.g. Emoji is now EmojiExtension. This will hopefully reduce name collisions in the future.
  • Improves the puppeteer testing by separating it out from unit tests in the package.
  • Upgrade docz to v1 #65.
  • General improvements to docs.
  • Fixes missing TypeScript definitions #77.
  • Fixes crash when rendering a ReactNodeView in NextJS #75.