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 a9048b2 commit d56bc2dCopy full SHA for d56bc2d
README.md
@@ -101,6 +101,10 @@ you may need and is probably a good idea to provide it from your backend.
101
102
## Changelog
103
104
+## [v1.2.0]
105
+### Changed
106
+- using breakPointPartition thanks to @GreenGremlin
107
+
108
## [v1.1.1]
109
### Changed
110
- using BST based linear partitioning instead of greedy one
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "perfect-layout",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "Image layout generator based on linear partitioning",
5
"main": "index.js",
6
"scripts": {
0 commit comments