Skip to content

Commit 885f4bd

Browse files
committed
Bump minor version.
1 parent 75c5a8f commit 885f4bd

3 files changed

Lines changed: 6 additions & 13 deletions

File tree

lib/presently/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
# @namespace
77
module Presently
8-
VERSION = "0.10.0"
8+
VERSION = "0.11.0"
99
end

readme.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ Please see the [project documentation](https://socketry.github.io/presently/) fo
2929

3030
Please see the [project releases](https://socketry.github.io/presently/releases/index) for all releases.
3131

32+
### v0.11.0
33+
34+
- Add `Slide#element` and `SlideContext#element` getters — expose the slide body DOM element directly for cases where `find()` is not sufficient, such as measuring dimensions, attaching event listeners, or integrating third-party libraries.
35+
3236
### v0.10.0
3337

3438
- Replace internal `SlideChain` with an exported `SlideContext` class. `SlideContext` accumulates elapsed time across `after()` calls exactly as `SlideChain` did, but also exposes `find()`, `setTimeout()`, and a `get elapsed()` getter. `Slide#after()` now returns a `SlideContext` — existing slide scripts are unaffected.
@@ -86,17 +90,6 @@ Please see the [project releases](https://socketry.github.io/presently/releases/
8690
- Use the last `---` hrule in the AST as the presenter notes separator, so earlier `---` dividers in slide content are preserved correctly.
8791
- Add support for Mermaid diagrams in slides.
8892

89-
### v0.1.0
90-
91-
- Initial release.
92-
- Slide files are Markdown with YAML front matter for metadata (`template`, `duration`, `title`, `skip`, `marker`, `transition`, `focus`).
93-
- Slide content is split into named sections by top-level headings, rendered to HTML via Markly.
94-
- Presenter notes are separated from slide content by a `---` divider.
95-
- Magic move transitions between slides.
96-
- Navigation control in the presenter view.
97-
- Code highlighting with line-range focus support.
98-
- Live state synchronisation between display and presenter views over WebSockets.
99-
10093
## See Also
10194

10295
- [lively](https://github.com/socketry/lively) — The real-time application framework that powers Presently.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.11.0
44

55
- Add `Slide#element` and `SlideContext#element` getters — expose the slide body DOM element directly for cases where `find()` is not sufficient, such as measuring dimensions, attaching event listeners, or integrating third-party libraries.
66

0 commit comments

Comments
 (0)