Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,6 @@ | ||
# 2.0.1 | ||
- I forgot to put a comma which messed up a selector for `li` elements with no siblings causing unexpected behavior with vertical connectors. That comma is back in its place. | ||
- Earlier when there was an `li` element with no siblings, I was hiding its :before connector but this wasn't looking good with complex trees, all the connectors are shown as is now. | ||
# 2.0.0 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "treeflex", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Treeflex is a flexbox based CSS library for drawing hierarchy trees with HTML lists.", | ||
@@ -5,0 +5,0 @@ "keywords": ["css", "flexbox", "scss", "hierarchy tree", "tree", "css tree"], |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45295