NoDivide / astrum

A lightweight pattern library designed to be included with any web project.
http://astrum.nodividestudio.com
1.54k stars 98 forks source link

upgrading to release/2.0.0 ? #151

Closed rossmc closed 6 years ago

rossmc commented 6 years ago

Tell us about the issue you are experiencing

Just a couple of questions...

  1. Will version 2 be compatible with version 1?
  2. How can I upgrade to release/2.0.0?

Your environment

Platform: OS Version: OSX v 10.12.6 Node Version: v6.11.3 NPM Version: 5.3.0 Astrum Version: 1.9.5

Andy-set-studio commented 6 years ago

Hey Ross,

Here's your answers:

  1. We'll be working hard to make sure there are very few, if any breaking changes in version 2. We certainly don't want to make it difficult to upgrade.
  2. The release/2.0.0 branch is a pre-release, work in progress branch. You can use it though by checking it out and then running npm link inside of the astrum directory.

I hope that helps!