Bootstrap Migrating or Updating Between v3.X

北慕城南 提交于 2019-12-13 09:18:42

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/25111312/bootstrap-migrating-or-updating-between-v3-x

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!