Skip to content

Commit

Permalink
Merge pull request #1906 from 4dn-dcic/utk_toc_bug_fix
Browse files Browse the repository at this point in the history
Bug Fix - TOC props.children handling
  • Loading branch information
utku-ozturk authored Sep 6, 2024
2 parents 6202739 + 943a12a commit d95d239
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 20 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ fourfront
Change Log
----------

8.1.1
=====

* Bug fix to handle non-array children in static content TOC


8.1.0
=====

Expand Down
4 changes: 2 additions & 2 deletions deploy/post_deploy_testing/cypress/support/variables.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


export const navBrowseBtnSelector = "#overlays-container .big-dropdown-menu .container a.big-link:first-child";
export const navUserAcctDropdownBtnSelector ="#top-nav .navbar-collapse .navbar-acct.navbar-nav .user-account-item"; //"#top-nav .navbar-collapse .navbar-acct.navbar-nav .user-account-item > a.dropdown-toggle";
export const navUserAcctLoginBtnSelector = "#top-nav .navbar-collapse .navbar-acct.navbar-nav > a.user-account-item";
export const navUserAcctDropdownBtnSelector ="#top-nav .navbar-collapse .navbar-acct.navbar-nav .user-account-item.is-logged-in";
export const navUserAcctLoginBtnSelector = "#top-nav .navbar-collapse .navbar-acct.navbar-nav > a.user-account-item:not(.is-logged-in)";
export const higlassItemViewVizSelector = ".higlass-view-container > .higlass-wrapper > .higlass-instance > .higlass > .higlass-scroll-container .react-grid-layout .react-grid-item .tiled-plot-div";
36 changes: 20 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@hms-dbmi-bgm/react-workflow-viz": "0.1.11",
"@hms-dbmi-bgm/shared-portal-components": "git+https://github.com/4dn-dcic/shared-portal-components#0.1.89",
"@hms-dbmi-bgm/shared-portal-components": "git+https://github.com/4dn-dcic/shared-portal-components#0.1.90",
"@reduxjs/toolkit": "^2.2.6",
"auth0-lock": "^12.5.1",
"d3": "^7.5.0",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
# Note: Various modules refer to this system as "encoded", not "fourfront".
name = "encoded"
version = "8.1.0"
version = "8.1.1"
description = "4DN-DCIC Fourfront"
authors = ["4DN-DCIC Team <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d95d239

Please sign in to comment.