Coder Social home page Coder Social logo

Comments (8)

greenkeeper avatar greenkeeper commented on June 2, 2024

After pinning to 4.0.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from bit-imports.

greenkeeper avatar greenkeeper commented on June 2, 2024

Version 4.1.2 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.1.2
  • Fixed an XSS vulnerability in tooltip, collapse, and scrollspy plugins
  • Improved how we query elements in our JavaScript plugins
  • Inline SVGs now have the same vertical alignment as images
  • Fixed issues with double transitions on carousels
  • Added Edge and IE10-11 fallbacks to our floating labels example
  • Various improvements to form controls, including disabled states on file inputs and unified focus styles for selects

Checkout the v4.1.2 ship list and GitHub project for the full details.

Commits

The new version differs by 118 commits ahead by 118, behind by 8.

  • 1f46337 Update README.md
  • c4ccfbe Ship v4.1.2
  • a49f5ca Clean up npm scripts a bit more.
  • 6589408 Update scripts.
  • de7bef8 update card columns docs to make copy more accurate
  • 5a11ba5 clarify docs dev and add 4.0 link
  • aedd700 change dist to only affect main since docs css isn't distributed
  • 4518288 Move copy tasks back to css-main and js-compile so docs-github task runs properly
  • 159aebc Update watch scripts to properly copy JS files
  • 01f568d fixes #26637
  • 50ff31b Optimised Google Analytics Loading
  • 01c70b1 new url
  • a0551c7 remove reference to breakpoint-specific gutter widths which are not implemented
  • df24f88 Make navbar download the same as homepage download
  • 1c92bac remove jobs link

There are 118 commits in total.

See the full diff

from bit-imports.

greenkeeper avatar greenkeeper commented on June 2, 2024

Version 4.1.3 just got published.

Your tests are still failing with this version. Compare the changes 🚨

Release Notes v4.1.3
  • Fixed: Removed the :not(:root) selector from our svg Reboot styles, resolving an issue that caused all inline SVGs ignore vertical-align styles via single class due to higher specificity.
  • Fixed: Moved the browserslist config from our package.json to a separate file to avoid unintended inherited browser settings across npm projects.
  • Fixed: Buttons in custom file inputs are once again clickable when focused.
  • Improved: Bootstrap's plugins can now be imported separately in any contexts because they are now UMD ready.
  • Improved: .form-controls now have a fixed height to compensate for differences in computed height across different types. This also fixes some IE alignment issues.
  • Improved: Added Noto Color Emoji to our system font stack for better rendering in Linux OSes.
Commits

The new version differs by 39 commits.

  • 3b55873 Ship v4.1.3
  • 72447ad dist
  • d180452 fix(tests): visual plugins tests
  • c74a327 Allow background images for active buttons
  • f87d5ea Clarify to close #26329
  • 6cca02f fix .modal-dialog-centered on IE10/11
  • c04d60b Fix modal overflow style nesting (#26742)
  • 23e4d48 Merge branch 'document-tooltip-flickering' of https://github.com/simPod/bootstrap into simPod-document-tooltip-flickering
  • 6f52b2e #26912: fix custom file input z-index
  • c45e559 Fix property order
  • 9007754 Remove :not(:root) from the workaround for SVG overflow bug
  • d7acc97 Lower the specificity of vertical-align of SVG
  • 3cfa060 Add Noto Color Emoji to font stack
  • bdb6723 Clarify custom select styles
  • 4693672 Update validation tooltips to use tooltip vars (#26887)

There are 39 commits in total.

See the full diff

from bit-imports.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency bootstrap was updated from 4.1.3 to 4.2.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.2.1

Bump to v4.2.1 to republish package on npm. See v4.2.0 release notes for changes introduced in v4.2.

Commits

The new version differs by 424 commits.

  • 9e4e947 Bump to v4.2.1 (#27892)
  • d50ed9a Update README.md
  • 680f40c Add 4.1 to previous releases
  • c5bd6a1 Update webpack.md
  • 140abf4 Remove unneeded redirects.
  • 1bded2f Update docs-navbar.html
  • eda851e Prep for v4.2.0 release
  • 2c0cd7d Remove dead link entry for translations. (#27891)
  • 12c4d3c README.md: Add Open Collective (#27864)
  • 1960a52 List v3.4.0 in versions page. (#27860)
  • 07b4b59 Revert "Remove now unnecessary shrink-to-fit viewport directive (#27818)" (#27855)
  • 8ee2065 Update grid doc for consistent use of container. (#27776)
  • dac464a Use theme-color function for colors (#27848)
  • ee72e78 dist
  • ffd3402 Link to v3.4 docs (#27842)

There are 250 commits in total.

See the full diff

from bit-imports.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency bootstrap was updated from 4.2.1 to 4.3.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.0

Highlights

  • New: Added .stretched-link utility to make any anchor the size of it's nearest position: relative parent, perfect for entirely clickable cards!
  • New: Added .text-break utility for applying word-break: break-word
  • New: Added .rounded-sm and .rounded-lg for small and large border-radius.
  • New: Added .modal-dialog-scrollable modifier class for scrolling content within a modal.
  • New: Added responsive .list-group-horizontal modifier classes for displaying list groups as a horizontal row.
  • Improved: Reduced our compiled CSS by using null for variables that by default inherit their values from other elements (e.g., $headings-color was inherit and is now null until you modifier it in your custom CSS).
  • Improved: Badge focus styles now match their background-color like our buttons.
  • Fixed: Silenced bad selectors in our JS plugins for the href HTML attribute to avoid JavaScript errors. Please try to use valid selectors or the data-target HTML attribute/target option where available.
  • Fixed: Reverted v4.2.1's change to the breakpoint and grid container Sass maps that blocked folks from upgrading when modifying those default variables.
  • Fixed: Restored white-space: nowrap to .dropdown-toggle (before v4.2.1 it was on all .btns) so carets don't wrap to new lines.
  • Deprecated: img-retina, invisible, float, and size mixins are now deprecated and will be removed in v5.

Links

Commits

The new version differs by 186 commits.

  • 1ded0d6 Release v4.3.0 (#28228)
  • 3aa0770 docs snippets: a few more minor tweaks (#28225)
  • adf16da toasts.md: Remove useless divs.
  • 2bfe581 Remove stray parameter from capture.
  • bbf8b76 Cosmetic changes in snippets.
  • 7a9a8db docs: remove -ms-overflow-style: -ms-autohiding-scrollbar (#28220)
  • 24253b1 migration.md: use https. (#28221)
  • 545f3fa Prevent text selection in placeholder images (#28218)
  • 94acdee Revert "Silence mkdir. (#28184)" (#28209)
  • 6c7dcc6 placeholder.svg: Partially revert the changes from c0e42cb. (#28216)
  • 1145365 Reword footer text.
  • bd328bf Use the site.repo variable.
  • a920429 Change footer link to point to the docs team page
  • c56b10c Offcanvas example: transition the transform (#28203)
  • 52e6ce4 Update devDependencies. (#28175)

There are 186 commits in total.

See the full diff

from bit-imports.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency bootstrap was updated from 4.3.0 to 4.3.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.3.1
  • Security: Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML sanitizer
  • Fixed a small issue with our RFS (responsive font sizes) mixins
Commits

The new version differs by 6 commits.

  • 8fa0d30 Release v4.3.1. (#28252)
  • dae20da Remove unneeded glob. (#28249)
  • 10b97f6 Fix npm package contents
  • 7bc4d2e Add sanitize template option for tooltip/popover plugins.
  • bf2515a Update RFS to v8.0.1 (#28245)
  • 45ced60 Update font size (#28232)

See the full diff

from bit-imports.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency bootstrap was updated from 4.3.1 to 4.4.0.

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.0

Highlights

Here's what you need to know about v4.4.0. Remember that with every minor and major release of Bootstrap, we ship a new URL for our hosted docs to ensure URLs continue to work.- New responsive containers! Over a year in the making, fluid up to a particular breakpoint, available for all responsive tiers.

  • New responsive .row-cols classes for quickly specifying the number of columns across breakpoints. This one is huge for those of you who have asked for responsive card decks.
  • New escape-svg() function for simplifying our embedded background-image SVGs for forms and more.
  • New add() and subtract() functions for avoiding errors and zero values from CSS's built in calc feature.
  • New make-col-auto() mixin to make our .col-auto class available with custom HTML.
  • Fixed an issue with Microsoft Edge not picking up :disabled styles by moving selectors to [disabled].
  • Deprecated: bg-variant(), nav-divider(), and form-control-focus() mixins are now deprecated as they're going away in v5.
  • Updated our spacing and alignment for modal footer elements like buttons to automatically wrap when space is constrained.
  • More flexible form control validation styles thanks to fewer chained selectors. Also updated the :invalid validation icon to be an alert instead of an × to avoid confusion with browser functionality for clearing the form field value.
  • Fixed a couple dozen CSS and JS bugs.
  • Moved to GitHub Actions for CI/CD! Expect more updates to our CI setup over time here while Actions evolves.
  • Updated documentation to fix links and typos, improved landmarks for secondary navigation, and a new security doc for guidelines on reporting potential vulnerabilities.

Links

Commits

The new version differs by 213 commits.

  • 593574d Release v4.4.0 (#29735)
  • d61bba5 Backport #29734
  • 7aa1722 Update change-version.js (#29736)
  • 340009e Update devDependencies and gems.
  • bdd8752 Switch to the Coveralls Action (#29478)
  • e0a2d58 Backport #29624
  • 136afcf Update anchor.js to v4.2.1 (#29662)
  • eb1e1cf Fixed input-height-sm and input-height-lg calculations (#29653)
  • 5be0fe8 package.json: Add funding property (#29646)
  • a0bb417 Fix icons link.
  • 590c1ba progress: Fix IE overflow (#29629)
  • f12ae8c Sass: fix version in deprecation messages.
  • 6b7ca12 Make check label cursor customizable (#29633)
  • 0aa6a81 Update devDependencies and gems.
  • 7629dae Update modal.md (#29621)

There are 213 commits in total.

See the full diff

from bit-imports.

greenkeeper avatar greenkeeper commented on June 2, 2024
  • The devDependency bootstrap was updated from 4.4.0 to 4.4.1.

Your tests are still failing with this version. Compare changes

Release Notes for v4.4.1
  • Fix Dart Sass compatibility (#29755, #29763)
  • Add :disabled for disabled fieldset (#29762)
Commits

The new version differs by 5 commits.

  • dca1ab7 Release v4.4.1.
  • b07b6f7 Fix dart Sass compatibility for subtract (#29763)
  • 0d148d8 V4: Add :disabled for disabled fieldset (#29762)
  • c24aaa6 Fix dart Sass compatibility (#29755)
  • 301ee19 Update Gemfile.lock

See the full diff

from bit-imports.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.