Skip to content

Commit b43d3c6

Browse files
committed
Update CHANGELOG.md with fix of removed styles
1 parent 6b3bada commit b43d3c6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
* New option *useSharedWorker* that enables the use of a [shared web worker](https://developer.mozilla.org/en-US/docs/Web/API/SharedWorker). The default is still to use a [dedicated web worker](https://developer.mozilla.org/en-US/docs/Web/API/Worker).
1111
* New method [*graphviz*.**destroy**()](README.md#graphviz_destroy) to remove the Graphviz render from the element it was created on and release any resources it is holding.
1212

13+
### Fixed
14+
* Styles added with the attributer are removed after transition #159
15+
1316
## [3.0.6]
1417

1518
### Changed

0 commit comments

Comments
 (0)