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

0.76.0 #1803

Merged
merged 1 commit into from
Feb 8, 2024
Merged

0.76.0 #1803

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
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,19 @@ 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.76.0](https://github.com/isomerpages/isomercms-frontend/compare/v0.75.0...v0.76.0)

- fix: update manifest [`#1802`](https://github.com/isomerpages/isomercms-frontend/pull/1802)
- feat(cards): make the card link optional [`#1801`](https://github.com/isomerpages/isomercms-frontend/pull/1801)
- chore: fix broken edit link button [`#1800`](https://github.com/isomerpages/isomercms-frontend/pull/1800)
- fix: mediasselectmodal breadcrumb [`#1799`](https://github.com/isomerpages/isomercms-frontend/pull/1799)
- fix(modals): set motion preset to none [`#1783`](https://github.com/isomerpages/isomercms-frontend/pull/1783)
- release(0.75.0): merge to dev [`#1797`](https://github.com/isomerpages/isomercms-frontend/pull/1797)

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

> 30 January 2024

- fix(tiptap): correctly parse linked image node if it is first [`#1794`](https://github.com/isomerpages/isomercms-frontend/pull/1794)
- 0.74.0 [`#1793`](https://github.com/isomerpages/isomercms-frontend/pull/1793)

Expand Down Expand Up @@ -91,12 +102,12 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: warning modals [`#1744`](https://github.com/isomerpages/isomercms-frontend/pull/1744)
- IS-734 Add delete icon to table control and other minor UI fixes [`#1743`](https://github.com/isomerpages/isomercms-frontend/pull/1743)
- 0.64.0 [`#1741`](https://github.com/isomerpages/isomercms-frontend/pull/1741)
- fix(preview): update overflow behaviour [`#1742`](https://github.com/isomerpages/isomercms-frontend/pull/1742)

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

> 12 December 2023

- fix(preview): update overflow behaviour [`#1742`](https://github.com/isomerpages/isomercms-frontend/pull/1742)
- IS-807 Fixed duplicating issue when setting hyperlink & alt text for image in RTE [`#1738`](https://github.com/isomerpages/isomercms-frontend/pull/1738)
- refactor(legacy/markdown-editpae): update width [`#1739`](https://github.com/isomerpages/isomercms-frontend/pull/1739)
- IS-712 Fixed image resizing issue in RTE [`#1736`](https://github.com/isomerpages/isomercms-frontend/pull/1736)
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.75.0",
"version": "0.76.0",
"private": true,
"engines": {
"node": ">=16.0.0"
Expand Down
Loading