@innovastudio/contentbox 1.6.37 → 1.6.39

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/readme.txt CHANGED
@@ -1,4 +1,4 @@
1
- ContentBox.js 5.7.13
1
+ ContentBox.js 5.8
2
2
 
3
3
  Documentation:
4
4
 
@@ -128,6 +128,16 @@ NOTE:
128
128
 
129
129
  http://localhost/.../public/example-s3.php
130
130
 
131
+ - New Canvas Mode
132
+
133
+ Canvas mode is a new option for seamless (gridless) block positioning. Simply activate with:
134
+
135
+ const builder = new ContentBox({
136
+ canvas: true,
137
+ ...
138
+ });
139
+
140
+ Then start adding a new 'Canvas' section.
131
141
 
132
142
  - IMPORTANT:
133
143