lime-elements icon indicating copy to clipboard operation
lime-elements copied to clipboard

Add tests for the text editor and related files

Open LawrenceBorst opened this issue 1 year ago • 2 comments

Fixes Lundalogik/crm-feature#4076

Review:

  • [ ] Commits are atomic
  • [ ] Commits have the correct type for the changes made
  • [ ] Commits with breaking changes are marked as such

Browsers tested:

(Check any that applies, it's ok to leave boxes unchecked if testing something didn't seem relevant.)

Windows:

  • [ ] Chrome
  • [ ] Edge
  • [ ] Firefox

Linux:

  • [ ] Chrome
  • [ ] Firefox

macOS:

  • [ ] Chrome
  • [ ] Firefox
  • [ ] Safari

Mobile:

  • [ ] Chrome on Android
  • [ ] iOS

LawrenceBorst avatar May 17 '24 13:05 LawrenceBorst

Documentation has been published to https://lundalogik.github.io/lime-elements/versions/PR-2983/

github-actions[bot] avatar May 17 '24 13:05 github-actions[bot]

It wasn't yet possible to add tests for the prosemirror adapter, as we run into an error related to unified

    export {unified} from './lib/index.js'
    ^^^^^^

    SyntaxError: Unexpected token 'export'

LawrenceBorst avatar May 22 '24 10:05 LawrenceBorst

:tada: This PR is included in version 37.45.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

lime-opensource avatar May 29 '24 09:05 lime-opensource