diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ec94495..7c107491 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Reactist follows [semantic versioning](https://semver.org/) and doesn't introduce breaking changes (API-wise) in minor or patch releases. However, the appearance of a component might change in a minor or patch release so keep an eye on redesigns and make sure your app still looks and feels like you expect it. +# 26.2.5 + +- [Fix] `SubMenu` will only render at the bottom when there isn't enough space in either side of the parent menu. + # 26.2.4 - [Fix] The `Prose` component's horizontal rule color is now properly set to the primary divider color. diff --git a/package-lock.json b/package-lock.json index 198ab2f6..761959b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@doist/reactist", - "version": "26.2.4", + "version": "26.2.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@doist/reactist", - "version": "26.2.4", + "version": "26.2.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index a2b88f99..df4bf16e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "email": "henning@doist.com", "url": "http://doist.com" }, - "version": "26.2.4", + "version": "26.2.5", "license": "MIT", "homepage": "https://github.com/Doist/reactist#readme", "repository": {