Skip to content

Commit 7aad5ab

Browse files
committed
Merge branch 'release-please--branches--main--components--toolbar' of github.com:launchdarkly/launchdarkly-toolbar into release-please--branches--main--components--toolbar
2 parents cbb4af5 + 05a963b commit 7aad5ab

File tree

14 files changed

+710
-497
lines changed

14 files changed

+710
-497
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616
issues: write
1717
steps:
18-
- uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0
18+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4.4.0
1919
id: release
2020
with:
2121
token: ${{secrets.GITHUB_TOKEN}}

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/toolbar": "1.0.0-beta.1"
2+
"packages/toolbar": "1.0.3"
33
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
},
2929
"devDependencies": {
3030
"@playwright/test": "^1.53.1",
31-
"@types/node": "^24.7.2",
31+
"@types/node": "^24.9.1",
3232
"http-server": "^14.1.1",
3333
"prettier": "^3.5.3",
34-
"storybook": "^9.1.12",
35-
"storybook-addon-rslib": "^2.0.0",
34+
"storybook": "^9.1.13",
35+
"storybook-addon-rslib": "^2.1.2",
3636
"storybook-react-rsbuild": "^2.0.0",
3737
"tsx": "^4.20.6"
3838
},

packages/demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
"@vitejs/plugin-react": "^5.0.4",
3131
"eslint": "^9.30.1",
3232
"eslint-plugin-react-hooks": "^7.0.0",
33-
"eslint-plugin-react-refresh": "^0.4.23",
33+
"eslint-plugin-react-refresh": "^0.4.24",
3434
"globals": "^16.3.0",
35-
"typescript": "~5.8.3",
36-
"typescript-eslint": "^8.35.1",
35+
"typescript": "~5.9.3",
36+
"typescript-eslint": "^8.46.2",
3737
"vite": "^7.1.11"
3838
},
3939
"msw": {

packages/toolbar/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/launchdarkly/launchdarkly-toolbar/compare/1.0.2-beta.1...1.0.3-beta.1) (2025-10-24)
4+
5+
6+
### Bug Fixes
7+
8+
* [REL-10230] preserve search term when toggling active tab ([#225](https://github.com/launchdarkly/launchdarkly-toolbar/issues/225)) ([46bc323](https://github.com/launchdarkly/launchdarkly-toolbar/commit/46bc323f4f41d777432b1b877add0eff3461b9b4))
9+
* preserve search term when toggling active tab ([46bc323](https://github.com/launchdarkly/launchdarkly-toolbar/commit/46bc323f4f41d777432b1b877add0eff3461b9b4))
10+
11+
## [1.0.2-beta.1](https://github.com/launchdarkly/launchdarkly-toolbar/compare/1.0.1-beta.1...1.0.2-beta.1) (2025-10-23)
12+
13+
14+
### Bug Fixes
15+
16+
* [REL-10308] consistent toolbar height ([#217](https://github.com/launchdarkly/launchdarkly-toolbar/issues/217)) ([8f4755e](https://github.com/launchdarkly/launchdarkly-toolbar/commit/8f4755eaed661060b5f779f7bd33101db02af921))
17+
* [REL-10339] update react, react-dom to be peer deps ([#218](https://github.com/launchdarkly/launchdarkly-toolbar/issues/218)) ([098cc91](https://github.com/launchdarkly/launchdarkly-toolbar/commit/098cc911eec2c49417e8e5459469c91b240253c9))
18+
19+
## [1.0.1-beta.1](https://github.com/launchdarkly/launchdarkly-toolbar/compare/1.0.0-beta.1...1.0.1-beta.1) (2025-10-23)
20+
21+
22+
### Bug Fixes
23+
24+
* use composedPath for auto-collapse click detection ([#215](https://github.com/launchdarkly/launchdarkly-toolbar/issues/215)) ([2e11db0](https://github.com/launchdarkly/launchdarkly-toolbar/commit/2e11db0f0a4ffdd106641a5630c2eb4928e565ed))
25+
326
## [1.0.0-beta.1](https://github.com/launchdarkly/launchdarkly-toolbar/compare/0.26.0-beta.1...1.0.0-beta.1) (2025-10-21)
427

528

packages/toolbar/package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": false,
33
"name": "@launchdarkly/toolbar",
4-
"version": "1.0.0-beta.1",
4+
"version": "1.0.3",
55
"description": "A React component that provides a developer-friendly toolbar for interacting with LaunchDarkly during development",
66
"keywords": [
77
"launchdarkly",
@@ -70,48 +70,48 @@
7070
"@vanilla-extract/webpack-plugin": "^2.3.22",
7171
"class-variance-authority": "^0.7.1",
7272
"motion": "^12.19.2",
73-
"react": "19.2.0",
7473
"react-aria": "3.44.0",
7574
"react-aria-components": "1.13.0",
76-
"react-dom": "19.2.0",
77-
"react-hook-form": "7.59.0",
75+
"react-hook-form": "7.65.0",
7876
"react-router": "7.5.2"
7977
},
8078
"devDependencies": {
8179
"@rsbuild/core": "^1.5.17",
8280
"@rsbuild/plugin-react": "^1.4.1",
83-
"@rslib/core": "^0.15.1",
81+
"@rslib/core": "^0.16.1",
8482
"@storybook/addon-docs": "^9.0.5",
8583
"@storybook/addon-essentials": "^9.0.0-alpha.12",
8684
"@storybook/addon-interactions": "^9.0.0-alpha.10",
87-
"@storybook/addon-links": "^9.0.5",
85+
"@storybook/addon-links": "^9.1.13",
8886
"@storybook/addon-onboarding": "^9.0.5",
8987
"@storybook/blocks": "^9.0.0-alpha.17",
90-
"@storybook/react": "^9.0.5",
88+
"@storybook/react": "^9.1.13",
9189
"@storybook/react-vite": "^9.0.5",
9290
"@storybook/test": "^9.0.0-alpha.2",
9391
"@testing-library/jest-dom": "^6.9.1",
9492
"@testing-library/react": "^16.3.0",
95-
"@types/node": "^24.0.4",
93+
"@types/node": "^24.9.1",
9694
"@types/react": "19.2.2",
9795
"@types/react-dom": "19.2.2",
9896
"@vanilla-extract/vite-plugin": "^5.1.1",
9997
"@vanilla-extract/webpack-plugin": "^2.3.22",
100-
"@vitest/coverage-v8": "3.2.4",
98+
"@vitest/coverage-v8": "4.0.2",
10199
"css-loader": "^7.1.2",
102100
"jsdom": "^26.1.0",
103101
"launchdarkly-js-client-sdk": "^3.9.0",
104102
"oxlint": "^1.23.0",
105103
"react": "^19.1.1",
106-
"storybook": "^9.1.12",
107-
"storybook-addon-rslib": "^2.0.0",
104+
"react-dom": "^19.1.1",
105+
"storybook": "^9.1.13",
106+
"storybook-addon-rslib": "^2.1.2",
108107
"storybook-react-rsbuild": "^2.0.0",
109-
"typescript": "^5.8.3",
108+
"typescript": "^5.9.3",
110109
"vitest": "^3.2.2"
111110
},
112111
"peerDependencies": {
113112
"launchdarkly-js-client-sdk": "^3.9.0",
114-
"react": ">=18"
113+
"react": "^18.0.0 || ^19.0.0",
114+
"react-dom": "^18.0.0 || ^19.0.0"
115115
},
116116
"publishConfig": {
117117
"access": "public"

packages/toolbar/rslib.config.cdn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default defineConfig({
3232
injectStyles: true,
3333
target: 'web',
3434
minify: true,
35-
sourceMap: true,
35+
sourceMap: false,
3636
},
3737
plugins: [pluginReact()],
3838
tools: {

packages/toolbar/src/core/ui/Toolbar/LaunchDarklyToolbar.css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const toolbarContent = style({
102102
export const contentArea = style({
103103
backgroundColor: 'var(--lp-color-gray-900)',
104104
overflow: 'hidden',
105-
borderRadius: '12px',
105+
borderRadius: '0px',
106106
});
107107

108108
export const scrollableContent = style({
@@ -114,7 +114,7 @@ export const tabsContainer = style({
114114
alignItems: 'center',
115115
padding: '8px 8px',
116116
backgroundColor: 'var(--lp-color-gray-900)',
117-
borderRadius: '12px',
117+
borderRadius: '0px',
118118
});
119119

120120
export const tabsContainerChild = style({

packages/toolbar/src/core/ui/Toolbar/TabContent/EventsTabContent.css.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const eventBadgeDefault = style([
119119
]);
120120

121121
export const virtualContainer = style({
122-
height: '400px',
122+
height: '350px',
123123
overflow: 'auto',
124124
scrollbarColor: 'var(--lp-color-gray-800) transparent',
125125
scrollbarWidth: 'thin',
@@ -169,7 +169,7 @@ export const liveTailContainer = style({
169169
flexDirection: 'column',
170170
alignItems: 'center',
171171
justifyContent: 'center',
172-
height: '400px',
172+
height: '350px',
173173
gap: '12px',
174174
color: 'var(--lp-color-gray-400)',
175175
});
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import { style } from '@vanilla-extract/css';
2+
3+
export const tabContent = style({
4+
height: '450px',
5+
overflowY: 'auto',
6+
scrollbarColor: 'var(--lp-color-gray-800) transparent',
7+
scrollbarWidth: 'thin',
8+
});

0 commit comments

Comments
 (0)