nextbitlabs / Rapido

Write your blog posts with semantic HTML.
https://nextbitlabs.github.io/Rapido/
MIT License
23 stars 4 forks source link

close #127 | Point to a specific version of Rapido in the documentation #129

Closed riccardoscalco closed 5 years ago

riccardoscalco commented 5 years ago

The scope of this PR is to point to a specific version in the documentation, this prevents to introduce breaking changes of major releases. Users should switch to a new major release carefully, reading release notes and looking at the final result on their published documents.

In the docs, I used the semver range https://unpkg.com/@nextbitlabs/rapido@^3/rapido.css for targeting versions >=3.0.0 <4.0.0.

Moreover, I mentioned how to install Rapido with npm.

rpadovani commented 5 years ago

Good idea! This makes easier to introduce breaking changes in future