Skip to content

Commit

Permalink
v0.9.17
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Feb 21, 2022
1 parent f0a7d8e commit 4c825cd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.9.17](https://github.com/gosling-lang/gosling.js/compare/v0.9.16...v0.9.17) (2022-02-21)


### Features

* **editor:** add options to change screen dimensions ([#632](https://github.com/gosling-lang/gosling.js/issues/632)) ([5f2b67a](https://github.com/gosling-lang/gosling.js/commit/5f2b67a94207d3559deed172eafed508ebdd671f))
* **experimental:** allow defining alternative specs for responsive visualization ([#624](https://github.com/gosling-lang/gosling.js/issues/624)) ([458cc90](https://github.com/gosling-lang/gosling.js/commit/458cc907e0de7a081165a6c40a1e169e15a5c173))
* support 2D annotations using json data ([#641](https://github.com/gosling-lang/gosling.js/issues/641)) ([efb1690](https://github.com/gosling-lang/gosling.js/commit/efb1690337fb76ceac4eaaac0a702abccd430142))
* support checking `aspectRatio` to use responsive spec ([#635](https://github.com/gosling-lang/gosling.js/issues/635)) ([ea96bc0](https://github.com/gosling-lang/gosling.js/commit/ea96bc0e5473a4ebce93aad7af6901e24f6115a9))



## [0.9.16](https://github.com/gosling-lang/gosling.js/compare/v0.9.15...v0.9.16) (2022-01-31)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gosling.js",
"author": "Sehi L'Yi",
"version": "0.9.16",
"version": "0.9.17",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c825cd

Please sign in to comment.