You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Only in Boosted!" section that redirects to /docs/4.6/about/boosted-history/
"Orange Templates"
"Using Angular?"
"Migrating from Boosted 3?"
Docs > Getting started > Introduction Add in the Feature DoD that we must not forget to update the list in Show components requiring JavaScript if a new custom Orange component requires JavaScript
Docs > Getting started > Accessibility Check if Color contrast explanation is enough compared to v4. We should try to make it more understandable (at first sight) to people. See .a11y-swatch-* classes #1297
Docs > Customize > Components Check the content of both Modifiers examples. By the way, there are some missing line breaks after the comments compared to Bootstrap. -> Totally fine since the mixins changed (.bg-* to .list-group-*). Correcting the line breaks in Docs: Minor fixes for some misprint in Boosted #1439
Docs > Layout > Grid Check if we don't need to reintroduce $grid-gutter-widths and $container-fluid-margin-widths that were only in Boosted v4 (and with different mixins). They are already in Boosted v5 ($container-fluid-margin-widths -> $container-fluid-margin) since Handle .container-fluid to follow brand #987.
Docs > Content > Reboot Table caption and content were different in Boosted v4 and Bootstrap v4. Caption seems OK in Boosted v5 but the headers and rows are different. -> v4 cheats by using .table on reboot. Do we need to change it ? -> No
Docs > Content > Reboot Design work to do for User input? It was not done in v4 neither. -> Seen with design keep it as is since the update of the DSM for the greys.
Docs > Content > Reboot Lists section is less well-explained in v5 than in v4 : Need to introduce a 3rd level of list to show what's going on here. Wait for the design to change the DSM for colors. -> See Docs: third level Reboot list #1497.
Docs > Content > TypographyDisplay 5 and 6 are not in v4. Moreover, they are not in the first table explaining the sizes. Is that normal that .display-5/.h5 and .display-6/.h6 have the same rendering. -> Should be hidden but not removed. Then wait for design to have specs. -> See Docs: Typography hide display-5 and display-6 #1496. We maybe need to update migration guide.
Docs > Content > Typography Check that it's normal that we don't use in Boosted $display-font-sizes. -> Yes that's normal since we don't use responsive font-size and we still want a kind of responsiveness on certain breakpoints. We maybe need to update migration guide.
Docs > Content > Typography Check the rendering in v4 with designers; we can't find the design specs anywhere. Seen with design : waiting for correspondence table and keep it as is for now.
Docs > Content > Typography Links rendering in v5 and v4 seems not to match the design specs of WEB-NAV-LNK-003 and 004. Seen with design : don't need to update those before they rework it.
Docs > Content > Tables In version 5, header line height is 20px instead of 18px (see design guidelines) -> Do we need to change it since tables seem to be correct ? -> No
Docs > Content > Tables In version 5, table cells' padding-bottom is 15px instead of 10px, top is 14px instead of 5px, 7px or 10px (depending on the content) > table-sm seems way more brand friendly on this point, shall it become the Orange base? -> No, we need both of them.
Docs > Content > Tables Missing row selection in version 5
Docs > Content > Tables Missing column filter in version 5. An example rather that an implementation? See Add column filter to .table #1161.
Docs > Content > Tables Check with designers if we need to remove or not the dark line under the caption (here in v5 and not in v4) -> v5 needs to remove its line under the caption -> Not the case anymore since 9ec9150
Docs > Content > Figures.rounded is not applied. Just check if it is normal / by design. -> .rounded isn't in Boosted anymore. Moreover, design doesn't have any rounded border apart pill and circle. To summarize, this is fine to not have rounded border until design refactor borders.
Docs > Forms > Overview Not the same spacing between "Check me out" and "Submit" button in v5 and in v4. Will come with pages from design and backport from this point. See Docs: Submit buttons spacing #1495.
Docs > Forms > Overview Padding inside input should be 9px 10px 13px instead of 7px 10px 9px (in version 5) -> Do we change it since it is well displayed this way ?
Docs > Forms > Form controlSizing: large form control hasn't the same padding than in v4. Specifications are coming
Docs > Forms > Form controlFile input Inform designers that there is no corresponding design specs. Asked to design, specs should come with accessibility aswell. Fine as it is at the moment
Docs > Forms > SelectSizing: inform designers that there is no corresponding specs for multiple select. -> Let's wait for specs from design
Docs > Forms > Input group Some elements were not in the Basic example in Boosted v4 but were in Bootstrap. Check if we need to remove them from Boosted v5. -> Comes from Prepare v4.4.1 #285. Should be asked to design IMO.
Docs > Forms > ValidationCustom styles: error messages should have a bit more spacing in v5. Should be 6px according to design guidelines instead of 4px atm. -> See Error messages: Fix margin-top #1445.
Docs > Forms > Validation Check in Supported elements that all custom Orange components are displayed here. Add it in DoD for Feature to avoid forgetting it. What for rating star, components that aren't developed yet, range ? Need a question to design. Apart that, it's fine
Docs > Components > Alerts Missing "Action" link in example as in v4
[Bootstrap] Docs > Components > Alerts Missing Initialize in migration guide? Can't find the commit that brought it to Bootstrap, but between Bs v5.0.2 and Bs v5.1.0. I think if they didn't added it in migration guide, we shall not too.
Docs > Components > AlertsSizes: remove margin when stacked? (no design specs). The alerts are well displayed and have 15px between in small version. See Fixes for alerts #1165.
Docs > Components > Alerts Why don't we use the same technics to display our alerts than explained in Icons? We have a better way to display those since we don't need to specify the svg to use.
Docs > Components > Breadcrumb Inconsistency between design specs and development regarding underlined links. -> Need to remove orange hover behavior and change it with something else -> Wait until a rework from design
Docs > Components > Buttons Missing dark variant
Docs > Components > Buttons Line height is 20px instead of 18px -> Don't need a change since it is well displayed IMO. + Helps simplify CSS with icon buttons
Docs > Components > Card Padding top for titles should be 15px according to design specs rather than 20px on v4 and v5. -> See Cards: Header padding-top fix #1449.
Docs > Components > Carousel "Crossfade", "Individual .carousel-item interval" and "Disable touch swiping" are not in the same order between Boosted v5 and Bootstrap v5 -> See Docs: reorder Carousel doc parts #1491.
Docs > Components > Carousel A Dark variant exists in Bootstrap v5 and not in Boosted v5. Normal? -> Dropped in (7f320f6 on Carousels #573). I can't see why it has been dropped, do we reintroduce it. Explain why its not here -> Controls are semi-transparent so we don't need on Boosted
Docs > Components > Collapse Not in design specs. Should be added? -> No IMO, this is "just" an animation.
Docs > Components > DropdownSingle button Dropdowns menu spacing between button and dropdown menu isn't the same in v4 and in v5. Menu should stick on button as in v4 (should be below the border) maybe with dropdown options? See Fixes for dropdown #1164.
Docs > Components > DropdownHeaders: dropdown header's padding different from v4 See Fixes for dropdown #1164. There will be a meeting for this specific point
Docs > Components > Dropdown Dropdown item's height is 38px instead of 40px See Fixes for dropdown #1164.
Docs > Components > Dropdown Dropdend and dropstart should have the same size for the splitted button + adjust arrows depending on the direction. -> Seen with design, it should. See Dropdown: min-width on toggle-split dropdown #1451.
Docs > Components > Dropdown In both versions of Boosted, the vertical separation of the Split dropstart is not the same than for the right. See Fixes for dropdown #1164.
Docs > ComponentsJumbotron doesn't exist anymore as a component in Bootstrap 5 but in examples. Add it as well in Boosted v5 for projects. -> Do we need to add an example or a component ? -> No
Docs > Components > List group Missing top border in JavaScript behavior (as well in Boosted v4) -> Nope, fine as is
Docs > Components > Modal No need of Orange Popin in v4. Can we remove it? Otherwise, it should be mentioned in migration guide. -> No need to mention the disappear in migration guide since it was just an example.
Docs > Components > Navs & tabs Not responsive. Need to transform in accordion at a medium breakpoint. Missing Responsive Tabs from Boosted v4. -> See Responsive tabs #1455.
Docs > Components > Navbar Will probably reintroduce all Bootstrap examples and add a global alert on this page to redirect to "Orange navbar" currently in development.
Docs > Components > Pagination Use of :before in next button, shouldn't be a :after? -> Not important at all + simplify CSS
Docs > Components > Pagination Click on selected value doesn't show pressed state. -> v5 implementation seems to be slightly better since clicking on the button shouldn't have any effect. Need a backport to v4 -> No
Docs > Components > Pagination Why numbers are not in the examples in Boosted? -> As far as I can go, removed from the doc. Do we need to reintroduce them in Boosted -> No
Docs > Components > Pagination No more .has-label class in Boosted v5. Is it in the migration guide? -> Needs to be in migration guide. See Migration guide: update for 5.0 and 5.1 #1633.
Docs > Components > Placeholders Missing design specifications. Hard to evaluate this ? -> lottie is under study so specs will be coming
Docs > Components > Placeholders Need an example with working JS to replace content once loaded? -> Not needed and should be on Bootstrap side first anyway.
Docs > Components > Placeholders More animations? Waiting for designers -> Will come with the study
Docs > Components > Stepped process 40px height in v4 and 30px in v5 and design guidelines. See Orange stepbar #1039.
Docs > Components > ToastsToasts are behind Back to top component: is that normal? -> Better this way since a toast can be removed instead of the back to top component.
Docs > Utilities > Borders Missing colors in Border color compared to the one in v4. See bcd4b62 and 5639866 in v4.4. Need to see with design. -> Fine as is in v5 so nothing to change -> Update the migration guide or add them and alert about it -> Waiting for design to have those.
Docs > Utilities > Colored links Do they need to be displayed like navigation links or like in design nav. Waiting for design to update the DSM and no need to change until that moment
Docs > Extend > Icons Shall we add link to Solaris icons? -> I don't think so while there's no search bar inside. What do you think about it. Ask to Phil if we need to update reference. -> Asked.-> Since there's a search bar, redirect on the DSM is way better.
Docs > Boosted migration This page doesn't exist in Boosted v5. Decide if things must be added into Bootstrap's one or by adding a new page, like it was done between v3 and v4. -> Use Bootstrap's one.
Docs > Boosted migration Check if elements from v5 — migration guide #383 have been developed or not and evaluate if they must be developed or not
Didn't implement in both carousels and nav-tabs > :last-child { margin-bottom: 0; } to prefer using utilities -> No
Didn't implement .navbar-brand + .navbar-brand -> No
Scroll-up (.o-scroll-up) is now Back to top (.back-to-top-wrapper and .back-to-top-link) and does not require any JavaScript anymore 🎉 -> See Migration guide: update for 5.0 and 5.1 #1633.
Color levels migration
If you were using theme-color-level() mixin or $theme-color-interval variable in your custom code in v4, those are gone in v5 and are replaced with new variables instead (as for grays in v4). Here's a compatibility table, using $color where it could be `$primary or any other theme color.. -> Already in
Boostwatch There are examples with .form-group .row / .form-group .row .top / .form-group .row .right to move the invalid feedback message. Need to reintegrate it? -> Not in the DSM
The text was updated successfully, but these errors were encountered:
This issue tracks all the remaining things to backport from Bootstrap v4.
For all actions done from this epic issue:
.floating-label
.form-control-sm
,.form-select-sm
,.input-group-sm
,.col-form-label-sm
-> Should change with fix(doc): add small size input example #1230.#{$state}-tooltip
table-row-variants()
,.table-bordered
,.table-borderless
,.table-striped
-> Should change with Adding features to tables #859.btn-outline
.pagination-sm
nor.pagination-lg
.list-group-item-action
-> Should change with List group: Branded #1467pagination-max-items()
:focus-visible
is still herebackgrounds
color
andbackground-color
utilities have their counter-part to ensure contraststarget-size()
mixin--o-carousel-interval
,.paused
,.done
and.static
data-bs-wrap="false"
$boosted-variable-prefix
to supplement Bootstrap's$variable-prefix
button-icon()
mixin.btn-icon
modifier).btn-no-outline
modifierRemaining tasks or bugs
param
to set Bootstrap version in Contents page twbs/bootstrap#35556.a11y-swatch-*
classes #1297$indigo
is missing in All colors. #1225.bg-*
to.list-group-*
). Correcting the line breaks in Docs: Minor fixes for some misprint in Boosted #1439$container-max-widths
is different between Boosted and Boostrap v5. Also compare to https://boosted.orange.com/docs/5.1/layout/breakpoints/#available-breakpoints. See Handle.container-fluid
to follow brand #987.$grid-gutter-widths
and$container-fluid-margin-widths
that were only in Boosted v4 (and with different mixins). They are already in Boosted v5 ($container-fluid-margin-widths
->$container-fluid-margin
) since Handle.container-fluid
to follow brand #987..table
on reboot. Do we need to change it ? -> No.display-5
/.h5
and.display-6
/.h6
have the same rendering. -> Should be hidden but not removed. Then wait for design to have specs. -> See Docs: Typography hidedisplay-5
anddisplay-6
#1496. We maybe need to update migration guide.Docs > Content > Typography Check that it's normal that we don't use in Boosted$display-font-sizes
. -> Yes that's normal since we don't use responsive font-size and we still want a kind of responsiveness on certain breakpoints. We maybe need to update migration guide.Docs > Content > Typography Missing Orange square list from v4? Linked to ol tag numbers color contrast #1156. Seen : Feels right at the moment. We maybe need to update the migration guide.MissingLinks from v4? -> Keep it as-is since we already redirect to other components..table
#1163.padding-bottom
is 15px instead of 10px, top is 14px instead of 5px, 7px or 10px (depending on the content) > table-sm seems way more brand friendly on this point, shall it become the Orange base? -> No, we need both of them..table
#1162..table
#1161..rounded
is not applied. Just check if it is normal / by design. ->.rounded
isn't in Boosted anymore. Moreover, design doesn't have any rounded border apart pill and circle. To summarize, this is fine to not have rounded border until design refactor borders..rounded
class does nothing while it worked in Bootstrap v4. -> Removed from Boosted since a94291b. Do we re-introduce it ? -> See Docs: Should re-introduce border-radius and box-shadow #1551..form-text
: fix margin-top, font-size and color #1442..form-label
: fix to be more consistent with the design #1443.Docs > Forms > Overview Padding inside input should be 9px 10px 13px instead of 7px 10px 9px (in version 5) -> Do we change it since it is well displayed this way ?is-required
should have amargin-left
of 3px instead of 6px (in version 5). See fix(forms): change the margin left value between the required symbol and the label #1144 and fix(forms): change the margin left value between the required symbol and the label #1177.File input Inform designers that there is no corresponding design specs.Asked to design, specs should come with accessibility aswell. Fine as it is at the momentmultiple
select. -> Let's wait for specs from design.right
class as in v4? Or maybe it already exists with inline? (Missing example anyway) #1073[Bootstrap] Docs > Forms > Checks & radios Radios. Probably "selected" rather than "checked" (source? https://www.w3schools.com/tags/att_input_type_radio.asp) Asked in docs: A fix for CSS Variables and some proposal twbs/bootstrap#35563Checked.(no design specs). The alerts are well displayed and have 15px between in small version. See Fixes for alerts #1165.breadcrumb bg-dark
in the v4.-> See Links: fix hover state on dark background #1446.letter-spacing
#1447.Buttons: large icons in large buttons #1448Small and large buttons with icons - adjustments #1611.Docs > Components > Buttons Missing Toggle buttons with icon example? -> Replaced by toggle-buttons in Forms directly. Do we need to change/link to something here ? -> NoDocs > Components > Button group Why Nesting and Vertical variation use a split button while Boosted v4 and Bootstrap v4/v5 uses a simple dropdown? -> To show that it even works with split dropdowns Various docs improvements around buttons / buttons grou #645. Do we need to reintroduce them ? -> NoDocs > Components > Card Text alignment was removed in Boosted v4. But it wasn't maybe a good idea given the fact that it is used after in Navigation. -> Was done on purpose in chore(merge v4-dev): latest patched commit → 8e59752ee #575. Do we backport it on v5 ? -> No.bg-dark
is used in Bootstrap without changing the color. In Boosted 4 it is displayed in black, in Boosted 5 it is removed. But the color comes from the SVG. Check that there is not a problem here. -> See Docs: image overlays as in v4 #1493.<details>
? (see https://developer.mozilla.org/fr/docs/Web/HTML/Element/details). See Usedetails
/summary
for accordions #1097..bg-dark
#658.min-width
on toggle-split dropdown #1451.Docs > Components Jumbotron doesn't exist anymore as a component in Bootstrap 5 but in examples. Add it as well in Boosted v5 for projects. -> Do we need to add an example or a component ? -> No:before
in next button, shouldn't be a:after
? -> Not important at all + simplify CSSDocs > Components > Pagination Click on selected value doesn't show pressed state. -> v5 implementation seems to be slightly better since clicking on the button shouldn't have any effect. Need a backport to v4 -> NoDocs > Components > Pagination Why numbers are not in the examples in Boosted? -> As far as I can go, removed from the doc. Do we need to reintroduce them in Boosted -> No.has-label
class in Boosted v5. Is it in the migration guide? -> Needs to be in migration guide. See Migration guide: update for 5.0 and 5.1 #1633.Docs > Boosted migration This page doesn't exist in Boosted v5. Decide if things must be added into Bootstrap's one or by adding a new page, like it was done between v3 and v4. -> Use Bootstrap's one.> :last-child { margin-bottom: 0; }
to prefer using utilities -> No.navbar-brand + .navbar-brand
-> No$container-fluid-margin-widths
-> See Migration guide: update for 5.0 and 5.1 #1633.em
, unlike in v4 -> No$orange-2
changed to$accessible-orange
, etc. See Migration guide: update for 5.0 and 5.1 #1633.$alert-icons
map (to document?) with icon handling -> No since it doesn't change any use case$background-colors
replaces$supporting-colors
-> See Migration guide: update for 5.0 and 5.1 #1633..o-link-arrow
) is now link with chevron (.link-chevron
) -> See Migration guide: update for 5.0 and 5.1 #1633..back
has not been implemented since it's not part of the Web UI Kit. -> See Migration guide: update for 5.0 and 5.1 #1633..btn-icon
modifier, -> See Migration guide: update for 5.0 and 5.1 #1633..btn-icon
modifier too. -> See Migration guide: update for 5.0 and 5.1 #1633..o-stepbar
) is now Stepped process (.stepped-process
) and all.stepbar-...
classes are now.stepped-process-...
-> See Migration guide: update for 5.0 and 5.1 #1633.$o-stepbar-margin-r
is renamed$step-item-margin-end
-> See Migration guide: update for 5.0 and 5.1 #1633.$o-stepbar-arrow-width
is renamed$step-item-arrow-width
-> See Migration guide: update for 5.0 and 5.1 #1633.$o-stepbar-height
is not used anymore -> See Migration guide: update for 5.0 and 5.1 #1633..o-footer-*
to some new.footer-*
classes -> See Migration guide: update for 5.0 and 5.1 #1633.If you were using
theme-color-level()
mixin or$theme-color-interval
variable in your custom code in v4, those are gone in v5 and are replaced with new variables instead (as for grays in v4). Here's a compatibility table, using$color
where it could be `$primary or any other theme color.. -> Already inColor levels comparison table
theme-color-level($color, -8)
$color-100
theme-color-level($color, -6)
$color-200
theme-color-level($color, -4)
$color-300
theme-color-level($color, -2)
$color-400
theme-color-level($color)
$color-500
theme-color-level($color, 2)
$color-600
theme-color-level($color, 4)
$color-700
theme-color-level($color, 6)
$color-800
theme-color-level($color, 8)
$color-900
.form-group .row
/.form-group .row .top
/.form-group .row .right
to move the invalid feedback message. Need to reintegrate it? -> Not in the DSMThe text was updated successfully, but these errors were encountered: