Skip to content

Commit 374a799

Browse files
author
github-actions
committed
build: bump version to 5.2.0
1 parent c815b19 commit 374a799

File tree

7 files changed

+35
-11
lines changed

7 files changed

+35
-11
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# [5.2.0](https://github.com/iCHEF/gypcrete/compare/v5.1.0...v5.2.0) (2022-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* dont compute maxHeight of popover on horizontal placement ([581fc6c](https://github.com/iCHEF/gypcrete/commit/581fc6cfc7ca5f6b1bc4b170556e26d8839a4afc))
7+
* offset is different from client rect ([15709f4](https://github.com/iCHEF/gypcrete/commit/15709f480ae05efd2f02c7a365709abb82b04f12))
8+
* omit defaultPlacement ([25447fd](https://github.com/iCHEF/gypcrete/commit/25447fd118f9ddc3a1313bac13b4f65ff57851c8))
9+
* should not consider another side arrow position ([c8350f1](https://github.com/iCHEF/gypcrete/commit/c8350f127bf6c2b50b00da8a2893ab467cca1515))
10+
11+
12+
### Features
13+
14+
* add left placement strategies ([04cdd75](https://github.com/iCHEF/gypcrete/commit/04cdd75e953d30d1dfff609bf2d8af80c4aa8292))
15+
* add right / left placement style ([0c70168](https://github.com/iCHEF/gypcrete/commit/0c70168355567b0f5638ce5d6dd9f63fd6429ebb))
16+
* add right placement strategy ([80a851f](https://github.com/iCHEF/gypcrete/commit/80a851f4276a45ea9663438127a07a4a368a6763))
17+
* add top and bottom placement strategy ([deadab0](https://github.com/iCHEF/gypcrete/commit/deadab04f3cec936a5c3c410d368370a0eef31d0))
18+
* make arrowPosition consider top and left ([0998cce](https://github.com/iCHEF/gypcrete/commit/0998cce139064b63aba15821788c7cb336da12bb))
19+
* make defaultPlacement changeable for anchored component ([5e84517](https://github.com/iCHEF/gypcrete/commit/5e84517c7c77c84866013930289f06ceef63c8b7))
20+
* move getPosition logic into placement strategy ([51f4d62](https://github.com/iCHEF/gypcrete/commit/51f4d623c5a78377f196953f9d5d2eed409adbf9))
21+
* simplify logic ([ff78d60](https://github.com/iCHEF/gypcrete/commit/ff78d60cfda3693898d22e4ecb9a578ea3158ce8))
22+
23+
24+
125
# [5.1.0](https://github.com/iCHEF/gypcrete/compare/v5.0.1...v5.1.0) (2022-10-21)
226

327

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "5.1.0",
5+
"version": "5.2.0",
66
"npmClient": "yarn",
77
"command": {
88
"version": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete-build",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "iCHEF web components library, built with React.",
55
"private": true,
66
"homepage": "https://ichef.github.io/gypcrete",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "iCHEF web components library, built with React.",
55
"homepage": "https://ichef.github.io/gypcrete",
66
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/core",

packages/form/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete-form",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Form components built on Gypcrete",
55
"homepage": "https://ichef.github.io/gypcrete",
66
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/form",
@@ -35,7 +35,7 @@
3535
"react": "^16.6.0"
3636
},
3737
"dependencies": {
38-
"@ichef/gypcrete": "^5.1.0",
38+
"@ichef/gypcrete": "^5.2.0",
3939
"classnames": "^2.2.5",
4040
"immutable": "^3.8.2",
4141
"keycode": "^2.1.9",

packages/imageeditor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete-imageeditor",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "Image cropper built with Gypcrete",
55
"homepage": "https://ichef.github.io/gypcrete",
66
"repository": "https://github.com/iCHEF/gypcrete/tree/master/packages/imageeditor",
@@ -35,7 +35,7 @@
3535
"react": "^16.6.0"
3636
},
3737
"dependencies": {
38-
"@ichef/gypcrete": "^5.1.0",
38+
"@ichef/gypcrete": "^5.2.0",
3939
"classnames": "^2.2.5",
4040
"react-avatar-editor": "^11.0.2",
4141
"warning": "^4.0.3"

packages/storybook/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ichef/gypcrete-storybook",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"description": "React Storybook for Gypcrete",
55
"private": true,
66
"repository": "iCHEF/gypcrete",
@@ -20,9 +20,9 @@
2020
"ghpages": "npm run clean && npm run build:storybook"
2121
},
2222
"dependencies": {
23-
"@ichef/gypcrete": "^5.1.0",
24-
"@ichef/gypcrete-form": "^5.1.0",
25-
"@ichef/gypcrete-imageeditor": "^5.1.0",
23+
"@ichef/gypcrete": "^5.2.0",
24+
"@ichef/gypcrete-form": "^5.2.0",
25+
"@ichef/gypcrete-imageeditor": "^5.2.0",
2626
"@storybook/addon-actions": "^5.3.2",
2727
"@storybook/addon-docs": "^5.3.2",
2828
"@storybook/addon-info": "^5.3.2",

0 commit comments

Comments
 (0)