Closed (fixed)
Project:
BS Base
Version:
8.x-1.x-dev
Component:
BS Bootstrap
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Dec 2019 at 17:23 UTC
Updated:
27 Dec 2021 at 13:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
pivica commentedThere is quite a few new stuff (https://github.com/twbs/bootstrap/releases/tag/v4.4.0) which will require time for checking and figuring should we use something of it. We also have some quite complex changes in #3099360: [META] alpha9 release issues (8.x-1.0-alpha9) release. Best is to postpone this for next release #3109163: [META] alpha10 release issues (8.x-1.0-alpha10).
Comment #3
pivica commentedBootstrap released 4.5.2 (https://github.com/twbs/bootstrap/releases/tag/v4.5.2). We have two minor releases to catch up and couple of patch releases. Checked quicky, lots of stuff in 4.4.0, 4.5.0 and 4.5.1. Check releases in detail and create follow-ups if there is something interesting we can use.
Also update related bs_lib and update all related node libraries.
Comment #4
pivica commentedBootstrap improved `bs-button()` mixin with better colors support (https://github.com/twbs/bootstrap/blob/main/scss/mixins/_buttons.scss). We can probably simplify or depreciate `bs-button-variant()` now.
Comment #5
pivica commentedFirst patch ready.
Comment #6
pivica commentedThe patch is dependent on other patches, specially floating labels patch.
Comment #7
pivica commentedUpdated .browserslist.
Comment #8
sasanikolic commentedWhy was this removed? Our diffy is complaining because the select width is now very different than before. Is it safe to revert that?
Also, there's a new bootstrap release: https://blog.getbootstrap.com/2020/10/13/bootstrap-4-5-3/. Tried to update it here, not really sure what else needs to be done apart from these changes?
Comment #9
sasanikolic commentedI think we should still keep the display block for the select mentioned above. I see that it is not defined in bootstrap, but that's because they have different use-cases and if needed, they wrap it in column wrappers? See https://getbootstrap.com/docs/4.5/components/forms/#form-controls.
Current look without display: block; for the select is attached in this screenshot - selects are inlined.
Comment #10
sasanikolic commentedWe should also look into this deprecation warning:
The `make-container-max-widths` mixin has been deprecated as of v4.5.2. It will be removed entirely in v5..Comment #11
pivica commentedBootstrap 4.6 is out.
Comment #12
pivica commentedHere is a new patch against the latest dev that concentrates only on Bootstrap update to 4.6 and picking all fixes and optimizations from the previous patch. Node libs update are done in #3218996: Update node libs to latest versions and are removed here.
> Why was this removed? Our diffy is complaining because the select width is now very different than before. Is it safe to revert that?
No idea really, it does not make sense, let's keep it.
Comment #13
pivica commentedThe $navbar-toggler-icon-bg and $navbar-toggler-icon-bg-light SASS variables needs to be in a new format that can be used with escape-svg() mixin.
Comment #14
pivica commentedMessed the last patch generation, here is the correct one.
Comment #16
pivica commentedCommitted.