Releases: getsentry/sentry-toolbar
Releases · getsentry/sentry-toolbar
1.0.0-beta.23
1.0.0-beta.22
New Features ✨
Bug Fixes 🐛
- (InfiniteListItems) Fix types to support non-array based ApiResult objects by @ryan953 in #279
- Fix an issue where the drag+drop targets move when the page scrolls by @ryan953 in #309
Build / dependencies / internal 🔧
- Do not auto-publish the
latestversion to the CDN by @ryan953 in #311 - RM unused lockfile by @ryan953 in #308
- Bump production dependencies to latest versions by @ryan953 in #307
- Update vite inside the packages/toolbar folder as well by @ryan953 in #306
- Bump vite version by @ryan953 in #304
- Bump the node version expected, and let pnpm manage it by @ryan953 in #303
- Update UI deps by @ryan953 in #291
- Upgrade caniuse by @ryan953 in #290
- Upgrade stylelint by @ryan953 in #289
- Upgrade storybook by @ryan953 in #288
- Upgrade to React v19 and remove forwardRef() by @ryan953 in #287
- Upgrade ESLint and TS deps by @ryan953 in #286
- Move calls to setColorScheme into react, as effects by @ryan953 in #282
- Remove duplicate, unused, component by @ryan953 in #283
Other
1.0.0-beta.21
Various fixes & improvements
- feat: Iterate on expand/collapse labels, and keep expanded during drag+drop (#278) by @ryan953
- feat: Collapse any unauth dialog after 5s (#277) by @ryan953
- feat: Allow logout, which can reset things, if we cant connect after login (#273) by @ryan953
- fix: CenterLayout.MainArea should not capture mouse events, (#276) by @ryan953
- fix: Feature Flag searchTerms should be used to filter down the list of items (#274) by @ryan953
1.0.0-beta.20
1.0.0-beta.19
1.0.0-beta.18
Various fixes & improvements
- feat: Implement support for drag+drop placement (#269) by @ryan953
- feat: Implement support for multiple placements around the screen edge (#268) by @ryan953
- fix: Fix the z-index of the toolbar (#267) by @ryan953
- feat: Allow SentryAppLink & ExternalLink to take all props from
<a>(#266) by @ryan953 - ref: Create ReactMountContext to pass a ref to the react mountpoint (#265) by @ryan953
- ref: Stop using arrays with cx() or cva() unless the class list is huge (#264) by @ryan953
- ref: Create static & mutable Config providers so some values can be overridden in memory (#263) by @ryan953
1.0.0-beta.17
Various fixes & improvements
- feat: Use a menu to provide links to Help and Hide when not logged in (#262) by @ryan953
- fix: Rewrite FeatureFlagsContextProvider so state is not recomputed all the time (#261) by @ryan953
- chore: Add nodemon as a dev dependency (#260) by @ryan953
- fix: Add forward refs to all the unauth buttons and deps (#259) by @ryan953
- Add the ability to hide the whole toolbar, making it fully intert (#258) by @ryan953
- feat: Hide the "Connecting..." pill until after it 1s has passed (#255) by @ryan953
- feat: Change "Pin" action to "Expand/Collapse" in the main menu (#257) by @ryan953
- ref: Make localStorage util into generic local & session storage utils (#256) by @ryan953
1.0.0-beta.16
1.0.0-beta.15
Various fixes & improvements
- feat: Update feature flag item padding to align with Issues & Feedback (#252) by @ryan953
- fix: Feature Flag panel scrolling (#251) by @ryan953
- wfix: Cache props for useSentryToolbar to avoid re-renders, when enabled is true (#250) by @ryan953
- fix: Cache props for useSentryToolbar to avoid re-renders (#249) by @ryan953
- fix: Fix :hover color for buttons inside the UnauthPill (#248) by @ryan953
- feat(feedback): Display the crash report icon for django-endpoint feedbacks (#247) by @ryan953