Releases: Orange-OpenSource/Orange-Boosted-Bootstrap
v0.5.0-ouds-web
What's Changed
- chore(release): v0.4.0 by @louismaximepiton in #2957
- docs: add info callout for invalid state by @MaxLardenois in #2964
- chore(merge main): patched Boosted commit → c41606e by @louismaximepiton in #2981
- refactor: divider documentation by @nilloq in #2978
- Update disabled links accessibility warnings by @nilloq in #2974
- [OUDS] Add readonly on control item components by @MaxLardenois in #2951
- feat(component): Add Breadcrumb component by @MaxLardenois in #2930
- [OUDS] Bootstrap v5.3.4 & v5.3.5 by @julien-deramond in #2595
- [OUDS] Migration from Boosted : Breadcrumb last item is not a link, but a span by @MaxLardenois in #3001
- [OUDS] docs use right bg color in migration md by @MaxLardenois in #3011
- [OUDS] Docs: add divider design doc link by @nilloq in #3006
- [OUDS] add title attibutes, bootstrap html handling and a callout on Breadcrumb by @MaxLardenois in #3010
- [OUDS] docs: missing link to breadcrumb documentation by @MaxLardenois in #3015
- feat(browserlist): Browserlist updated by @louismaximepiton in #2929
- [OUDS] fix(component): hidden focus outline on breadcrumb links by @MaxLardenois in #3022
- fix: generated css after browserlist update by @MaxLardenois in #3023
- fix(docs): Remove weird
.active
classes by @louismaximepiton in #3025 - chore: update tokens by @boosted-bot in #2994
- [OUDS] docs: remove raw tokens list in utilities pages by @MaxLardenois in #3017
- feat(component): Add component bullet list by @MaxLardenois in #2982
- [OUDS] Bootstrap v5.3.6 by @louismaximepiton in #3002
- feat(component): Add badge component by @nilloq in #2998
- [OUDS] Bagde updates following accessibility review by @nilloq in #3044
- [OUDS] fix: bullet list design review by @MaxLardenois in #3043
- fix(switch): Standalone switch fix by @louismaximepiton in #3046
- chore(release): v0.5.0 by @louismaximepiton in #3047
Full Changelog: v0.4.0-ouds-web...v0.5.0-ouds-web
v5.3.7
Bootstrap v5.3.7
Boosted v5.3.7
As usual, you may want to refer to Bootstrap v5.3.7 changelog for an exhaustive list of features and changes in Boosted/Bootstrap, and to the GitHub Release Discussion acting as a blog post.
🚀 Features
🐛 Fixes
📖 Docs
🧰 Chore
v5.3.6
Bootstrap v5.3.6
Boosted v5.3.6
As usual, you may want to refer to Bootstrap v5.3.6 changelog for an exhaustive list of features and changes in Boosted/Bootstrap, and to the GitHub Release Discussion acting as a blog post.
🚀 Features
🐛 Fixes
📖 Docs
🧰 Chore
- docs: now uses Astro to generate the site.
v5.3.5
Bootstrap v5.3.5
Boosted v5.3.5
As usual, you may want to refer to Bootstrap v5.3.5 changelog for an exhaustive list of features and changes in Boosted/Bootstrap, and to the GitHub Release Discussion acting as a blog post.
🚀 Features
🐛 Fixes
📖 Docs
🧰 Chore
v5.3.4
Bootstrap v5.3.4
Boosted v5.3.4
As usual, you may want to refer to Bootstrap v5.3.4 changelog for an exhaustive list of features and changes in Boosted/Bootstrap, and to the GitHub Release Discussion acting as a blog post.
🚀 Features
- buttons: add X social button (#2644) (e667c29)
- carousel: use JS constants to define play/pause CSS class names (#2502) (db0277c)
- css: change the dark mode red color hexadecimal value (#2549) (cfedfa0)
🐛 Fixes
- a11y: Missing aria-hidden on some decorative SVGs (#2691) (a89e727)
- a11y: use empty
alt
attribute for decorative images in Orange navbar and documentation (#2690) (204e2a8) - a11y: use English links in docs and Download app example to prevent language switching (#2708) (871a05e)
- bad license URL in `build/zip-examples.mjs (7dd2adb)
- css: more contrasted
.figure-caption
color in dark mode (#2697) (f43e4c6) - css: typo in
scss/_variables.scss
comment (#2718) (b966895) - docs: add
title
andaria-label
to Bootstrap's licence link in the footer (#2706) (94417a8) - docs: add a
<h2>
to the toc side nav for a11y (#2705) (33d1d48) - docs: add missing whitespaces to the migration guide (374ad9e)
- docs: add semantics to the design callouts (#2722) (0ae070a)
- docs: change
.bg-white
to.bg-body
in Utilities > Overflow (#2671) (6b3e079) - docs: change
alt
s of Brand logos for better a11y (#2709) (424a255) - docs: change focus order for code examples and their copy button (#2699) (5b0b7d0)
- docs: change heading level of 'Required script' section in 'Getting started > Introduction' (#2680) (800bbb4)
- docs: change side menu's markup from
<aside>
to<nav>
(#2727) (4eb4598) - docs: change tarteaucitron design and rendering for a better accessibility (#2695) (a71458a)
- docs: fix minor typos in the migration guide (529991b)
- docs: headings on left menu and link to design doc for a11y (#2859) (d2516f4)
- docs: improve Bootstrap and Boosted license links in the 'License' page (#2723) (65b4109)
- docs: missing dark red color updates (#2567) (a5b723c)
- docs: more explicit homepage webpage's title for a11y (#2698) (e6bbfa1)
- docs: remove unnecessary
role="img"
(#2704) (f771c04) - docs: typo in the migration guide (cde9c47)
- docs: update
aria-label
andtitle
attributes for the button on the Guidelines page (#2703) (767a1c3) - docs: update alt text in Vite, Webpack, and Parcel guides for clarity (#2696) (f7feeca)
- docs: use HTML list elements for thumbnails in 'Design guidelines' for a11y (#2702) (88c4681)
- drop unused
.overflow-visible
when used with SVGs in some components (#2701) (4ac023b) - examples: Add accessible name on images (#2835) (9c06ea4)
- examples: add missing
role="img"
to<svg>
with<title>
in Download example for a11y (#2707) (3e20e77) - form-helper: fix required + form-helper overlapping (#2958) (409c740)
- forms: avoid
.is-required
element to be alone on a new line (#2760) (c13d6f0) - README: composer command line installation (86e9c0c)
- switch: unchecked invalid switch colors (#2621) (fdbb7d3...
v0.4.0-ouds-web
What's Changed
- docs: [OUDS] Small adjustments on buttons doc by @hannahiss in #2904
- chore: update tokens 0.8.0 by @boosted-bot in #2927
- chore: update tokens 0.8.0 by @boosted-bot in #2931
- feat(component): Add Checkbox component by @louismaximepiton in #2874
- feat: use divider token, fix doc and tac by @MaxLardenois in #2935
- Restore icons page by @hannahiss in #2889
- chore: update tokens 0.9.0 by @boosted-bot in #2940
- chore: update tokens 0.10.0 by @boosted-bot in #2939
- chore: update tokens 0.11.0 by @boosted-bot in #2938
- docs: Add getting started>download page by @hannahiss in #2908
- feat(component): add Radio component by @MaxLardenois in #2933
- [OUDS] Design review fix: invalid example with 2 radio buttons and was-validated by @MaxLardenois in #2948
- feat(component): Add Switch component by @louismaximepiton in #2924
- doc: add a sub-paragraph for outlined invalid radio buttons by @MaxLardenois in #2953
- [OUDS] display 2 controls with same config for all control items examples by @MaxLardenois in #2955
- [OUDS] Divider component by @nilloq in #2932
Full Changelog: v0.3.0-ouds-web...v0.4.0-ouds-web
v0.3.0-ouds-web
What's Changed
- [OUDS] Button component by @hannahiss in #2804
- chore: add Maxime as a team member by @MaxLardenois in #2880
- chore(release): v0.2.0 by @louismaximepiton in #2877
- chore(merge main): patched Boosted commit → 3a687e4 by @louismaximepiton in #2879
- chore: update tokens 0.7.0 by @boosted-bot in #2884
- [OUDS] Link component by @nilloq in #2836
- fix: link chevron disabled state by @nilloq in #2894
- [OUDS] Homepage by @hannahiss in #2868
- [OUDS] Remove ouds-web folder for documentation output by @vprothais in #2899
New Contributors
- @MaxLardenois made their first contribution in #2880
Full Changelog: v0.1.0-ouds-web...v0.3.0-ouds-web
v0.1.0-ouds-web
What's Changed
- [OUDS] Docs: add 'Helpers > Stretched link' page by @louismaximepiton in #2719
- [OUDS] Docs: add 'Helpers > Ratio' page by @louismaximepiton in #2717
- [OUDS] feat: Add 'Borders' token, utilities and documentation by @vprothais in #2687
- [OUDS] chore(merge main): patched Boosted commit → 9518929 by @julien-deramond in #2738
- [OUDS] feat: update border width semantic tokens with new references and values by @julien-deramond in #2740
- [OUDS] Docs review after first OUDS version (including opacity tokens) by @hannahiss in #2713
- [OUDS] feat: Add "Elevation" tokens, utilities and documentation - new version by @hannahiss in #2741
- [OUDS] chore(merge main): patched Boosted commit → 94417a8 by @julien-deramond in #2750
- feat: introduce
$ouds-border-radius-9999
raw token and create apx-to-rem
Sass function by @julien-deramond in #2751 - chore: update tokens by @boosted-bot in #2767
- chore: update tokens by @boosted-bot in #2776
- [OUDS] Add "Grid" tokens, utilities, examples and documentation by @hannahiss in #2744
- chore: update tokens by @boosted-bot in #2777
- chore(merge main): patched Boosted commit → be8268e by @julien-deramond in #2778
- chore: update tokens by @boosted-bot in #2780
- [OUDS] Add "Dimension" tokens, utilities and documentation by @louismaximepiton in #2754
- chore: update tokens by @boosted-bot in #2790
- chore: update tokens by @boosted-bot in #2793
- chore: update tokens by @boosted-bot in #2794
- [OUDS] Add "Font" tokens, utilities and documentation by @louismaximepiton in #2774
- [OUDS] Docs: Change the classes that were missing by @louismaximepiton in #2806
- chore: update tokens by @boosted-bot in #2805
- chore: update tokens by @boosted-bot in #2816
- chore: update tokens by @boosted-bot in #2829
- chore(merge main): patched Boosted commit → 7bde599 by @louismaximepiton in #2827
- chore: update tokens by @boosted-bot in #2834
- [OUDS] Add "Colors" tokens, utilities and documentation by @louismaximepiton in #2802
- [OUDS] fix(docs): missing changes in the previous branches by @louismaximepiton in #2851
- chore(merge main): patched Boosted commit → 6666f14 by @louismaximepiton in #2857
- chore: update tokens 0.4.1 by @boosted-bot in #2853
- chore(release): v0.1.0 by @louismaximepiton in #2852
New Contributors
- @boosted-bot made their first contribution in #2767
Full Changelog: v0.0.3-ouds-web...v0.1.0-ouds-web
v0.0.3-ouds-web
What's Changed
- fix(README): fix "npm version" badge and remove "packagist" badge by @julien-deramond in #2634
- feat(css): Drop
form-star-rating()
mixin by @julien-deramond in #2635 - Fix(docs): change CodePen bug reports template by @julien-deramond in #2636
- Docs: add new files names in Boosted migration page by @julien-deramond in #2637
- CI/CD: Browserstack tests by @louismaximepiton in #2639
- Css: drop deprecated Boosted variables and change deprecated comments by @julien-deramond in #2638
- Fix(docs): broken links to
/blob/vx.y.z-ouds-web
files by @julien-deramond in #2647 - Add 'Getting Started > Contribute' page and fix some
/blob/vx.y.z-ouds-web
broken links by @julien-deramond in #2646 - docs: add 'Extend > Approach' page by @julien-deramond in #2650
- docs: remove 'Getting started > Best practices' page by @louismaximepiton in #2657
- docs: add 'Utilities > API' page by @louismaximepiton in #2656
- docs(utilities): add 'Visibility' page by @julien-deramond in #2651
- Docs(utilities): add 'Flex' page by @julien-deramond in #2660
- Docs: add 'Utilities > Vertical align' page by @louismaximepiton in #2668
- Docs: add 'Utilities > Object fit' page by @louismaximepiton in #2663
- Docs: add 'Helpers > Text truncation' page by @vprothais in #2670
- Docs: add 'Utilities > Overflow' page by @louismaximepiton in #2664
- Docs: add 'Utilities > Interactions' page by @louismaximepiton in #2662
- Docs: add 'Utilities > Float' page by @louismaximepiton in #2661
- Docs: add 'Utilities > Position' page by @louismaximepiton in #2666
- Docs: Add 'Helper > Position' page by @louismaximepiton in #2672
- Docs: add 'Helpers > Clearfix' page by @vprothais in #2673
- Docs: add 'Helpers > Visually Hidden' page by @vprothais in #2674
- Docs: add 'Layout > Css grid' page by @vprothais in #2679
- Docs: add 'Utilities > Display' page by @louismaximepiton in #2659
- Docs: add 'Utilities > Z-index' page by @louismaximepiton in #2669
- docs: add 'Getting started > Introduction' page by @louismaximepiton in #2658
- Docs: Add 'Getting started > Accessibility' page by @louismaximepiton in #2675
- Docs(helpers): add 'Stacks' page by @julien-deramond in #2681
- Docs: Add 'Getting started > Browsers & devices' page by @louismaximepiton in #2684
- Docs: Add 'Getting started > Contents' page by @louismaximepiton in #2685
- feat: tokens architecture and opacity utilities by @julien-deramond in #2573
- chore(merge main): patched Boosted commit → e42878f by @julien-deramond in #2715
- chore(merge main): patched Boosted commit → d1d1f89 by @julien-deramond in #2721
- chore(release): v0.0.3 by @julien-deramond in #2725
New Contributors
- @vprothais made their first contribution in #2670
Full Changelog: v0.0.2-ouds-web...v0.0.3-ouds-web
v0.0.2-ouds-web
What's Changed
Fixes
- Fix(README): composer command line by @julien-deramond in #2631
Chores
- Workflows: comment content of notify.yml by @julien-deramond in
- Workflows: comment delete notify.yml by @julien-deramond in #2628 and #2629
Full Changelog: v0.0.1-ouds-web...v0.0.2-ouds-web