Skip to content

Boosted 4.3.1

Choose a tag to compare

@Lausselloic Lausselloic released this 16 Apr 09:00
· 1093 commits to v4-dev since this release
b19b7ee

Here's the version 4.3.1 of Boosted. That version includes the upgrade of bootstrap 4.3.0 and 4.3.1

But not only, we've done some work around brand alignement, and accessibility improvement.
Key features are :

  • Orange small logo inclusion
  • Right-to-left improvement
  • Play/Pause button added to carousel samples

Bug Fixes

  • autocomplete: add autocomplete="off" on all radio and checkboxes in doc as explain in v3 : https://getbootstrap.com/docs/3.4/javascript/#callout-buttons-ff-autocomplete firefox persist state during browsing https://bugzilla.mozilla.org/show_bug.cgi?id=654072 (e3ed81b)
  • brand: update orange brand page with new small logo recommendations (2e0e20f)
  • build: fix os plateform detection for rtl-build (9728f6d)
  • build: move doc-rtl task after jekyll compilation (533fc03)
  • build: remove unused variable (92d00cd)
  • button: fix js error when linting (c896c95)
  • button: update button plugin, also listen to the focusin/out on the input element to update focus classes (de4ae96)
  • buttons: fix focus management in button plugin (c9a6de6)
  • buttons: put back PR twbs/bootstrap#28587 to fix issue#100 (3e163c9)
  • carousel: adding aria-label and title on the buton play/pause #98 (b8e5345)
  • carousel: adding config js (aa3637f)
  • carousel: adding title on buton prev/next #98 (a58960b)
  • carousel: fix linting errors (453462f)
  • carousel: remove useless css class carousel-button and swiper-button, replace btn-default by btn-info that manage the hover and focus effect + add aria-hidden on icon (8ad4d20)
  • carousel: update button play/pause position let some space between carousel and button (18cf1e4)
  • carousel: update carousel documentation, rework the way JS listen to click and update the icon (f18ed05)
  • carousel: updated the outline 2px (ab2c168)
  • cusotm-carousel: disable important scss #98 (7ed69c3)
  • custom-carousel: adding play and pause button, update css. (2e45311)
  • custom-carousel: fix css by unsetting the css position of small points and reducing the height of the custom carousel (101e793)
  • custom-carousel: fix focus on button pause/play #98 (8d44495)
  • custom-carousel: focusing on the button enabled, js checking element container, using color code, boosted mod comments #98 (c9974d2)
  • custom-carousel: remvoe html tag inseide md file #98 (c44fd7d)
  • custom-carousel: update css rules remove spaces (8be14e6)
  • custom-checkbox: click on orange brackground enabled Closes #134 (b8ab1b3)
  • custom-checkbox: remove unnecessary code #134 (69f2114)
  • custom-form: putback outline for focus on custom radio and checkboxes (31a08e6)
  • doc: add rel noopener to external links (1239bcb)
  • doc: fix brokenlinks (6d6feb7)
  • doc: fix comments on documentation that was missinterpreted by markdown (25321c1)
  • doc: fix duplicate ID (7908b16)
  • doc: replace inclusion of jquery from cdn to local one for examples pages (03ac0ff)
  • doc: update checkboxes and radio components documentation remove autocomplete=off from sample code for copy/paste but keep it in live sample when it's relevant e.g: "this is checked checkbox" (f06f728)
  • docs: fix invalid link to docs 3.4 (7b1ab08)
  • dropdown: fix caret position for dropup (35b2cc0)
  • example: fix dashboard jquery inclusion (b6891c1)
  • example: fix duplicate ID and fix img height in carousel (5be56ca)
  • examples: fix icon position on administration edition page (c598d28)
  • examples: Orange-homepages fix the swiper and remove old codes (c7a9ef5)
  • examples: replace jquery.js by jquery.slim in script inclusion (cfaae3a)
  • form: fix is-required classes added by error on for instead of class tag (391946f)
  • forms: fix border-radius declaration to use new mixin and fix lint errors (f2cf49c)
  • forms: fix form validation message issue #112 small-font-size need to be 14px (6cf86c0)
  • forms: fix validation tooltip position and add documentation about is-required class on label for required fields move from is-required > label to label.is-required. is-required > label css will be removed in v5 (1ebdbe9)
  • modal: fix the modal position when body has overflow and scrollbar is displayed see twbs/bootstrap#28101 for more information (08605b0)
  • modal: replace padding-right by right position for fixed element + add position-fixed to fixed selector, remove sticky-top from fixed content, and finish by removing all sticky content selector as they're useless see : twbs/bootstrap#27071 (3903f24)
  • nav-light: moving in the tab section and correcting english grammar Closes #120 (e001e7e)
  • navbar: remove custom class fixed-header added by o-navbar.js and replace it by native class fixed-header. At the end it replace the width 100% by left:0 and right:0 (21e0cb6)
  • o-switch: rework o-switch css, update color as required per issue#118 and add sample with label inside (c13027e)
  • o-tab: update mediaquery size for switching from tab to accordions also on small view like tablet (9a414b6)
  • ocarousel: put back initial values for pagination (949f6a6)
  • orange_homepage: updating the swiper main page by removing old code (bdca6f6)
  • otab: update otab version (cbb1c1c)
  • pagination: fix arrow position on pagination sm and lg see issue #144 (063117b)
  • popover: put back font-weight on popover (2723bb6)
  • popover: reset rtl position for popover (e141195)
  • rtl: fix right to left display on link with arrow (ca508a0)
  • rtl: rotate doc-links, breadcrumbs and arrow-link in rtlcss mode (7b6629d)
  • rtl: update rlcss position, remove useless right position, and ignore checkbox icon flip (010e0e2)
  • scrollup: add class is-fixed to scrollup to add the padding to it when modal is open (4660562)
  • scrollup: move zindex scrollup behind modal (7786835)
  • scss: finalize the merge of scss add stylelint-scss as a dependency (e2efb89)
  • test: decrease test counter (87856b7)
  • test: remove useless unit test on buttons as new plugin version listen to the input state to define classes (d2a6090)
  • test: update button test to provide clic on checkbox (7953c78)
  • test: update button test to provide clic on checkbox (db23da9)
  • tooltip: fix linting error (65e1fd6)
  • tooltip: fix rtl tooltip position switch left/right placement when dir is set to rtl on html tag (45e244a)

Features

  • cdn: add a cdn for boosted, and move swiper as a peer dependency + use cdn for it also (53a2f60)
  • logo: replace Orange classic logo by a responsive logo when logo size is under 50px Orange TM disapear and is replaced by a white line (8fcff08)