presently 0.17.1 → 0.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 76e4ab0cea03d4eefe8864d4c81f0193615ba5bb4548d65d19fd93992408a746
4
- data.tar.gz: b2315554cb96689cf429c04d3a914525cc3294f5e01bb1cc39b0cf7a475d8b6d
3
+ metadata.gz: bbd618c70d381e757d204404a473452d88cc0c1891909c6dea520364ff9eca8d
4
+ data.tar.gz: 487397bb18e96b517ca941dabc902ed23e65cf9f1acc4aece5c741aa9a649088
5
5
  SHA512:
6
- metadata.gz: 34fbbeee043bbdd4241049e639388661808245d0d3001256d979745199074c30a867ffc4782f30a728d494453fdadf723589ff3f44f44f08a2dd65b11bdb3b50
7
- data.tar.gz: eb40ee8ba2bfa106b86e9641ece873ae27043e137c0fe3ae69ff714e24562b1b01d4a58de15681655e74348a4bcbec9f965c8bc6ac65166d63bf7c4378c58282
6
+ metadata.gz: aecbc0cae0200a68de57dc5f5a97ab9b92db64bf06383fe6eb96aeb4eb4a41ae3c4ff86ef8f7df29498d3f4054426c3b86aca20133e1404b72adacb1184a9232
7
+ data.tar.gz: cb70f29e9b067804054868a486a017fd262d9407a5b2885797e1b33357060b6e39c24f2977508cc7b95dcf9e579fa5c4e688fd37f75c165036eb1c8f250e1b4c
checksums.yaml.gz.sig CHANGED
Binary file
@@ -11,7 +11,7 @@ module Presently
11
11
  # Ask the client to render the current slide view.
12
12
  # @parameter transition [String | Nil] The transition to apply while rendering.
13
13
  def render_slide!(transition: nil)
14
- dispatch_event("##{@id}", "presently:slide:render",
14
+ dispatch_event(self.selector, "presently:slide:render",
15
15
  bubbles: true,
16
16
  detail: {
17
17
  html: self.to_html.to_s,
@@ -5,5 +5,5 @@
5
5
 
6
6
  # @namespace
7
7
  module Presently
8
- VERSION = "0.17.1"
8
+ VERSION = "0.17.2"
9
9
  end
data/readme.md CHANGED
@@ -65,6 +65,10 @@ The task records the presentation at 1920×1080 and 30 frames per second by defa
65
65
 
66
66
  Please see the [project releases](https://socketry.github.io/presently/releases/index) for all releases.
67
67
 
68
+ ### v0.17.2
69
+
70
+ - Fix slide rendering events for generated view identifiers that begin with a digit.
71
+
68
72
  ### v0.17.1
69
73
 
70
74
  - Add slide-scoped resource cleanup with `Slide#defer`, `Slide#signal`, and idempotent `Slide#dispose`. Existing tracked timeouts now use the same disposal lifecycle.
@@ -108,10 +112,6 @@ q
108
112
 
109
113
  - `SlideBuilder#show` and `SlideBuilder#next` no longer overwrite `view-transition-name` on elements that already have one set. This allows elements with explicit names (for morph transitions to other slides) to coexist with the build system — they still get `visibility` and `viewTransitionClass` managed, but keep their own name.
110
114
 
111
- ### v0.8.0
112
-
113
- - Add optional `translation` section to the `default` template.
114
-
115
115
  ## See Also
116
116
 
117
117
  - [lively](https://github.com/socketry/lively) — The real-time application framework that powers Presently.
data/releases.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Releases
2
2
 
3
+ ## v0.17.2
4
+
5
+ - Fix slide rendering events for generated view identifiers that begin with a digit.
6
+
3
7
  ## v0.17.1
4
8
 
5
9
  - Add slide-scoped resource cleanup with `Slide#defer`, `Slide#signal`, and idempotent `Slide#dispose`. Existing tracked timeouts now use the same disposal lifecycle.
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: presently
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.1
4
+ version: 0.17.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -52,6 +52,20 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.22'
55
+ - !ruby/object:Gem::Dependency
56
+ name: live
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '0.21'
62
+ type: :runtime
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '0.21'
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: markly
57
71
  requirement: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file