Skip to content

Commit

Permalink
0.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Nov 2, 2023
1 parent cb539c6 commit 702462f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 10 deletions.
31 changes: 24 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,27 @@ 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.54.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.53.0...v0.54.0)

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

- feat(ff): add feature flag for editpage [`#1626`](https://github.com/isomerpages/isomercms-frontend/pull/1626)
- feat(media): add delete multiple media modal [`#1634`](https://github.com/isomerpages/isomercms-frontend/pull/1634)
- feat/stagingBuildStatus/addRefreshBehaviour [`#1636`](https://github.com/isomerpages/isomercms-frontend/pull/1636)
- feat/stagingBuildStatus/storybook [`#1635`](https://github.com/isomerpages/isomercms-frontend/pull/1635)
- IS-678: UI changes for album tile [`#1630`](https://github.com/isomerpages/isomercms-frontend/pull/1630)
- Feat/attachment [`#1638`](https://github.com/isomerpages/isomercms-frontend/pull/1638)
- feat(editor): change some user flows to fit existing flows [`#1624`](https://github.com/isomerpages/isomercms-frontend/pull/1624)
- feat(editor): allow toggling between old/new editors [`#1625`](https://github.com/isomerpages/isomercms-frontend/pull/1625)
- feat(editor): use tiptap for new editor [`#1618`](https://github.com/isomerpages/isomercms-frontend/pull/1618)
- feat(media): introduce enhancement to media pages [`#1628`](https://github.com/isomerpages/isomercms-frontend/pull/1628)
- feat(blocks): rollback handler [`#1603`](https://github.com/isomerpages/isomercms-frontend/pull/1603)
- 0.54.0 to develop [`#1622`](https://github.com/isomerpages/isomercms-frontend/pull/1622)
- feat(media): introduce new image preview card common component [`#1620`](https://github.com/isomerpages/isomercms-frontend/pull/1620)
- fix(editpage): change query key from object to array [`#1623`](https://github.com/isomerpages/isomercms-frontend/pull/1623)

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

> 25 October 2023
- Fix/login page layout [`#1619`](https://github.com/isomerpages/isomercms-frontend/pull/1619)
- chore: add sgidlogin page story [`#1595`](https://github.com/isomerpages/isomercms-frontend/pull/1595)
- IS-614-Make-it-easy-to-view-staging-on-mobile [`#1617`](https://github.com/isomerpages/isomercms-frontend/pull/1617)
Expand All @@ -24,16 +41,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- feat: allow Isomer admins to edit on email-login [`#1604`](https://github.com/isomerpages/isomercms-frontend/pull/1604)
- fix(settings): use env var [`#1609`](https://github.com/isomerpages/isomercms-frontend/pull/1609)
- release/v0.52.0 [`#1600`](https://github.com/isomerpages/isomercms-frontend/pull/1600)

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

> 19 October 2023
- fix: errors indexes [`#1610`](https://github.com/isomerpages/isomercms-frontend/pull/1610)
- fix(navbar): fix race condition when retrieving second level data [`#1608`](https://github.com/isomerpages/isomercms-frontend/pull/1608)
- fix(navbar): ensure all queries are loaded first [`#1607`](https://github.com/isomerpages/isomercms-frontend/pull/1607)
- fix(media): support replacement of media src with spaces [`#1606`](https://github.com/isomerpages/isomercms-frontend/pull/1606)
- chore(hooks): add timeout [`#1605`](https://github.com/isomerpages/isomercms-frontend/pull/1605)

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

> 18 October 2023
- fix(media): adjust query key to load image in preview on upload [`#1602`](https://github.com/isomerpages/isomercms-frontend/pull/1602)
- Feat/sgid govt rollout [`#1594`](https://github.com/isomerpages/isomercms-frontend/pull/1594)
- feat(navbar): upgrade navbar to use v2 endpoints [`#1592`](https://github.com/isomerpages/isomercms-frontend/pull/1592)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "isomercms-frontend",
"version": "0.54.0",
"version": "0.55.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit 702462f

Please sign in to comment.