Bootstrap 3.2.0發(fā)布,Web 前端UI框架
版本主要新特性包括:
- Responsive embeds
- New responsive utility classes
- Copy docs snippets
- LMVTFY
- Browser bugs
其他更多:
提交有超過1000條,同時(shí)也很多改變的更加***,下面幾個值得注意的變化:
- The docs have been rearranged and updated to be more specific and easier to develop.
- The progress bar component has been improved for increased flexibility.
- CSS repaint performance (most notably through scrolling) has been enhanced for several components.
- Keyboard navigation (forward and backward) is now available for the carousel.
- Modals should no longer shift left when being opened.
For a complete breakdown, read the release changelog or the v3.2.0 milestone.
等等,詳細(xì)介紹請看官方發(fā)行說明。
Bootstrap CDN:
- <!-- Latest compiled and minified CSS -->
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
- <!-- Optional theme -->
- <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
- <!-- Latest compiled and minified JavaScript -->
- <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
Bootstrap是快速開發(fā)Web應(yīng)用程序的前端工具包。它是一個CSS和HTML的集合,它使用了***的瀏覽器技術(shù),給你的Web開發(fā)提供了時(shí)尚的版式,表單,buttons,表格,網(wǎng)格系統(tǒng)等等。
***的 Bootstrap 3.2.0 發(fā)布了,下載地址: