Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/0.58.0 #1676

Merged
merged 14 commits into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,26 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.58.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.57.0...v0.58.0)

- fix(markdown): update styling to remove overflow [`#1671`](https://github.com/isomerpages/isomercms-frontend/pull/1671)
- feat/addReportingBUtton [`#1674`](https://github.com/isomerpages/isomercms-frontend/pull/1674)
- feat(media): add announcements and feature tour for media enhancements [`#1632`](https://github.com/isomerpages/isomercms-frontend/pull/1632)
- feat(media): allow create album with selected media [`#1666`](https://github.com/isomerpages/isomercms-frontend/pull/1666)
- Fix/buildStatusBadgeAPI [`#1673`](https://github.com/isomerpages/isomercms-frontend/pull/1673)
- fix(preview): use site colours for headings in preview [`#1663`](https://github.com/isomerpages/isomercms-frontend/pull/1663)
- chore: update select media modal [`#1627`](https://github.com/isomerpages/isomercms-frontend/pull/1627)
- fix(image): search pagination [`#1668`](https://github.com/isomerpages/isomercms-frontend/pull/1668)
- fix(editor): change inner prosemirror stuff to have 100% height [`#1670`](https://github.com/isomerpages/isomercms-frontend/pull/1670)
- chore(login): automatically focus on input field [`#1664`](https://github.com/isomerpages/isomercms-frontend/pull/1664)
- refactor(editpage): add alt text modal [`#1665`](https://github.com/isomerpages/isomercms-frontend/pull/1665)
- refactor(tiptap-editor): update width [`#1667`](https://github.com/isomerpages/isomercms-frontend/pull/1667)
- 0.57.0 [`#1661`](https://github.com/isomerpages/isomercms-frontend/pull/1661)

#### [v0.57.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.56.0...v0.57.0)

> 9 November 2023

- fix(menubar): remove uuid [`#1659`](https://github.com/isomerpages/isomercms-frontend/pull/1659)
- fix(badge): flickering issue [`#1657`](https://github.com/isomerpages/isomercms-frontend/pull/1657)
- feat(images): bulk upload [`#1654`](https://github.com/isomerpages/isomercms-frontend/pull/1654)
Expand Down
77 changes: 36 additions & 41 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomercms-frontend",
"version": "0.57.0",
"version": "0.58.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand All @@ -22,7 +22,7 @@
"@growthbook/growthbook-react": "^0.17.0",
"@hello-pangea/dnd": "^16.3.0",
"@hookform/resolvers": "^2.8.2",
"@opengovsg/design-system-react": "^1.3.0",
"@opengovsg/design-system-react": "^1.9.0",
"@sentry/react": "^7.12.1",
"@sentry/tracing": "^7.12.1",
"@tanstack/react-table": "^8.5.13",
Expand Down
Loading
Loading