Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/TryGhost/Koenig

Components of Ghost's Editor
https://github.com/TryGhost/Koenig

Update dependency fast-average-color to v9.4.0

76a8e867f3967f7c1c743fbbc75df493719f8dbc authored over 1 year ago
Update vitest to v0.34.3

6f5d3ea722389cce87c23836983b033ca13c1491 authored over 1 year ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/kg-de...

bf0c085c95a45f9d989ff16ba63ee269ae49c0d2 authored over 1 year ago
Update dependency typescript to v5.2.2

44a99218573c1653d3593d9793fc246d0ab294d9 authored over 1 year ago
Added Escape key shortcut to Unsplash modal (#890)

closes TryGhost/Product#3780
- added Esc key listener to close the modal

4ca67f2e55e388739e2836c9ed8b8b63576a0f1b authored over 1 year ago
🐛 Fixed deselecting code/md cards on editor blur (#889)

closes TryGhost/Product#3410
- moved to card deselection command on editor blur
- refactored e...

01ab8177d6d059fc6b5bac726ddcf87a0b0b6087 authored over 1 year ago
🐛 Fixed card icon spacing (#888)

closes TryGhost/Product#3779
- card icons were increasing in distance from their associated car...

b6e66a2c4a47d6f550f31e9540faf798b6a90280 authored over 1 year ago
Update babel monorepo to v7.22.11

4d1d13eece3b9ad179a39267578f0241f7437058 authored over 1 year ago
🐛 Fixed line breaks being removed on editor save (#887)

closes TryGhost/Product#3778
- email cta, email, and product cards were stripping br's from con...

33b1a18eb18199c1b22e2235f0464a2e917c8081 authored over 1 year ago
Moved click-above-card behaviour inside editor (#884)

refs https://github.com/TryGhost/Product/issues/3472

- clicking above a card to select it is ...

b68e7b2ef20848ea2b9228c217eb4cc9aa8c002b authored over 1 year ago
Update dependency @testing-library/jest-dom to v6.1.2

38de883939da3542be4aaeae835b4a2194258fe7 authored over 1 year ago
Update dependency @testing-library/jest-dom to v6.1.1

db1d12aa8e93a4ffbb5fd13d79cfb8bf74867e00 authored over 1 year ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/kg-lexical-h...

32728906aeb77648da903c28d42e485f93da73a9 authored over 1 year ago
Fixed product card image overflow in Gmail (#883)

no issues

- product card images have explicit width/height attributes, and when the width v...

a4f93defb47c2dd549dfba5848c1e0d0541fc783 authored over 1 year ago
Update dependency @testing-library/jest-dom to v6.1.0

70be56940ab959e54a16271252a63a71fbebfc4f authored over 1 year ago
Fixed mobiledocToLexical ignoring rel attributes on links (#881)

closes TryGhost/Product#3767

- previously the mobiledocToLexical converter would ignore rel a...

75b386ccef27e60ae09070698a913f3b3d5bd2ed authored over 1 year ago
Fixed mobiledocToLexical crash on empty 'a' markup (#880)

closes TryGhost/Product#3766

- Added test for empty 'a' markup
- Fixed crash behavior for mo...

2f21f995bae976191a3296fef88c51cebd0ad5a0 authored over 1 year ago
Fixed `type` property in mobiledoc-to-lexical converter (#879)

closes TryGhost/Product#3764

- In mobiledoc, there are some image cards that have a payload p...

4f6fe94cab21df53a37cadf841d30f6f927c3061 authored over 1 year ago
Fixed lexical renderer including empty trailing paragraphs (#878)

closes TryGhost/Product#3764

- The lexical editor keeps a trailing paragraph in the doc almos...

9b4b8256acf23dc78c0a4c2de17ebf3506b8f6d5 authored over 1 year ago
Added rel attributes to link renderer (#877)

closes TryGhost/Product#3763

- Before this change, the lexical renderer would not add rel att...

fca4a9f1d287f227b60f18c601319ea3b8487690 authored over 1 year ago
Update dependency luxon to v3.4.1

95987f8e1867c803e8d73df41c3e970e027e141a authored over 1 year ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/kg-co...

a5fdf739501a08f92e9befe6014980d975ab3a6c authored over 1 year ago
:bug: Fixed nested editors missing content (#876)

fixes TryGhost/Product#3646
- empty nested editors were saving an empty <br> tag
- updated cle...

6572b230972efc8ea859883ce396c5eedf73c8f7 authored over 1 year ago
Update dependency @types/react to v18.2.21

212d96f983a9548bfe94d2731f8ec8332e8cc8ab authored over 1 year ago
:bug: Fixed clicking between cards (#875)

closes TryGhost/Product#3472
- changed margins to pads to prevent clicking on contenteditable b...

c2cea5946b1d7877132a6bc5d759bb1a4b77de70 authored over 1 year ago
Fixed product card image tag missing closing slash (#874)

no issue

- the missing slashes resulted in minor differences between mobiledoc and lexical re...

b5897696c9eba98efe3e585bf2204731a3d92668 authored over 1 year ago
Update dependency concurrently to v8.2.1

f4c2a549a3f839984a7c4c182fd42c3385f72205 authored over 1 year ago
Fixed mobiledoc to lexical conversion of underline tags (#873)

closes TryGhost/Product#3761

- The mobiledocToLexical converter was ignoring underline tags, ...

317d98a54befa8805876436fd1be68462e321d16 authored over 1 year ago
Fixed lexical rendering for links with no href set (#872)

closes TryGhost/Product#3760

- When converting from mobiledoc or pasting HTML into lexical, t...

27d19a40125b9935c9154b047b1985c0ad20998c authored over 1 year ago
Fixed blockquote rendering single quotes for class attribute (#871)

no issue

- no functional difference here, just a style change...this was being flagged as a d...

f7fc5313a5a25ffe0fd6d0fee0dd90eb001c333e authored over 1 year ago
Fixed h6 tags in mobiledoc converting to h5 tags in lexical (#870)

- closes TryGhost/Product#3759

- added a test for all 6 headings, and fixed the bad mapping t...

7ba8d1e74a0f609eec9a2a2337d47e574b65a2f2 authored over 1 year ago
:bug: Added overlay to audio and video card (#869)

closes TryGhost/Product#3757
- refactored the read only overlay into its own component
- video...

47d249f2140a506c5a754ff5ad431a8d7335c209 authored over 1 year ago
:bug: Prevented focus jumping to start of editor (#868)

closes TryGhost/Product#3755
- stripped out manually focusing the editor root element when sele...

e221b134df3868de34c8230e8d4288f5235386c2 authored over 1 year ago
:bug: Fixed losing md card focus on toolbar action (#867)

closes TryGhost/Product#3754
-fixed loss of focus on spellcheck and closing help text modal
-i...

ae3cade5472b93aa9e3ba02b3bf93ee470b7481f authored over 1 year ago
Update dependency lint-staged to v14.0.1

a3ff4b2c405bf654582c3cc1793a67fbcdd1a9ce authored over 1 year ago
Lock file maintenance

99f1c15925acc90b07e8e97fb631718438b64cbd authored over 1 year ago
Update dependency @sentry/vite-plugin to v2.7.0

6a8bd8222340f933220ea274060f4a471de1bb45 authored over 1 year ago
Update storybook monorepo to v7.3.2

47d8cece5ee534d3c5fc1e462a2d108fc3639774 authored over 1 year ago
Update dependency stylelint to v15.10.3

f553da82b6a0145abf6c79ebec831ebb9dc6327c authored over 1 year ago
Cleaned up sentry plugin logs in dev mode

no issue

- avoid using Sentry plugin when we don't have an org/project set as is the typical ca...

40ecdfc9461e7bb0a2fc50439a9cb87818b11d73 authored over 1 year ago
Update dependency @testing-library/jest-dom to v6.0.1

f695290f68924a919c184eba620b0f40055a7ea4 authored over 1 year ago
Update dependency @playwright/test to v1.37.1

6393dc6dfd7933fcd2b25a9df78a039ced64cbcf authored over 1 year ago
Update vitest to v0.34.2

9cca845a7fc98e9133edafc795c9a44053030c32 authored over 1 year ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/kg-co...

fef9e781a53692513e256fd8087f2addf20190d0 authored over 1 year ago
Removed unneeded @tailwindcss/line-clamp dependency

no issue

Cleans up noisy log output when building:

```
[1] warn - As of Tailwind CSS v3.3, the...

c9393d8bc2821224b09acfb913dd2bc56dcf0047 authored over 1 year ago
Resolved babelHelpers warning when building packages

no issue

- we didn't have an explicit `babelHelpers` definition in our rollup configs which mea...

1707d14054e93b91f35b89564c8e66b9a50375b5 authored over 1 year ago
Update storybook monorepo to v7.3.1

66a82378d9ee59fa46921ea677b60164ba747487 authored over 1 year ago
:bug: Fixed onChange handler skipping transforms (#864)

closes TryGhost/Product#3610, closes TryGhost/Ghost#17454
- updated onChange listener to includ...

81c52b89b5bbd4a9c088946d6fe36e6bb3bf9c89 authored over 1 year ago
Update dependency eslint-plugin-react to v7.33.2

97f1a6fe06b0c2380f980a7e1e0997a9ef2c9876 authored over 1 year ago
Update dependency postcss to v8.4.28

181a1a42cc09c36e43ff0b7896fb28776260b2ad authored over 1 year ago
Update dependency prettier to v3.0.2

83f60797b9cf392f8691d3cc2653a33032bd13b3 authored over 1 year ago
:art: Added light/dark themes for emoji picker

closes TryGhost/Product#3739

0ea1c44e9c7dd4fd8da79c672989e0f7f6e6cec8 authored over 1 year ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/kg-clean-...

8e01d18df75bb98215af2a66a83ceac8a8c7fb99 authored over 1 year ago
:bug: Fixed onBlur handler for code and html cards (#862)

refs TryGhost/Product#3410
- console error was being thrown when checking for nonexistent prop
...

11a267eb777a40d2985a03995948a72eec9dd07e authored over 1 year ago
Update storybook monorepo to v7.3.0

6b9d6d95713e1a4b080f13fbeec592c83120731c authored over 1 year ago
🎨 Added missing unplash isHidden config (#863)

no issue

- It's possible for the Unsplash card to be hidden via the integrations
settings....

9e2fbb2ad7d4db2ce578448c2d5e142d2881ff14 authored over 1 year ago
:bug: Fixed long lines not wrapping in code card (#861)

closes TryGhost/Product#3540
- added `white-space: pre-wrap` to code card display mode to wrap ...

21d3825fe2bd1f8c5734e3bc951e13ec65f2fd83 authored over 1 year ago
:bug: Fixed floating toolbar display issues (#860)

closes TryGhost/Product#2231, closes TryGhost/Product#3733
- only show text toolbar when moving...

d4c424ec456b84980c2672679b9409663f492501 authored over 1 year ago
:bug: Fixed Email CTA card padding with no separators (#859)

closes TryGhost/Product#3707
- brought lexical renderer in line with md

52d15a9c7b08d74fdc765d3aa0d65cb19d1e82ee authored over 1 year ago
:bug: Fixed delete key in nested editors (#858)

closes TryGhost/Product#3680
- did not previously check for nested editors, would try to delete...

a00de21ba5058866070002b1109f331157d60bbb authored over 1 year ago
Lock file maintenance

55933546ee3849cee613487d04791adf5a10dfae authored over 1 year ago
Update dependency lint-staged to v14

b7b287de3fce134052a58086c9b3d417a47deb95 authored over 1 year ago
Update dependency @testing-library/jest-dom to v6

5ab8490695aeb0a25e966e6f63df4b8e8fb473bf authored over 1 year ago
Update dependency lint-staged to v13.3.0

7b08ced8148db7b87f8501351f30ab13987b5bd6 authored over 1 year ago
Update dependency autoprefixer to v10.4.15

913caed9ad07be5aa90304a25cd50d7f663f6564 authored over 1 year ago
Update dependency eslint to v8.47.0

a6a9567d6b92eb684085d0af08b77795ebacc2cc authored over 1 year ago
Update storybook monorepo to v7.2.3

3173e1ecc9d1c58edc0883e319df05ac6e2679a8 authored over 1 year ago
Update dependency @sentry/vite-plugin to v2.6.2

e50e21d56080549bb0cf8a72f259ecc9cdea646e authored over 1 year ago
Removed unnecessary select all command (#857)

refs TryGhost/Product#3709
-removed duplicate command registration
-SELECT_ALL_COMMAND is regi...

86ff25519a8053f33372610af69369f8fc8706c8 authored over 1 year ago
Moved to Lexical select all handling (#856)

closes TryGhost/Product#3709
-stripped out custom select all handling for lexical's
-lexical h...

837e0a76164db063550ef2e9b08b2cfcee7359c9 authored over 1 year ago
:bug: Fixed pasting card on empty line keeping line (#855)

closes TryGhost/Product#2357
-moved lexical to 0.12.0 which includes upstream [PR](https://gith...

9ea35ef6a55eda2abd1212cafc4346c49f6ce862 authored over 1 year ago
Update Test & linting packages

81e19b6ecab3aa10ce0b0f48e08aa4cd723a1b30 authored over 1 year ago
Update dependency tailwindcss to v3.3.3

refs https://github.com/TryGhost/Koenig/pull/676

- required for the `eslint-plugin-tailwindcss`...

7211881e3bc9148f9b888b5d1005d83eeb893b46 authored over 1 year ago
Update dependency react-router-dom to v6.15.0

708caea576f43e15afa13368da9c9af62cbe6093 authored over 1 year ago
Fixed deploy action (`yarn setup` step)

refs https://github.com/TryGhost/Koenig/pull/741

- lerna v7 no longer has a `lerna bootstrap` c...

6e50aeaa436961f7304a682429f702620c74876e authored over 1 year ago
Updated code to match new linter rules

refs https://github.com/TryGhost/Koenig/pull/665

- updated use of `assert/strict`
- updated fil...

084b9e9fc7332e52055347c01459aefa2ff8e010 authored over 1 year ago
Update Test & linting packages

40cb1447e80eafb02e0f1d69d75cba1a8f6ef1f8 authored over 1 year ago
Update dependency @rollup/plugin-babel to v6

292ef22ebe1ddda4ab0fdb64a0d48ff2dc73d5bb authored over 1 year ago
Update dependency @rollup/plugin-babel to v5.3.1

46569649dee1ac20a61005b9d091b0899676bdb4 authored over 1 year ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/k...

f3c5af2433169c28a91053338a6d7f144128d6c0 authored over 1 year ago
Prepared header card v2 for launch (#852)

no issue

- Keep an eye on Ghost's changelog (https://ghost.org/changelog/) for the full featu...

a17e5fd05066d3e8277f5354db1a9c31400a52da authored over 1 year ago
Update storybook monorepo to v7.2.2

9c7872c15a1845f29527067f90f095c7fe050bf6 authored over 1 year ago
Update dependency lerna to v7.1.5

07641c95779c27a61bedd90cd162ce8b7dc0acf4 authored over 1 year ago
Update dependency @types/react to v18.2.20

ff71e8b926c2ecd1cf679e2252b7d053c32039b1 authored over 1 year ago
Update dependency @sentry/vite-plugin to v2.6.1

d306c1ab39fb1208c9bbcdc1efca4ab56d12cbd9 authored over 1 year ago
Update dependency lerna to v7 (#741)

* Update dependency lerna to v7
* removed "useWorkspaces" option from `lerna.json`

---------...

d035cc7255b899ec3563f07da73b6e6a814f65de authored over 1 year ago
Update dependency prettier to v3 (#798)

* Update dependency prettier to v3
* Updated kg-default-nodes to use [email protected] in tests
...

fabcd88aba503e3895c896d4f054c0e35311cbf9 authored over 1 year ago
Published new versions

- @tryghost/[email protected]
- @tryghost/[email protected]
- @tryghost/kg-co...

877b628dfb8598925dcc1af04d426015fd03046c authored over 1 year ago
🐛 Fixed cursor position reset when a card with a focused nested editor is removed (#850)

closes https://github.com/TryGhost/Product/issues/3430

Nested editors use a plugin that handl...

6a2ad8ee81fb34d9edfcefddebcbfd62011c817b authored over 1 year ago
Replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0 (#851)

* Replace dependency rollup-plugin-babel with @rollup/plugin-babel 5.0.0
* updated rollup confi...

c53aef550ce93b5d052895401b22054ff62d0559 authored over 1 year ago
Updated bookmark renderers (#853)

refs TryGhost/Product#3609
-reverted changes to mobiledoc renderer
-made lexical renderer cons...

310c51ab71ec48e23483b4a82038e4894626558e authored over 1 year ago
Lock file maintenance

ed3acc1735f1e9b57699d7ce4e43998bc5b6383a authored over 1 year ago
Fixed playwright / @playwrite/test dependency version conflict

refs https://github.com/TryGhost/Koenig/pull/704

- Removed unnecessary `playwright` dependency ...

5eca16ed34b89b1849d160cc75497441d675ec26 authored over 1 year ago
Update dependency @tryghost/string to v0.2.8 (#728)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

42c32433baf045d27ce874794de515eef1c9121f authored over 1 year ago
Update dependency luxon to v3.4.0

786b146f3332b2e19e9b70d43bcab6c4ba9e5679 authored over 1 year ago
Update dependency @sentry/vite-plugin to v2.6.0

7ecc5baaae301b798e41b12c284a4b514f7710c3 authored over 1 year ago
Update dependency clsx to v2 (#821)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

a8294532a72881bbbccb76242a432d2f0351e7da authored over 1 year ago
Update dependency @tryghost/color-utils to v0.1.27 (#827)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

088ffe9987a56a26e6154cc397a3f1781cd6ee6b authored over 1 year ago
Update dependency jsdom to v22 (#651)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

4922c88ee9435a259f91680635e9c9ba6f14b047 authored over 1 year ago
Update dependency juice to v9 (#530)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

d5c2841b90191df7d673584729379b0f886291c7 authored over 1 year ago