glimmer-dsl-web 0.0.8 → 0.0.9

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: '028be0c05ee74f8e639b3b43adbdd52e7b90e7e5b52a0e7026fbf74e0d017300'
4
- data.tar.gz: d2b8e3fc639dfa55655f05faf740fd36fcf518bc143eb8f08a874be3e34f72ec
3
+ metadata.gz: eb52a7e2713efb045e669024219a7100ec1e883d36ad0a617f8afc4c9955ef80
4
+ data.tar.gz: 2f2ea6499404327420613adee09d4a13a55395b90b911e60314d8f7388adf291
5
5
  SHA512:
6
- metadata.gz: e9a0add34e7db5cd7d0816e0006ed0426f9bc739402e4951f672195f6dcce472943b5f5c501213269b0ec84fb636aaea701fe35326639827bd580b94db370a5a
7
- data.tar.gz: 19ccf1280735e472c6f643a21e105f0b1020fdacc53a66f63588be6f7b8faddb1e8391667094687a204c3d1363ee760c6b752c84866b86323437c17b8fdbe7d6
6
+ metadata.gz: 8b9a182d977bd3d30c440736840e8c0fd5855f6a63d2a09d030bb97f08068cd3e81aa0f298361d2321a5ff500de4c0009b43bec6c70142d7cead27a90d656cdf
7
+ data.tar.gz: ab3a23dd8a7d2d7d78d6110e56780099c660fcd11f5f935a3067b16ea578dff20b13ebf2e984a15f6c8f276dcee2f0d4d5e7c559df856c9836c30b9e8292ef30
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.0.9
4
+
5
+ - Component support (View component classes simply `include Glimmer::Web::Component`)
6
+ - Improve README.md setup instructions, documenting how to enable Browser Opal Debugging in Ruby using Opal Source Maps
7
+ - Allow passing element `:parent` selector through `render` method as first argument (`render(selector)`) for a potentially more readable second way of doing the same thing
8
+ - Fix Hello, Content Data-Binding! as it forgot to include Glimmer to top-level main object and forgot to wait for Document.ready?
9
+ - New Hello, Component! Sample: `require 'glimmer-dsl-web/samples/hello/hello_component'`
10
+
3
11
  ## 0.0.8
4
12
 
5
13
  - Validate that element keywords belong to the valid list of HTML element tag names to prevent rendering fake elements the keyword does not match a real HTML element tag