diff options
author | Mario <mario@mariovavti.com> | 2019-12-12 14:51:10 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-12-12 14:51:10 +0000 |
commit | 544ef3bc588d4180d7ecad15bdacd43813a7c5c5 (patch) | |
tree | 62372d0af859287235f62f20d0cf55b5b5b1ace3 /vendor/twbs/bootstrap/site/_data | |
parent | 124cc4396247c75c14280136cfaa95415860ad4c (diff) | |
download | volse-hubzilla-544ef3bc588d4180d7ecad15bdacd43813a7c5c5.tar.gz volse-hubzilla-544ef3bc588d4180d7ecad15bdacd43813a7c5c5.tar.bz2 volse-hubzilla-544ef3bc588d4180d7ecad15bdacd43813a7c5c5.zip |
update composer libs and minor notifications display fixes
Diffstat (limited to 'vendor/twbs/bootstrap/site/_data')
-rw-r--r-- | vendor/twbs/bootstrap/site/_data/browser-features.yml | 2 | ||||
-rw-r--r-- | vendor/twbs/bootstrap/site/_data/docs-versions.yml | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/vendor/twbs/bootstrap/site/_data/browser-features.yml b/vendor/twbs/bootstrap/site/_data/browser-features.yml index 6c8701f68..303113da8 100644 --- a/vendor/twbs/bootstrap/site/_data/browser-features.yml +++ b/vendor/twbs/bootstrap/site/_data/browser-features.yml @@ -32,7 +32,7 @@ browser: > Edge summary: > - Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled + Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event) when a CSS transition is canceled upstream_bug: > UserVoice#15939898 origin: > diff --git a/vendor/twbs/bootstrap/site/_data/docs-versions.yml b/vendor/twbs/bootstrap/site/_data/docs-versions.yml index ce240a75d..f5ba3df81 100644 --- a/vendor/twbs/bootstrap/site/_data/docs-versions.yml +++ b/vendor/twbs/bootstrap/site/_data/docs-versions.yml @@ -29,16 +29,17 @@ - group: v3.x baseurl: https://getbootstrap.com/docs - description: Our previous major release and its minor versions. Last update was v3.4.0. + description: Our previous major release and its minor versions. Last update was v3.4.1. versions: - v: 3.3 - v: 3.4 - group: v4.x baseurl: https://getbootstrap.com/docs - description: Current major release with two minor releases. Last update was v4.3.1. + description: Current major release with two minor releases. Last update was v4.4.1. versions: - v: 4.0 - v: 4.1 - v: 4.2 - v: 4.3 + - v: 4.4 |