You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Removed string escaping in the database. Now StreamField is stored in the database as a native JSON, since version 3.1 Django supports JSON in all databases. When resaving the object, escaping in the new version will be automatically removed.
4
+
2. Added new frontend features: You can open/collapse blocks by one or all together. You can add new block between the others blocks.
5
+
3. For better blocks navigation you can add name of the block by using `__str__` method in block definition code.
6
+
4. For development. Webpack 5 is used to build frontend part. JS scripts is divided into components. SASS is used for styling.
7
+
5. JS libraries are join to one bundle including streamfield.
8
+
9
+
## Minor changes
10
+
1. StreamBlocksAdminMixin now using for StreamBlocksAdmin class (#21)
0 commit comments