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/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: redesign-auth-callback-page
Choose a base ref
...
head repository: unlayer/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 5 files changed
  • 2 contributors

Commits on Feb 27, 2026

  1. Merge pull request #1 from unlayer/redesign-auth-callback-page

    redesign auth callback page with branded card layout and dark mode
    ivoIturrieta authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    5f38160 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. prepare for npm publish: version 0.1.0, add publish safeguards

    - Set version to 0.1.0 (pre-stable)
    - Add prepublishOnly script to enforce build + test before publish
    - Add publishConfig.access: public for scoped package
    - Filter __tests__ from dist/data/ copy to avoid shipping test files
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
    ivoIturrieta and claude committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    61c44dd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from unlayer/prepare-publish

    prepare for npm publish: version 0.1.0, add publish safeguards
    ivoIturrieta authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    58be736 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2026

  1. Add release workflow with npm trusted publishing

    Mirrors the elements publish flow: PR merged to main triggers build & test,
    then a reviewer approves the publish via the npm-publish environment gate.
    Version is read from npm and bumped from there (patch by default, override
    with release:minor or release:major PR labels). Auth uses OIDC trusted
    publishing — no NPM_TOKEN.
    
    Also bumps ci.yml + package.json engines to Node 24 (LTS) and pnpm 10
    to match the publish workflow.
    ivoIturrieta committed May 23, 2026
    Configuration menu
    Copy the full SHA
    1f7b969 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from unlayer/feat/publish-workflow

    Add release workflow with npm trusted publishing
    ivoIturrieta authored May 23, 2026
    Configuration menu
    Copy the full SHA
    ca7f177 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2026

  1. remove stale bin/ symlink

    The bin/unlayer symlink was a broken artifact from an old npm link
    attempt — its target path didn't resolve and bin/ was excluded from
    the published package via the "files" field. The "bin" field in
    package.json is what actually registers the unlayer command on install.
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
    ivoIturrieta and claude committed May 24, 2026
    Configuration menu
    Copy the full SHA
    ea96ca5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from unlayer/feat/publish-workflow-2

    remove stale bin/ symlink
    ivoIturrieta authored May 24, 2026
    Configuration menu
    Copy the full SHA
    66a0edf View commit details
    Browse the repository at this point in the history
Loading