Skip to content

Commit f7274a3

Browse files
committed
Add test functionality and fix small issues
1 parent 486c4fe commit f7274a3

File tree

7 files changed

+1340
-127
lines changed

7 files changed

+1340
-127
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Slides (`@webwriter/slides@2.1.0`)
2-
[License: MIT](LICENSE) | Version: 2.1.0
1+
# Slides (`@webwriter/slides@2.2.0`)
2+
[License: MIT](LICENSE) | Version: 2.2.0
33

44
WIP - Present content as a sequence of screens (slides, tabs, etc.).
55

@@ -42,7 +42,7 @@ npm install @webwriter/slides
4242
| `activeSlideIndex` | `number` | Index of the active slide. | `0` ||
4343
| `activeSlide` | `WebwriterSlide` | Active slide element. | - ||
4444
| `hasNextSlide` | `boolean` | False if slideshow is on the last slide. | - ||
45-
| `hasPreviousSlide` | `boolean` | False if slideshow is on the last slide. | - ||
45+
| `hasPreviousSlide` | `boolean` | False if slideshow is on the first slide. | - ||
4646

4747
*Fields including [properties](https://developer.mozilla.org/en-US/docs/Glossary/Property/JavaScript) and [attributes](https://developer.mozilla.org/en-US/docs/Glossary/Attribute) define the current state of the widget and offer customization options.*
4848

@@ -126,4 +126,4 @@ npm install @webwriter/slides
126126

127127

128128
---
129-
*Generated with @webwriter/build@1.4.0*
129+
*Generated with @webwriter/build@1.5.0*

custom-elements.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
}
1818
],
1919
"members": [
20+
{
21+
"kind": "field",
22+
"name": "localize",
23+
"privacy": "protected",
24+
"default": "LOCALIZE"
25+
},
2026
{
2127
"kind": "field",
2228
"name": "scopedElements",
@@ -105,7 +111,7 @@
105111
"type": {
106112
"text": "boolean"
107113
},
108-
"description": "False if slideshow is on the last slide.",
114+
"description": "False if slideshow is on the first slide.",
109115
"readonly": true
110116
},
111117
{

0 commit comments

Comments
 (0)