Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Apr 4, 2022
1 parent 79f32db commit df70527
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 5 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [0.2.2](https://github.com/Akryum/histoire/compare/v0.2.1...v0.2.2) (2022-04-04)


### Bug Fixes

* app logo horizontal align ([24f510b](https://github.com/Akryum/histoire/commit/24f510bb0372d5944854c6006f50038fe1c0ab38))
* app logo vertical align ([76e2890](https://github.com/Akryum/histoire/commit/76e289078405ddcc21c23e785e84c891db507c2d))
* improved vnode handling in <Story> ([fd1e6f1](https://github.com/Akryum/histoire/commit/fd1e6f16c3ab566e80bc03509d39702ee6d43e24))
* rem issue ([7854104](https://github.com/Akryum/histoire/commit/7854104c50abe388d74db0a8c88d1ec3004f6114))


### Features

* Add documentation (fix [#44](https://github.com/Akryum/histoire/issues/44)) ([#60](https://github.com/Akryum/histoire/issues/60)) ([a1a3b3a](https://github.com/Akryum/histoire/commit/a1a3b3a00476888d5d365a2872907817e4afa34c))
* **grid:** auto scroll to selected variant ([60bf849](https://github.com/Akryum/histoire/commit/60bf849d494f79be3089dee7d07278ac6f690adf))
* **grid:** select variant on click or keyup inside ([17e9204](https://github.com/Akryum/histoire/commit/17e92048f6a95ef2816fcdd43b9b9bdf2ef0ab36))
* optimize big grids ([488bda0](https://github.com/Akryum/histoire/commit/488bda0a6878058c246ad4859fd86d983018b7b9))


### Performance Improvements

* grid layout ([218f856](https://github.com/Akryum/histoire/commit/218f8564cda736582dc5384be2711101fa2bee9d))



## [0.2.1](https://github.com/Akryum/histoire/compare/v0.2.0...v0.2.1) (2022-03-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire-monorepo",
"version": "0.2.1",
"version": "0.2.2",
"private": true,
"repository": {
"url": "https://github.com/Akryum/histoire.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/histoire-controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@histoire/controls",
"version": "0.2.1",
"version": "0.2.2",
"description": "Prebuilt controls components",
"license": "MIT",
"author": {
Expand Down
4 changes: 2 additions & 2 deletions packages/histoire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "histoire",
"version": "0.2.1",
"version": "0.2.2",
"description": "A fast story book powered by Vite",
"license": "MIT",
"author": {
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@iconify/vue": "^3.1.3",
"@histoire/controls": "^0.2.1",
"@histoire/controls": "^0.2.2",
"@vitejs/plugin-vue": "^2.3.1",
"@vueuse/core": "^8.1.1",
"birpc": "^0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df70527

Please sign in to comment.