Skip to content

Commit c80b22b

Browse files
authored
Update zed to v1.12.0, brimcap to v1.5.5, and prep v1.5.0 (#2943)
719d262...4caf78e
1 parent 4caf78e commit c80b22b

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.5.0
2+
- Update Zed to [v1.12.0](https://github.com/brimdata/zed/releases/tag/v1.12.0)
3+
- Update Brimcap to [v1.5.5](https://github.com/brimdata/brimcap/releases/tag/v1.5.5)
4+
- A new option in **Settings** now determines if checks for available Zui updates are performed at startup (default), at startup & daily, or manually (#2866)
5+
- Add functionality to load data from the paste buffer (#2928)
6+
- Add support for [TSV](https://en.wikipedia.org/wiki/Tab-separated_values) load/export (#2916)
7+
- Fix an issue with Chromium binaries being created in temporary storage (#2917)
8+
- Fix an issue where the cursor position could become inaccurate while typing in the editor (#2922)
9+
110
## v1.4.1
211
- Update Zed to [v1.11.1](https://github.com/brimdata/zed/releases/tag/v1.11.1)
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.4.1",
8+
"version": "1.5.0",
99
"main": "dist/main.js",
1010
"author": "Brim Data <[email protected]> (http://www.brimdata.io)",
1111
"lake": {
@@ -75,7 +75,7 @@
7575
"acorn": "^7.4.1",
7676
"ajv": "^6.9.1",
7777
"animejs": "^3.2.0",
78-
"brimcap": "brimdata/brimcap#v1.5.4",
78+
"brimcap": "brimdata/brimcap#v1.5.5",
7979
"chalk": "^4.1.0",
8080
"chevrotain": "^10.5.0",
8181
"chrono-node": "^2.5.0",
@@ -158,7 +158,7 @@
158158
"use-resize-observer": "^8.0.0",
159159
"web-file-polyfill": "^1.0.4",
160160
"web-streams-polyfill": "^3.2.0",
161-
"zed": "brimdata/zed#371645806d3c3712c25d0b6057468491f1387ca2",
161+
"zed": "brimdata/zed#v1.12.0",
162162
"zui-test-data": "workspace:*"
163163
},
164164
"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.4":
6819+
"brimcap@brimdata/brimcap#v1.5.5":
68206820
version: 1.1.2
6821-
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=8fd3044a01ec04b952ce0e9c258bcde2a1a009fb"
6821+
resolution: "brimcap@https://github.com/brimdata/brimcap.git#commit=c6873a9cac9c5735f0af438033f4a36c26292ad1"
68226822
bin:
68236823
brimcap: build/dist/brimcap
6824-
checksum: 9f660924d186da63a256151b94ae1a19a10f6811678db378883c0ec92482b7753670c256c3f24bf7b1ab03192e64feb0f26ea39e0e55427114d67ecb21f9c838
6824+
checksum: 32eed65d0f64dd61ee16c8bfb0dd70f88f8fd77b2f69356b62ac2c9de25db179d1e03fe6f31ac95887cd7b6526166f79c4948b21d4bd761b4aaf404106a7e0af
68256825
languageName: node
68266826
linkType: hard
68276827

@@ -19078,10 +19078,10 @@ __metadata:
1907819078
languageName: node
1907919079
linkType: hard
1908019080

19081-
"zed@brimdata/zed#371645806d3c3712c25d0b6057468491f1387ca2":
19081+
"zed@brimdata/zed#v1.12.0":
1908219082
version: 0.33.0-dev
19083-
resolution: "zed@https://github.com/brimdata/zed.git#commit=371645806d3c3712c25d0b6057468491f1387ca2"
19084-
checksum: 9d0e6a4422e7d705c72bc12b9c8f49a9285e923b337a0de6c28c06537ef5c1d1f2bcd652511d1ec11e833450c34ed6f14cf2bbd67f16a01ef9843c253d74003a
19083+
resolution: "zed@https://github.com/brimdata/zed.git#commit=1a0071b5ba8a416d9bad6ea007538d13b8aa5368"
19084+
checksum: c706818f9c1a7072cd1d3b7ad0a52046509f1c945da696dd608bd8af0e7151984169ff677f400d6b3b79d6c23a0642779d07c98a57e3ba861dd7ff79115ab946
1908519085
languageName: node
1908619086
linkType: hard
1908719087

@@ -19192,7 +19192,7 @@ __metadata:
1919219192
acorn: ^7.4.1
1919319193
ajv: ^6.9.1
1919419194
animejs: ^3.2.0
19195-
brimcap: "brimdata/brimcap#v1.5.4"
19195+
brimcap: "brimdata/brimcap#v1.5.5"
1919619196
chalk: ^4.1.0
1919719197
chevrotain: ^10.5.0
1919819198
chrono-node: ^2.5.0
@@ -19277,7 +19277,7 @@ __metadata:
1927719277
use-resize-observer: ^8.0.0
1927819278
web-file-polyfill: ^1.0.4
1927919279
web-streams-polyfill: ^3.2.0
19280-
zed: "brimdata/zed#371645806d3c3712c25d0b6057468491f1387ca2"
19280+
zed: "brimdata/zed#v1.12.0"
1928119281
zui-test-data: "workspace:*"
1928219282
peerDependencies:
1928319283
react: ^18.0.0

0 commit comments

Comments
 (0)