-
Notifications
You must be signed in to change notification settings - Fork 530
[release] 1.0.0 - Main thread #109
Comments
|
* [fixed] Remove duplicate dependency * [fixed] Demote React to a peer dependency Having React as a direct dependency can cause multiple versions of React to be bundled in applications that depend on a React version that doesn't match `^0.14.7`. * [changed] Allow both 0.14 and 15 versions of React
@sprjr did you forget to push the updated build files after 1.0.0-rc4? |
Let's add "update reactcommunity.org" to prevent getting more bug reports for things we've already fixed. |
@CMTegner looks like I did, yea. Releasing |
I merged several of the PRs in to master, and noticed that a test is failing - looking in to it a bit more but I'm not super familiar with the code as it's changed of the last few weeks. If I can get that test fixed up some time today/tomorrow I'll try to push a new RC out - that should be most of everything for v1? |
@CMTegner I pin pointed the failing test issue to 3f83a92, it looks like the It otherwise works in browser, it appears - maybe it's not something we can test easily with the current framework. |
As for 1.0: I sat down to start work on the menu positioning issue yesterday, but got sidetracked by rackt-cli not working (#107). It's pretty much impossible to do development if you're on npm 3, unless you hack I'm going to see if I can push something upstream to rackt-cli in my spare time this week, then get back to the menu issue. Speaking of |
@CMTegner hmm, you know what - I'm probably out of habit assuming there was a That being said - yea I'm all for removing build/dist from git in favor of something that more efficiently publishes the files folks actually need. I went ahead and published I'll take a look at #115 and get that merged in - is #107 a blocker for the release or are we good after that? After that we can clear up whatever clutter we have + open a new |
I don't think #107 is a blocker, as long as we manage to build and publish a working version using npm 2. It does however hinder new devs coming in to help us out, so I think it should be high on our list of things to fix. I haven't had much time this week to look at it, but hopefully I'll manage to set aside an hour this weekend. |
Alright, cool! I've finally pushed a fix for |
@CMTegner @sprjr colleagues, I don't think that enormous dependencies from
Looks so easy and understandable for contributor. We won't have problems with updating webpack to v2 etc and no enormous dependencies. |
From another issue comment from @CMTegner, here's the general 'remaining tasks before v1' list.
The text was updated successfully, but these errors were encountered: