Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: unlayer/angular-email-editor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: update-readme
Choose a base ref
...
head repository: unlayer/angular-email-editor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 26, 2025

  1. Merge pull request #144 from unlayer/update-readme

    Update examples and documentation
    brunolemos authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    89fb49c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. chore: migrate from unlayer-types to @unlayer/types

    Replace the legacy `unlayer-types` ambient-module type package with the
    new scoped `@unlayer/types` package that uses standard ES module exports.
    Bump version to 15.3.0.
    omerzahidbajwa committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    280b08a View commit details
    Browse the repository at this point in the history
  2. fix: respect displayMode from options and fix demo app type error

    - Use options.displayMode if provided, default to 'email'
    - Cast sample JSON to JSONTemplate in demo app to satisfy strict
      generic type checking in @unlayer/types
    omerzahidbajwa committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    0d566de View commit details
    Browse the repository at this point in the history
  3. chore: pin @unlayer/types peer dependency to ^1.394.0

    Avoid using 'latest' tag for peer dependency to prevent unexpected
    breaking changes from future @unlayer/types releases.
    omerzahidbajwa committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    561d41d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #148 from unlayer/chore/migrate-to-unlayer-types

    chore: migrate from unlayer-types to @unlayer/types
    omerzahidbajwa authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    0480d93 View commit details
    Browse the repository at this point in the history
Loading