Skip to content

Commit 1727a46

Browse files
Version Packages
1 parent 331d4de commit 1727a46

File tree

20 files changed

+96
-71
lines changed

20 files changed

+96
-71
lines changed

.changeset/add-step-context.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/bright-peas-stare.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/loud-taxis-tie.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/short-sloths-bake.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/silver-coins-take.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.changeset/young-facts-grin.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/local-explorer-ui/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @cloudflare/local-explorer-ui
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#12453](https://github.com/cloudflare/workers-sdk/pull/12453) [`9764ea0`](https://github.com/cloudflare/workers-sdk/commit/9764ea09e0e106e96a403db8e99d41ad3f00ef98) Thanks [@NuroDev](https://github.com/NuroDev)! - Add initial data studio with D1 and Durable Objects support
8+
9+
Adds a data studio interface to the local explorer UI, allowing you to browse and interact with D1 databases and Durable Objects during local development. The studio provides table browsing, query execution, and data editing capabilities.
10+
11+
- [#12760](https://github.com/cloudflare/workers-sdk/pull/12760) [`fa88fef`](https://github.com/cloudflare/workers-sdk/commit/fa88fef992bd8e65d00d1e7d279bf62ee9120ce8) Thanks [@NuroDev](https://github.com/NuroDev)! - Add schema editor to data studio
12+
13+
Adds a visual schema editor to the data studio that allows you to create new database tables and edit existing table schemas. The editor provides column management (add, edit, remove), constraint editing (primary keys, unique constraints), and generates the corresponding SQL statements for review before committing changes.
14+
15+
This is a WIP experimental feature.
16+
317
## 0.6.0
418

519
### Minor Changes

packages/local-explorer-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/local-explorer-ui",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/unenv-preset/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/unenv-preset
22

3+
## 2.15.0
4+
5+
### Minor Changes
6+
7+
- [#10618](https://github.com/cloudflare/workers-sdk/pull/10618) [`5cc8fcf`](https://github.com/cloudflare/workers-sdk/commit/5cc8fcfdeaf521c33de7df86c011f7059d3d93da) Thanks [@petebacondarwin](https://github.com/petebacondarwin)! - Use the native workerd `node:perf_hooks` module and `Performance` global classes when available
8+
9+
They are enabled when the `enable_nodejs_perf_hooks_module` compatibility flag is set. This feature is currently experimental and requires the above flag and `experimental` compatibility flag to be set.
10+
311
## 2.14.0
412

513
### Minor Changes

packages/unenv-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/unenv-preset",
3-
"version": "2.14.0",
3+
"version": "2.15.0",
44
"description": "cloudflare preset for unenv",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)