Skip to content

Commit

Permalink
1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
runemadsen committed Sep 29, 2017
1 parent bee2327 commit 1133561
Show file tree
Hide file tree
Showing 19 changed files with 1,995 additions and 4,757 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## UPCOMING
## 1.1.4

- `fill()` and `stroke()` will now disable fill if the string 'none' is passed to them.
- `fill()` and `stroke()` will no longer insert `file="none"` if set to false.
- `Object.assign()` now used instead of lodash `assign`. This means that IE users need a polyfill.
- Replaced `lodash.each` with for loops for speed and size improvements.
- Replaced `lodash.map` with native `map()` for speed and size improvements.
- Replaced `lodash.flatten` with custom `flatten()` for speed and size improvements.
- Replaced `lodash.defaults` with `lodash.assign` for size improvements.
- Replaced `lodash.assign` with `object-assign` for size improvements.
- Replaced `lodash.without` with custom `without` for size improvements.
- Unminified size went from 215kb to 160kb

## 1.1.3

Expand Down
2 changes: 0 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# TODO

- Rename `scale()` to `resize()` and add `scale()` that uses transform scale
- Also add dimensions to `viewBox` attribute per #30
- Docs: `start()` and `end()`
- Rename circle.radius to diameter? Change toPolygon so they don't double in size
- Remove lodash and use polyfills instead

## Backlog

Expand Down
Loading

0 comments on commit 1133561

Please sign in to comment.