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: sanity-io/ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.4
Choose a base ref
...
head repository: sanity-io/ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.14.5
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Feb 28, 2025

  1. chore: add more toast stories

    stipsan committed Feb 28, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    64bf57e View commit details

Commits on Mar 3, 2025

  1. fix(deps): update React Compiler dependencies 🤖 ✨ (#1636)

    fix(deps): update react compiler dependencies 🤖 ✨
    
    Co-authored-by: ecospark[bot] <128108030+ecospark[bot]@users.noreply.github.com>
    ecospark[bot] authored Mar 3, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    296a021 View commit details
  2. chore(deps): update dependency prettier to ^3.5.3 (#1634)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 3, 2025
    Copy the full SHA
    9a5651a View commit details
  3. chore(release): 2.14.5 [skip ci]

    semantic-release-bot committed Mar 3, 2025
    Copy the full SHA
    6a0de03 View commit details
Showing with 443 additions and 201 deletions.
  1. +6 −0 CHANGELOG.md
  2. +5 −5 package.json
  3. +150 −141 pnpm-lock.yaml
  4. +281 −55 stories/components/Toast.stories.tsx
  5. +1 −0 stories/primitives/Tooltip.stories.tsx
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,12 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.14.5](https://github.com/sanity-io/ui/compare/v2.14.4...v2.14.5) (2025-03-03)

### Bug Fixes

- **deps:** update React Compiler dependencies 🤖 ✨ ([#1636](https://github.com/sanity-io/ui/issues/1636)) ([296a021](https://github.com/sanity-io/ui/commit/296a0217ce1b4d10ba8c15da2200d1fd104aabc4))

## [2.14.4](https://github.com/sanity-io/ui/compare/v2.14.3...v2.14.4) (2025-02-28)

### Bug Fixes
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sanity/ui",
"version": "2.14.4",
"version": "2.14.5",
"keywords": [
"sanity",
"ui",
@@ -121,7 +121,7 @@
"@sanity/icons": "^3.7.0",
"csstype": "^3.1.3",
"framer-motion": "^12.4.7",
"react-compiler-runtime": "19.0.0-beta-e1e972c-20250221",
"react-compiler-runtime": "19.0.0-beta-40c6c23-20250301",
"react-refractor": "^2.2.0",
"use-effect-event": "^1.0.2"
},
@@ -164,7 +164,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"babel-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
"babel-plugin-styled-components": "^2.1.4",
"commitizen": "^4.3.1",
"cypress": "^13.17.0",
@@ -176,7 +176,7 @@
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
"eslint-plugin-react-hooks": "experimental",
"eslint-plugin-storybook": "^0.11.3",
"http-server": "^14.1.1",
@@ -187,7 +187,7 @@
"lint-staged": "^14.0.1",
"module-alias": "^2.2.3",
"npm-run-all2": "^5.0.2",
"prettier": "^3.5.2",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-is": "^19.0.0",
Loading