Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
webform
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
webform
Commits
1152d8ee
Commit
1152d8ee
authored
2 years ago
by
Jacob Rockowitz
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3310154
: [Drupal 10.x] core/popperjs asset library is deprecated
parent
5f5772bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!358
Issue #3386119 by Krypton: Added is null route check
,
!277
Issue #3326313 by jrockowitz, _pratik_: Move Schema tab from...
,
!138
Issue #3257570: Ensure that submission are deleted when a webform is deleted
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/WebformLibrariesManager.php
+12
-2
12 additions, 2 deletions
src/WebformLibrariesManager.php
webform.libraries.yml
+17
-4
17 additions, 4 deletions
webform.libraries.yml
with
29 additions
and
6 deletions
src/WebformLibrariesManager.php
+
12
−
2
View file @
1152d8ee
...
...
@@ -465,8 +465,18 @@ class WebformLibrariesManager implements WebformLibrariesManagerInterface {
'version'
=>
'12.0.3'
,
'license'
=>
'MIT'
,
];
$libraries
[
'tippyjs/6.x'
]
=
[
'title'
=>
$this
->
t
(
'Tippy.js (6.x)'
),
$libraries
[
'popperjs'
]
=
[
'title'
=>
$this
->
t
(
'Popper.js'
),
'description'
=>
$this
->
t
(
"Tippy.js a tiny, low-level library for creating
\"
floating
\"
elements like tooltips, popovers, dropdowns, menus, and more."
),
'notes'
=>
$this
->
t
(
'Popper.js is used to provide a tooltips.'
),
'homepage_url'
=>
Url
::
fromUri
(
'https://github.com/floating-ui/floating-ui'
),
'download_url'
=>
Url
::
fromUri
(
'https://unpkg.com/@popperjs/core@2.11.6/dist/umd/popper.min.js'
),
'version'
=>
'2.11.6'
,
'core'
=>
9
,
'license'
=>
'MIT'
,
];
$libraries
[
'tippyjs'
]
=
[
'title'
=>
$this
->
t
(
'Tippy.js'
),
'description'
=>
$this
->
t
(
"Tippy.js is the complete tooltip, popover, dropdown, and menu solution for the web, powered by Popper."
),
'notes'
=>
$this
->
t
(
'Tippy.js is used to provide a tooltips.'
),
'homepage_url'
=>
Url
::
fromUri
(
'https://github.com/atomiks/tippyjs'
),
...
...
This diff is collapsed.
Click to expand it.
webform.libraries.yml
+
17
−
4
View file @
1152d8ee
...
...
@@ -1323,6 +1323,19 @@ libraries.tabby:
js
:
/libraries/tabby/dist/js/tabby.min.js
:
{}
libraries.popperjs
:
remote
:
https://github.com/floating-ui/floating-ui
version
:
'
2.11.6'
license
:
name
:
MIT
url
:
https://github.com/floating-ui/floating-ui/blob/v2.x/LICENSE.md
gpl-compatible
:
true
directory
:
popperjs
cdn
:
/libraries/popperjs/
:
https://unpkg.com/@popperjs/core@2.11.6/dist/umd/
js
:
/libraries/popperjs/popper.min.js
:
{
minified
:
true
}
libraries.tippyjs
:
remote
:
https://github.com/atomiks/tippyjs
version
:
'
6.2.6'
...
...
@@ -1330,10 +1343,10 @@ libraries.tippyjs:
name
:
MIT
url
:
https://github.com/atomiks/tippyjs/blob/master/LICENSE
gpl-compatible
:
true
directory
:
tippyjs
/6.x
directory
:
tippyjs
cdn
:
/libraries/tippyjs/
6.x/
:
https://unpkg.com/tippy.js@6.2.6/dist/
/libraries/tippyjs/
:
https://unpkg.com/tippy.js@6.2.6/dist/
js
:
/libraries/tippyjs/
6.x/
tippy-bundle.umd.min.js
:
{
minified
:
true
}
/libraries/tippyjs/tippy-bundle.umd.min.js
:
{
minified
:
true
}
dependencies
:
-
core/
popperjs
-
webform/libraries.
popperjs
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment