Skip to content
Marcel Klehr edited this page Aug 13, 2016 · 7 revisions

This page outlined the plans for the development of Hive.js. Features were sorted by the version they are expected to land in. Now, you can simply examine the milestones.

Future versions

v0.10

v0.9

Current version

v0.8

  • Automatic locale detection
  • Add QuillJS+ot-rich-text editor
  • Pass on localize events to ckeditor
  • Factor the color choosing code out of hive-authoship-markers-ckeditor
  • Use primus instead of shoe (sockJS)
  • Minify builld.js
  • Ckeditor setting for rtl content

Previous versions:

v0.7

  • ui: "settings/document (for everyone)" should not be visible for non-owners (plugin-my-documents)
  • Config inheritance
  • core/sync: waterline adapter creates snapshots with document:null
  • codemirror: Syntax highlighting doesn't work
  • settings: per-document codemirror settings have no effect
  • localization: Augment incomplete locales with the english messages
  • ui: Support rtl languages
  • ui: Separate import and export providers + put them in separate npm modules

v0.6

  • Add author to snapshots
  • UI: issues on smaller screens
  • Expose render functions of session etc.
  • Editor: Show some indicator if disconnected
  • Reconnection doesn't work
  • Implement actions & reducers for leaving an editor instance
  • Don't wait for orm:initialized before registering stuff -- makes debugging really hard
  • Move all ui components to hive-ui and all server-side components to hive-core?
  • Fix language file redundancy: Don't use en lang code inside en.json
  • Localization
  • docx/odt import/export
  • SVG to PNG export
  • Reduce weight of build.js by loading codemirror modes on the fly?
  • ui: Use reduce-reducers enhancement
  • ui: Only render once per animationframe

v0.5

v0.4

Clone this wiki locally