Is there is a guide to migrate or update between v3.X
For example migrate from v3.1.0 to v3.2.0
Is it safe to update without making any changes?
Asked
Active
Viewed 85 times
-2

BENARD Patrick
- 30,363
- 16
- 99
- 105

Yamona
- 1,070
- 1
- 16
- 36
-
1Yes, read the release notes. – ta.speot.is Aug 04 '14 at 03:18
-
Release notes give some changes, but does not give a guide to how to upgrade – Yamona Aug 04 '14 at 03:23
1 Answers
3
Bootstrap adheres to Semantic Versioning, so there should be no incompatibilities when upgrading within the v3 release series. No changes should be necessary unless you want to use the new features added in 3.2.
The only conscious derogation from SemVer within v3 so far has been a change in v3.1.0 to the markup expected for remote
modals. And remote modals are being deprecated in v3.2.1 anyway.

cvrebert
- 9,075
- 2
- 38
- 49
-
1I have used different colors in my bootstrap how can I easily upgrade bootstrap 3.0 to 3.2 keeping my colors ? – Aysennoussi Oct 28 '14 at 11:44