Bootstrap 3 vs Bootstrap 4: Difference between revisions
No edit summary |
No edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
Since Bootstrap 3 and Bootstrap 4 share many internal variable names, controls from the two frameworks cannot be included in the same project. | Since Bootstrap 3 and Bootstrap 4 share many internal variable names, controls from the two frameworks cannot be included in the same project. | ||
Here's detailed | Here's are a couple of detailed summaries of the changes from Bootstrap 3 to Bootstrap 4: | ||
https://www.quackit.com/bootstrap/bootstrap_4/differences_between_bootstrap_3_and_bootstrap_4.cfm | * https://getbootstrap.com/docs/4.2/migration/ | ||
* https://www.quackit.com/bootstrap/bootstrap_4/differences_between_bootstrap_3_and_bootstrap_4.cfm | |||
===Summary of notable changes=== | ===Summary of notable changes=== | ||
'''All | '''All controls''' | ||
* The default font size has been increased from 14px to 16px. | * The default font size has been increased from 14px to 16px. | ||
Line 20: | Line 21: | ||
* Secondary, light and dark added to appearances. | * Secondary, light and dark added to appearances. | ||
* New outline property makes outline only Buttons. | * New outline property makes outline only Buttons. | ||
* New iconTitle displays text while hovering above. | |||
[[Card (Bootstrap)|Card]] | [[Card (Bootstrap)|'''Card''']] | ||
* New control for displaying formatted information. | |||
[[Fliptoggle (Bootstrap)|'''Fliptoggle''']] | [[Fliptoggle (Bootstrap)|'''Fliptoggle''']] | ||
Line 27: | Line 30: | ||
'''Icons''' | '''Icons''' | ||
* | * Based on [https://www.nsbasic.com/app/OpenIconic.html Open Iconic]. | ||
* Names of some icons have changed. | * Names of some icons have changed. | ||
* Rotation no longer built in. | * Rotation no longer built in. | ||
* Much smaller! 372k went down to 24k. | * Much smaller! 372k went down to 24k. | ||
''' | [[Label (Bootstrap)|'''Label''']] | ||
* Replaced by Badges and [[Alert (Bootstrap)|Alerts]]. | * Replaced by Badges and [[Alert (Bootstrap)|Alerts]]. | ||
* We left a simple Label control in BS4. | * We left a simple Label control in BS4. | ||
Line 45: | Line 48: | ||
* vertical position can be selected. | * vertical position can be selected. | ||
[[Navs (Bootstrap)|Navs]] | [[Navs (Bootstrap)|'''Navs''']] | ||
* New control. | |||
[[Pageheader (Bootstrap)|'''Pageheader''']] | [[Pageheader (Bootstrap)|'''Pageheader''']] | ||
* Dropped | * Dropped | ||
Line 53: | Line 57: | ||
* Dropped | * Dropped | ||
[[Tabs (Bootstrap)|'''Tabs''']] | [[Tabs (Bootstrap)|'''Tabs''']] | ||
* Dropped - replaced by Navs. | * Dropped - replaced by Navs. | ||
[[Thumbnail (Bootstrap)|'''Thumbnail''']] | [[Thumbnail (Bootstrap)|'''Thumbnail''']] | ||
* Dropped | * Dropped | ||
Latest revision as of 19:45, 4 February 2019
Support for Bootstrap 3 was added in AppStudio 6. Since then, Bootstrap 4 has been released.
There are many changes in Bootstrap 4: more than we could build a migration for in AppStudio 7. We ended up making Bootstrap 4 a separate framework. We will continue to support Bootstrap 3 for existing projects, but recommend using Bootstrap 4 for new projects.
We were able to make most of the changes in our code, so the controls work pretty much the same way. The code emitted by AppStudio is quite different.
Since Bootstrap 3 and Bootstrap 4 share many internal variable names, controls from the two frameworks cannot be included in the same project.
Here's are a couple of detailed summaries of the changes from Bootstrap 3 to Bootstrap 4:
- https://getbootstrap.com/docs/4.2/migration/
- https://www.quackit.com/bootstrap/bootstrap_4/differences_between_bootstrap_3_and_bootstrap_4.cfm
Summary of notable changes
All controls
- The default font size has been increased from 14px to 16px.
- Extra small size is gone.
- No more 'default' appearance.
- Secondary, light and dark added to appearances.
- New outline property makes outline only Buttons.
- New iconTitle displays text while hovering above.
- New control for displaying formatted information.
- replaced by Switch
Icons
- Based on Open Iconic.
- Names of some icons have changed.
- Rotation no longer built in.
- Much smaller! 372k went down to 24k.
- Replaced by Badges and Alerts.
- We left a simple Label control in BS4.
- imageHorizontal and imageAlignment properties dropped.
- Footer text is always aligned right
- long text scrolls automatically
- Children are in footer.
- vertical position can be selected.
- New control.
- Dropped
- Dropped
- Dropped - replaced by Navs.
- Dropped
Themes
- Dropped: readable and paper
- Added: lux, materia, minty, pulse and solar