File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 18
18
- New constructors to build grids from tables and trees (` table-grid ` and
19
19
` tree-grid ` ), which supplant the deprecated constructors from v1.x (` tree `
20
20
and ` table ` )
21
+
22
+ ## [ 1.3.3] - 2020-07-11
23
+ ### Fixed
24
+ - Bug where columns would only auto resize up until 'J'
25
+ - Unnecessary Rhizome dependency causing headaches in headless environments
21
26
22
27
## [ 1.3.2] - 2020-04-15
23
28
### Fixed
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ boilerplate-free common sense styling.
8
8
9
9
Lein:
10
10
```
11
- [org.clojars.mjdowney/excel-clj "1.2 .0-SNAPSHOT"]
11
+ [org.clojars.mjdowney/excel-clj "2.0 .0-SNAPSHOT"]
12
12
```
13
13
14
14
- [ Getting Started] ( #getting-started )
19
19
- [ What are the options for styling?] ( #what-are-the-options-for-styling? )
20
20
- [ Grids] ( #grids )
21
21
- [ Templates] ( #templates )
22
- - [ More Examples] ( #more-examples )
23
22
- [ Roadmap] ( #roadmap )
24
23
25
24
## Getting Started
You can’t perform that action at this time.
0 commit comments