Releases: weseek/growi
Releases · weseek/growi
v7.0.23
🐛 Bug Fixes
- fix: Couln't show old revision (#9296) @yuki-takei
🧰 Maintenance
- support: Maintenance API docs generation (#9302) @yuki-takei
- support: Omit docs route (#9299) @yuki-takei
v7.0.22
🐛 Bug Fixes
- fix: Edit button appear for the side of header (#9270) @yuki-takei
- fix: Collaborative editing occurs unstable behavior (#9267) @yuki-takei
v7.0.21
🚀 Improvement
- imprv: Update Recent Changes when a page is created, updated, or deleted (#9092) @nHigashiWeseek
- imprv: Documentation URL for g2gtransfer (#9183) @moekumasaka
🐛 Bug Fixes
- fix: Add validators to lsx API (#9182) @WNomunomu
- fix: Display revisions only if they are not corrupted (#9099) @WNomunomu
- fix: Make it impossible to overwrite grants on descendant pages when 'anyone with the link' is selected. (#9125) @WNomunomu
- fix: Forgot password API - reject requests with invalid email format (#9179) @abichan99911111
🧰 Maintenance
- support: Upgrade codemirror and yjs packages (#9218) @yuki-takei
@growi/[email protected]
Minor Changes
- #9204
3af5dac
Thanks @yuki-takei! - add $growi-ai-purple color
v7.0.20
🚀 Improvement
- imprv: The color of the dropdown list when it is activated (#9102) @WNomunomu
- imprv: PageTitleHeader max-width (#9166) @yuki-takei
- imprv: Documentation URL for g2gtransfer (#9157) @yuki-takei
- imprv: Corrected wording on admin page (/admin/data-transfer) (#9106) @miya
- imprv: Add hover-activated clipboard copy button with icon (#9095) @reiji-h
🐛 Bug Fixes
- fix: Make PageAccessoriesModal responsive (#9171) @moekumasaka
- fix: PageControls unexpectedly move in response to opening and closing the sidebar (#9094) @WNomunomu
- fix: Make CustomNavTab responsive (#9123) @moekumasaka
🧰 Maintenance
- ci(deps): bump rollup from 4.22.0 to 4.22.4 (#9160) @dependabot
- ci(deps): bump google-github-actions/setup-gcloud from 1 to 2 (#9153) @dependabot
- ci(deps): bump softprops/action-gh-release from 1 to 2 (#9152) @dependabot
- support: Improve vitest environment (#9144) @yuki-takei
- ci(deps): bump next from 14.1.3 to 14.2.13 (#9154) @dependabot
- support: Upgrade @testing-library/react (#9141) @yuki-takei
- support: Update logo image in README.md for the official docker image (#9139) @satof3
- ci(deps-dev): bump vite from 5.2.9 to 5.2.14 (#9134) @dependabot
- ci(deps): bump myrotvorets/info-from-package-json-action from 1.2.0 to 2.0.1 (#9129) @dependabot
- ci(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#9128) @dependabot
- ci(deps): bump nodemailer from 6.9.14 to 6.9.15 (#9075) @dependabot
- ci(deps): bump docker/setup-buildx-action from 2 to 3 (#8207) @dependabot
- ci(deps): bump jose from 4.11.4 to 4.15.9 (#9114) @dependabot
- ci(deps): bump express from 4.19.2 to 4.20.0 (#9110) @dependabot
- ci(deps): bump body-parser from 1.20.2 to 1.20.3 (#9109) @dependabot
v7.1.x Base Release
The base release for release-drafter to avoid Error: GraphQL Rate Limit Exceeded
release-drafter/release-drafter#1018
v7.0.19
🐛 Bug Fixes
- fix: Shared page is not displayed when skipping SSR (#9089) @miya
- fix: The grant of pages can be changed via api even if restricted (#9087) @WNomunomu
- fix: Updated content is not reflected on the View screen even after refreshing the page (#9086) @miya
- fix: Removing comment doesn't work (#9083) @yuki-takei
v7.0.18
🚀 Improvement
- imprv: Prevent looping to update a hook for TrashPageAlert (#9066) @yuki-takei
- imprv: Display page tree in page select modal with scrollbar (#9023) @kazutoweseek
🐛 Bug Fixes
- fix: issue that material symbols icons are not displayed in ReplyComments component (#9076) @WNomunomu
- fix: Unable to navigate to the data transfer page (#9071) @miya
- fix: Page content does not update when switching revisions (#9072) @miya
- fix: Supress rendering too many invisible DropdownMenu components (#9073) @yuki-takei
- fix: Return error when grant is string for PUT /_api/v3/page (#9069) @arafubeatbox
- fix: Scrolling may not occurs when clicking on the edit button next to the header (#9043) @reiji-h
- fix: API v3 Page update (#9053) @maeshinshin
- fix: Input text becomes empty when opening the ReadOnlyEditor (#9059) @miya
- fix: Show pages with grants that are set to be visible in security settings on RecentChanges and PageTree as well (#9044) @miya
🧰 Maintenance
- support: Omit Cypress (#9065) @miya
- ci(deps): bump unzip-stream from 0.3.1 to 0.3.2 (#9049) @dependabot
v7.0.17
🚀 Improvement
- imprv: Serializers for User model and Attachment model (#9019) @yuki-takei
- imprv: translation modification (#9035) @maeshinshin
- imprv: Add UI and logic for disabled user registration (#9034) @maeshinshin
- imprv: lang attribute in Html element (#8960) @maeshinshin
🐛 Bug Fixes
- fix: Serializer for accessing to an empty page (#9042) @yuki-takei
- fix: Import data (#8994) @yuki-takei
- fix: Comment operation by API (#9026) @yuki-takei
- fix: Tests fail due to docker image and Playwright version mismatch on CI (#9022) @miya
- fix: Use the scrollbar to prevent the toolbar from being hidden (#8976) @maeshinshin
- fix: Revision pageId schema type (#9008) @yuki-takei
- fix: Revision pageId schema type (add a changeset) (#9010) @yuki-takei
- fix: Hide WideViewMenuItem in search result (#9009) @yuki-takei
- fix: Wrongly autofocus to PageHeader even after updating (#9011) @yuki-takei
🧰 Maintenance
- support: Dark mode support for CountBadge (#9036) @satof3
- support: Update import lines (#9018) @yuki-takei
- support: Typescriptize REPL launcher (#9013) @yuki-takei
@growi/[email protected]
Minor Changes
- #9042
8f9189d
Thanks @yuki-takei! - Add isIPageInfo type guard