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: timolins/react-hot-toast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: timolins/react-hot-toast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.1
Choose a head ref
  • 8 commits
  • 7 files changed
  • 2 contributors

Commits on Sep 22, 2022

  1. Update use-toaster.mdx

    pipboy3000 authored Sep 22, 2022

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Mic92 JΓΆrg Thalheim
    Copy the full SHA
    7ff5b9f View commit details

Commits on Sep 23, 2022

  1. Merge pull request #225 from pipboy3000/pipboy3000-patch-1

    Update use-toaster.mdx
    timolins authored Sep 23, 2022
    1

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Mic92 JΓΆrg Thalheim
    Copy the full SHA
    219030f View commit details

Commits on Dec 2, 2022

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Mic92 JΓΆrg Thalheim
    Copy the full SHA
    186da40 View commit details
  2. 1
    Copy the full SHA
    d897ad8 View commit details

Commits on Apr 28, 2023

  1. Add "use client" to build ouput

    Improve RSC support
    timolins committed Apr 28, 2023
    Copy the full SHA
    92aef53 View commit details
  2. Update pnpm-lock.yaml

    timolins committed Apr 28, 2023
    Copy the full SHA
    5688a7b View commit details
  3. 1
    Copy the full SHA
    f58c44f View commit details
  4. 2.4.1

    timolins committed Apr 28, 2023
    1
    Copy the full SHA
    031a99c View commit details
Showing with 1,970 additions and 1,248 deletions.
  1. +3 βˆ’3 package.json
  2. +844 βˆ’595 pnpm-lock.yaml
  3. +1 βˆ’0 site/package.json
  4. +3 βˆ’0 site/pages/_app.tsx
  5. +1 βˆ’1 site/pages/docs/use-toaster.mdx
  6. +1,112 βˆ’649 site/pnpm-lock.yaml
  7. +6 βˆ’0 tsup.config.ts
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-hot-toast",
"description": "Smoking hot React Notifications. Lightweight, customizable and beautiful by default.",
"version": "2.4.0",
"version": "2.4.1",
"author": "Timo Lins",
"license": "MIT",
"repository": "timolins/react-hot-toast",
@@ -90,8 +90,8 @@
"size-limit": "^7.0.8",
"ts-jest": "^28.0.6",
"tslib": "^2.4.0",
"tsup": "^6.1.3",
"typescript": "^4.7.4"
"tsup": "^6.7.0",
"typescript": "^5.0.4"
},
"dependencies": {
"goober": "^2.1.10"
Loading