Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CERN Components
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Web Team
Drupal
Public Drupal Repositories
Drupal 8
D8 Modules
CERN Components
Commits
df36cb1b
Commit
df36cb1b
authored
4 years ago
by
Konstantinos Platis
Browse files
Options
Downloads
Plain Diff
Merge version 2.7.7 into master
parents
3cb695a9
fc5e0a79
No related branches found
Branches containing commit
Tags
2.7.7
Tags containing commit
1 merge request
!99
Merge version 2.7.7 into master
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+4
-0
4 additions, 0 deletions
CHANGELOG.md
cern_components.info.yml
+1
-1
1 addition, 1 deletion
cern_components.info.yml
patterns/molecules/page-navigation/js/page-navigation.component.js
+1
-0
1 addition, 0 deletions
...molecules/page-navigation/js/page-navigation.component.js
with
6 additions
and
1 deletion
CHANGELOG.md
+
4
−
0
View file @
df36cb1b
...
...
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [2.7.7] - 16/12/2020
-
Add id attribute in sections that are linked from scrolling menu
## [2.7.6] - 04/12/2020
-
Add composer.json file
...
...
This diff is collapsed.
Click to expand it.
cern_components.info.yml
+
1
−
1
View file @
df36cb1b
...
...
@@ -2,7 +2,7 @@ name: "CERN Components"
type
:
module
description
:
"
Provides
all
the
necessary
modules
regarding
CERN
Web
Components."
core
:
8.x
version
:
2.7.
6
version
:
2.7.
7
package
:
CERN Components
dependencies
:
-
components:components (>=8.x-1.1-alpha1)
...
...
This diff is collapsed.
Click to expand it.
patterns/molecules/page-navigation/js/page-navigation.component.js
+
1
−
0
View file @
df36cb1b
...
...
@@ -128,6 +128,7 @@
if
(
jQuery
(
this
).
data
(
'
title
'
)
!=
undefined
&&
i
<
7
)
{
i
++
;
jQuery
(
this
).
addClass
(
'
s
'
+
i
);
jQuery
(
this
).
attr
(
'
id
'
,
'
s
'
+
i
);
jQuery
(
this
).
attr
(
'
data-navigation
'
,
'
s
'
+
i
);
innerHtml
+=
'
<span class="subNavBtn s
'
+
i
+
'
"><a href="#s
'
+
i
+
'
"><span>
'
+
jQuery
(
this
).
data
(
'
title
'
)
+
'
</span></a></span>
'
}
...
...
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