fix(deps): update dependency bootstrap.native to v5 #1271
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.0.19
->^5.0.0
Release Notes
thednp/bootstrap.native (bootstrap.native)
v5.0.9
Compare Source
v5.0.8
Compare Source
v5.0.7
Compare Source
v5.0.6
Compare Source
v5.0.5
Compare Source
v5.0.4
Compare Source
v5.0.3
Compare Source
v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
v4.2.0
: Important updateCompare Source
What's changed
What's new
triggers
andisShown
property to Toast componentWhat's fixed
For a complete and detailed view of the changes, check out the commits log
v4.1.2
Compare Source
v4.1.1
Compare Source
v4.1.0
: BSN 4.1.0 stable releaseCompare Source
What Changed
In brief, a complete rework of all components for stronger TypeScript or improved JavaScript consistency, as well as new features.
Potentially Breaking Changes
myAlertElement.Alert
), you now need to use the build in static methods (EG:BSN.Alert.getInstance(myAlertElement)
which is on par with the original library.shorter-js
library has suffered an entire sweep of changes to file and folder structure, your de-duped builds may need some updates.New Features
myCollapse.isAnimating
) the result is: execution must never bubble or break in any case. The following components benefit: Carousel, Collapse, Modal, Tooltip, Popover, Tab and Toast..carousel
element.Improvements
dist/components.popover.js
slightly larger in size, but BSN is overall smaller.Most Notable Commits
Thanks to all who tested and participated in #430 @midzer @jcorporation @lekoala
v4.0.7
Compare Source
v4.0.6
Compare Source
v4.0.0
: Major Version Release 4.0 for Bootstrap 5Compare Source
Changes:
bootstrap.native.js
), BSN V4 is now the legacy version (bootstrap-native.v4.js
)v3.0.15
: First Bootstrap 5 version availableThis is an important release, that's why I'm adding here a RELEASE TAG. BSN for Bootstrap 5 is probably close to what I'd call great.
For full changelog, please check #400
Please test and report back.
v3.0.10
: BSN now works in HEADCompare Source
Updated
shorter-js
to make BSN work in the site<head>
section.v3.0.9
: Fixed components not exported to cdnv3.0.7
: Better and dedicated build tools for components modulesCompare Source
v3.0.6
: Components as modules now available, other improvementsCompare Source
Changes:
dist/components/
folder holds UMD and ESM modules for all components, thanks @lparshorter-js
for events handling, class manipulation, and more, see commit file changestryWrapper
due to some inconsistency error reporting, despite the benefit it bringsv3.0.5
: Minor improvementsChanges:
tryWrapper
from components themselves, it's now optional because it's included with theinitCallback()
andremoveDataApi()
callbacksv3.0.3
: Fixed package.jsonCompare Source
v3.0.2
: Fixes and improvementsCompare Source
Changes:
touch
Documentation updates
touch
optionsv3.0.1
: Minor fixesCompare Source
Changes:
v3.0.0
: ES6/ES7 VersionCompare Source
Changes:
dispose()
instance method and the ability to re-initialize on the flyshow
,hide
,slide
, etcImportant Notes
new Carousel('#target')
becomesnew BSN.Carousel('#target')
More details at #306
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.