Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Why not publish the new version to npm #936

Closed
MinJieLiu opened this issue Jan 11, 2017 · 4 comments
Closed

Why not publish the new version to npm #936

MinJieLiu opened this issue Jan 11, 2017 · 4 comments
Labels

Comments

@MinJieLiu
Copy link

MinJieLiu commented Jan 11, 2017

Why not publish the new version to npm, and now I can only install the 0.91 version.

@MinJieLiu MinJieLiu changed the title Why not to the new version is now released to npm Why not publish the new version to npm Jan 11, 2017
@davidchang
Copy link
Contributor

@flarnie - can you respond to this? related tasks: #839 and #835

@flarnie
Copy link
Contributor

flarnie commented Jan 15, 2017

Thanks for flagging this and linking to those other issues @davidchang - I hope that reading those two gives some context and partially answers your question @MinJieLiu.

In issue #839 we address the question "What's taking so long???" with two points:

  • Since we are improving the API in a breaking way, we are doing extra testing and preparing documentation to make the 0.10.0 and 0.11.0 releases run smoothly.
  • We are a tiny team with other projects, and so thanks for everyone's patience! We are actively working on catching up, and there are discussions ongoing for how to improve the state of this project. See Draft.js Roadmap Update #835.

We are in the process of testing 0.10.0 with the many and varied Facebook use cases of Draft.js, and writing an upgrade guide for the API changes that are coming in 0.10.0 and 0.11.0. That will take at least another couple of weeks, and if we discover any serious bugs then those have to be fixed before we release the 0.10.0 version. Fingers crossed though! 🍀

Thanks for your patience and interest in the project!

@mkhazov
Copy link

mkhazov commented Jan 17, 2017

There's a published package zj-draft-js, that reflects draft-js 0.10.0

In my webpack-based project I simply aliased it using webpack config:

resolve: {
    alias: {
      'draft-js': 'zj-draft-js'
    }
}

@MinJieLiu
Copy link
Author

@mkhazov Thank you!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants