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: hot_fix_peer_dependency
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.
  • 17 commits
  • 34 files changed
  • 3 contributors

Commits on Jul 24, 2024

  1. Merge pull request #136 from unlayer/hot_fix_peer_dependency

    Updates package.json to remove conflicting peer dependency for angular > 15
    omerzahidbajwa authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    4d30349 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    1581c96 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #139 from unlayer/UN-editor-version

    UN-editor-version: use latest editor version
    adeelraza authored Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4e0302a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Update README.md

    adeelraza authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    5b91944 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    adeelraza authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    354a22f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    adeelraza authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7d9cd5c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    adeelraza authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ba93bad View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Add .history to .gitignore

    brunolemos committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    f8ea5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6113b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f847a47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb0e2a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2754725 View commit details
    Browse the repository at this point in the history
  6. 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