Skip to content

Commit c388a44

Browse files
authored
Merge pull request #81 from estruyf/poc/components
0.0.88
2 parents a07064e + 545b853 commit c388a44

34 files changed

+2288
-37
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [0.0.88] - 2025-03-28
4+
5+
- Two new themes: `quantum` and `frost`
6+
- [#77](https://github.com/estruyf/vscode-demo-time/issues/77): Creating components to show or hide slide content based on clicks
7+
- [#78](https://github.com/estruyf/vscode-demo-time/issues/78): Created the `arrow`, `circle`, and `rectangle` components to highlight areas on the slides
8+
- [#79](https://github.com/estruyf/vscode-demo-time/issues/79): Trigger the first demo when turning on the presentation mode
9+
- [#80](https://github.com/estruyf/vscode-demo-time/issues/80): Have an action on the slide view to show the mouse position. This can help you place the components correctly onto your slides
10+
311
## [0.0.87] - 2025-03-23
412

513
- [#74](https://github.com/estruyf/vscode-demo-time/issues/74): Support for custom slide layouts with the `customLayout` property

assets/styles/print.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,8 @@ div.image {
102102
.slide__image_right {
103103
@apply w-full h-full bg-cover bg-center;
104104
}
105+
106+
dt-show,
107+
dt-hide {
108+
@apply block my-2;
109+
}

assets/styles/themes/default.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,10 @@
208208
.slide__content__inner {
209209
@apply flex flex-col items-center justify-center text-center;
210210
}
211+
212+
h1 {
213+
@apply p-1;
214+
}
211215
}
212216

213217
.image-left {

0 commit comments

Comments
 (0)