We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6825a6e commit 2bbf3deCopy full SHA for 2bbf3de
NEWS.md
@@ -1,5 +1,11 @@
1
# News
2
3
+## 1.0.0.alpha
4
+ * Breaking change with how the fragments work. Where prior it was
5
+ `{type: fragment_name, partial: partial_name, path: path}` the payload is now
6
+ changed to`{id: key, path: path}`. This should only affect superglue users.
7
+ * Rest of API is stablizing with next release of Superglue v2
8
+
9
## 0.38.0 (Jul 13, 2025)
10
* Add ability to render a partial as a layout
11
* Add child! which works only within an array! block
lib/props_template/version.rb
@@ -1,3 +1,3 @@
module Props
- VERSION = "0.38.0".freeze
+ VERSION = "1.0.0.alpha".freeze
end
0 commit comments