Skip to content

Allow setting the container class

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 16:09
05a8c09

Contents (#39)

New features

  • Allow customizing editor min height and width (see #31)

Operations

  • Fix publishing from merged fork PRs by replacing cd workflow with:
    • publish workflow - only runs on push to main to avoid the lack of token when merging PRs from forked repositories
    • release workflow - only runs on PR merge into main (needs access to the pull request to generate the release notes)

Contributors