playhtml 2.1.5 → 2.1.6

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
4
4
 
5
+ ## 2.1.3 - 2024-04-17
6
+
7
+ - fix bug with native image dragging conflicting with playhtml draggable elements.
8
+
5
9
  ## 2.1.2 - 2024-01-30
6
10
 
7
11
  - align dependencies
package/README.md CHANGED
@@ -132,9 +132,7 @@ If you're trying this out and having trouble, please message me ([email](mailto:
132
132
 
133
133
  ## Examples
134
134
 
135
- To get started, you can find examples under the `example` folder or React examples under `packages/react/examples`.
136
-
137
- For full-fledged examples, check out our [community gallery](https://coda.io/@spencer/playhtml) for more inspiration on what you can do! And [submit your own](https://coda.io/form/playhtml-example_dnUR7xNE7wz) once you've made one.
135
+ To get started, you can find examples inside `index.html`, the `website/experiments` folder (these all have corresponding live demos at playhtml.fun/experiments/one/), and React examples under `packages/react/examples`.
138
136
 
139
137
  ## Custom Capabilities
140
138