Skip to content

Commit

Permalink
feat: bump to lsd-core 5.2.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: major version bump of lsd-core may cause breakages
  • Loading branch information
nickmcdowall committed May 1, 2023
1 parent 80dab3c commit 7c00b2c
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}

dependencies {
api 'io.github.lsd-consulting:lsd-core:4.1.0'
api 'io.github.lsd-consulting:lsd-core:5.0.2'
implementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
implementation 'com.j2html:j2html:1.5.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
<title>scenario_outline</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/style.min.css">
</head>
<body>
<main role="main">
<h1 class="logo">LSD</h1>
<h1>scenario_outline</h1>
<div class="dropdown">
<label class="dropdown">Scenarios</label>
<div class="dropdown-content">
<a class="success" href="#7">Scenario with a data table #1</a>
<a class="success" href="#10">Scenario with a data table #2</a>
<div class="menu">
<div class="dropdown">
<label class="dropdown">Scenarios</label>
<div class="dropdown-content">
<a class="success" href="#7">Scenario with a data table #1</a>
<a class="success" href="#10">Scenario with a data table #2</a>
</div>
</div>
</div>
</div><article id="7">
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span>
<h1 class="logo">LSD</h1>
<h1>scenario_outline</h1><article id="7">
<span class="articleStart"></span>
<h2 class="success">Scenario with a data table #1</h2><section class="description success">
<h3 class="success">Description</h3>
Given the following values for value1_1 and value1_2</br>When when3</br>Then then3
Expand All @@ -32,7 +34,7 @@ <h2>PlantUml markup</h2>
<div class="content">
<pre><code id="sequence_uml_code8">@startuml

!theme lsd-light from https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/
!theme lsd-light from https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/

hide unlinked

Expand Down Expand Up @@ -111,7 +113,7 @@ <h2>label2</h2>
</div>
</div>
</article><article id="10">
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span>
<span class="articleStart"></span>
<h2 class="success">Scenario with a data table #2</h2><section class="description success">
<h3 class="success">Description</h3>
Given the following values for value2_1 and value2_2</br>When when3</br>Then then3
Expand All @@ -128,7 +130,7 @@ <h2>PlantUml markup</h2>
<div class="content">
<pre><code id="sequence_uml_code11">@startuml

!theme lsd-light from https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/
!theme lsd-light from https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/

hide unlinked

Expand Down Expand Up @@ -210,9 +212,9 @@ <h2>label2</h2>
</main>
</body>
<footer>
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11/build/styles/dark.min.css">
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/custom.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/custom.min.js"></script>
<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
<title></title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/style.min.css">
<title>Index</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/style.min.css">
</head>
<body>
<main role="main">
<h1 class="logo">LSD</h1>
<div class="dropdown">
<h1><label class="dropdown">Reports</label></h1>
<div class="dropdown-content">
<a class="success" href="Data_table.html">data_table</a>
<a class="success" href="Scenario.html">scenario</a>
<a class="success" href="Scenario_outline.html">scenario_outline</a>

</div>
<h2><label class="index">Available Reports</label></h2>
<div class="index-content">
<a class="success" href="Data_table.html">data_table</a>
<a class="success" href="Scenario.html">scenario</a>
<a class="success" href="Scenario_outline.html">scenario_outline</a>

</div>
</main>
</body>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
<title>scenario</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/style.min.css">
</head>
<body>
<main role="main">

<h1 class="logo">LSD</h1>
<h1>scenario</h1>
<article id="4">
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span>
<h1>scenario</h1><article id="4">
<span class="articleStart"></span>
<h2 class="success">Basic scenario</h2><section class="description success">
<h3 class="success">Description</h3>
Given given1</br>When when1</br>Then then1
Expand All @@ -26,7 +26,7 @@ <h2>PlantUml markup</h2>
<div class="content">
<pre><code id="sequence_uml_code5">@startuml

!theme lsd-light from https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/
!theme lsd-light from https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/

hide unlinked

Expand Down Expand Up @@ -108,9 +108,9 @@ <h2>label2</h2>
</main>
</body>
<footer>
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11/build/styles/dark.min.css">
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/custom.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/custom.min.js"></script>
<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
<title>data_table</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/style.min.css">
</head>
<body>
<main role="main">

<h1 class="logo">LSD</h1>
<h1>data_table</h1>
<article id="1">
<span onclick="location.href='#top';" title="top of page" class="back_to_top"></span>
<h1>data_table</h1><article id="1">
<span class="articleStart"></span>
<h2 class="success">Scenario with a data table</h2><section class="description success">
<h3 class="success">Description</h3>
Given given2</br>When when2</br>Then then2
Expand All @@ -26,7 +26,7 @@ <h2>PlantUml markup</h2>
<div class="content">
<pre><code id="sequence_uml_code2">@startuml

!theme lsd-light from https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/
!theme lsd-light from https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/

hide unlinked

Expand Down Expand Up @@ -108,9 +108,9 @@ <h2>label2</h2>
</main>
</body>
<footer>
<script src="https://d3js.org/d3.v7.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11/build/styles/dark.min.css">
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@3/src/main/resources/static/custom.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/custom.min.js"></script>
<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
Expand Down

0 comments on commit 7c00b2c

Please sign in to comment.