Skip to content

Commit e4d5a7a

Browse files
authored
Update zed to v1.11.0, brimcap to v1.5.3, and prep v1.4.0 (#2888)
1 parent 422610a commit e4d5a7a

File tree

3 files changed

+20
-11
lines changed

3 files changed

+20
-11
lines changed

apps/zui/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.4.0
2+
- Update Zed to [v1.11.0](https://github.com/brimdata/zed/releases/tag/v1.11.0)
3+
- Update Brimcap to [v1.5.3](https://github.com/brimdata/brimcap/releases/tag/v1.5.3)
4+
- Zui has a new [Preview & Load](https://zui.brimdata.io/docs/features/Preview-Load) workflow that allows for shaping data as it's loaded in to a Zed lake (#2834, #2864)
5+
- Fix an issue where editing the "month" portion of a time range pin caused a crash (#2854)
6+
- Fix issues where `null` values were incorrectly rendered (#2875, #2876)
7+
- Use monospace fonts in more places (#2877)
8+
- Limit column width for large values and add grid lines in the table view (#2881)
9+
110
## v1.3.1
211
- Due to malware false positives, Windows releases no longer include a full initial set of Suricata rules (as always, up-to-date rules will be downloaded on first Internet-connected launch of Zui) (#2858)
312

apps/zui/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "Zed User Interface",
66
"repository": "https://github.com/brimdata/zui",
77
"license": "BSD-3-Clause",
8-
"version": "1.3.1",
8+
"version": "1.4.0",
99
"main": "dist/main.js",
1010
"author": "Brim Data <[email protected]> (http://www.brimdata.io)",
1111
"lake": {
@@ -74,7 +74,7 @@
7474
"acorn": "^7.4.1",
7575
"ajv": "^6.9.1",
7676
"animejs": "^3.2.0",
77-
"brimcap": "brimdata/brimcap#v1.5.2",
77+
"brimcap": "brimdata/brimcap#v1.5.3",
7878
"chalk": "^4.1.0",
7979
"chevrotain": "^10.5.0",
8080
"chrono-node": "^2.5.0",
@@ -157,7 +157,7 @@
157157
"use-resize-observer": "^8.0.0",
158158
"web-file-polyfill": "^1.0.4",
159159
"web-streams-polyfill": "^3.2.0",
160-
"zed": "brimdata/zed#cd36eaab38d4c0c8a607ef4fa561b0b43f80b1dc",
160+
"zed": "brimdata/zed#v1.11.0",
161161
"zui-test-data": "workspace:*"
162162
},
163163
"peerDependencies": {

yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -6816,12 +6816,12 @@ __metadata:
68166816
languageName: node
68176817
linkType: hard
68186818

6819-
"brimcap@brimdata/brimcap#v1.5.2":
6819+
"brimcap@brimdata/brimcap#v1.5.3":
68206820
version: 1.1.2
6821-
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=56ba70dd5f9aa699ca2fc1b64053f8befd79b9a1"
6821+
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=a1dade0e3092d9875a84031e3ad1049e50960adc"
68226822
bin:
68236823
brimcap: build/dist/brimcap
6824-
checksum: 737dd82be0fe8bd2b6b6e5b89683a9cd777b3226a577d638f12e3935f096c8ffb8c672e084363224dbb670e43c94cf29808609e9a122c55d10f5e39e851538ae
6824+
checksum: 13e0367efc46fd6f9be9b2ce8d6e6cc547f318824b703072d2469320485b7a96b1e0a290142eaa4731f93ec23ea6e86bf5bb0c0ffe491319d29375418d3a1fc6
68256825
languageName: node
68266826
linkType: hard
68276827

@@ -19067,10 +19067,10 @@ __metadata:
1906719067
languageName: node
1906819068
linkType: hard
1906919069

19070-
"zed@brimdata/zed#cd36eaab38d4c0c8a607ef4fa561b0b43f80b1dc":
19070+
"zed@brimdata/zed#v1.11.0":
1907119071
version: 0.33.0-dev
19072-
resolution: "zed@https://github.com/brimdata/zed.git#commit=cd36eaab38d4c0c8a607ef4fa561b0b43f80b1dc"
19073-
checksum: 60862ee1cb58c689423b6a7bff4f2ec4d08c088997fc9f234b38f7eab7a871e2de923bdaeaba090c98b8a1f579d0ff433495ba85e3d86e43f09a4538b92c97e0
19072+
resolution: "zed@https://github.com/brimdata/zed.git#commit=716fdb7b75399cde21a10520e552812b1864e7bd"
19073+
checksum: b9edb7219460234d50ed440764fabf35db18a1b2dff7dd6d948cac2d62ee0761a42fa72ab9067c5046f38f95942713e71cd6452e07eda6f454a95914b52cc3fc
1907419074
languageName: node
1907519075
linkType: hard
1907619076

@@ -19179,7 +19179,7 @@ __metadata:
1917919179
acorn: ^7.4.1
1918019180
ajv: ^6.9.1
1918119181
animejs: ^3.2.0
19182-
brimcap: "brimdata/brimcap#v1.5.2"
19182+
brimcap: "brimdata/brimcap#v1.5.3"
1918319183
chalk: ^4.1.0
1918419184
chevrotain: ^10.5.0
1918519185
chrono-node: ^2.5.0
@@ -19264,7 +19264,7 @@ __metadata:
1926419264
use-resize-observer: ^8.0.0
1926519265
web-file-polyfill: ^1.0.4
1926619266
web-streams-polyfill: ^3.2.0
19267-
zed: "brimdata/zed#cd36eaab38d4c0c8a607ef4fa561b0b43f80b1dc"
19267+
zed: "brimdata/zed#v1.11.0"
1926819268
zui-test-data: "workspace:*"
1926919269
peerDependencies:
1927019270
react: ^18.0.0

0 commit comments

Comments
 (0)