-
-
Notifications
You must be signed in to change notification settings - Fork 743
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: fkhadra/react-toastify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v11.0.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: fkhadra/react-toastify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v11.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 30 files changed
- 3 contributors
Commits on Apr 18, 2026
-
Configuration menu - View commit details
-
Copy full SHA for beb2013 - Browse repository at this point
Copy the full SHA beb2013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 526988b - Browse repository at this point
Copy the full SHA 526988bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d8186 - Browse repository at this point
Copy the full SHA c0d8186View commit details
Commits on Apr 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 8375ace - Browse repository at this point
Copy the full SHA 8375aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2d376b - Browse repository at this point
Copy the full SHA a2d376bView commit details -
fix: dispatch 'removed' onChange event synchronously on dismiss
Previously 'removed' fired at exit-animation-end (inside deleteToast), so observers saw events out of order when toast.dismiss() was followed quickly by another toast() call. React 19.2's concurrent rendering surfaced this more reliably. Move the dispatchChanges('removed') call from deleteToast to markAsRemoved with an isActive guard for idempotency, and fix a latent NullPointerException in closeToast's membership check. Closes #1275Configuration menu - View commit details
-
Copy full SHA for 1b2ee17 - Browse repository at this point
Copy the full SHA 1b2ee17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50e8e42 - Browse repository at this point
Copy the full SHA 50e8e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d58ce4 - Browse repository at this point
Copy the full SHA 6d58ce4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3bbab5 - Browse repository at this point
Copy the full SHA b3bbab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ab712 - Browse repository at this point
Copy the full SHA e4ab712View commit details -
fix: add unit to --y CSS variable to fix vertical drag
`--y` is initialized as `0` (unitless), which works in bare `translate3d(0, var(--y), 0)` contexts. However, when `draggableDirection` is `'y'`, the drag handler builds `calc(${delta}px + var(--y))` — and `calc()` requires compatible units on both operands. `calc(50px + 0)` is invalid CSS, while `calc(50px + 0px)` is valid. This causes vertical drag to have no visible effect — the toast fades via opacity but doesn't move, because the transform is silently invalid. Changing `--y: 0` to `--y: 0px` fixes vertical dragging with no impact on existing behavior, since `0` and `0px` are identical in all non-calc contexts.Configuration menu - View commit details
-
Copy full SHA for c800992 - Browse repository at this point
Copy the full SHA c800992View commit details -
Configuration menu - View commit details
-
Copy full SHA for de21958 - Browse repository at this point
Copy the full SHA de21958View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769ce82 - Browse repository at this point
Copy the full SHA 769ce82View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v11.0.5...v11.1.0
