Skip to content

Commit cfb07dd

Browse files
committed
chore(release): 1.0.0
1 parent dfe3cdf commit cfb07dd

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/DTStack/monaco-sql-languages/compare/v0.15.2...v1.0.0) (2026-03-06)
6+
7+
8+
### Features
9+
10+
* add sample integrate with @monaco-editor/react ([6c745d4](https://github.com/DTStack/monaco-sql-languages/commit/6c745d44019229d79a33c5471d8a90c5a4d206cd))
11+
* optimize dependencies and readme ([612efa5](https://github.com/DTStack/monaco-sql-languages/commit/612efa570989f50a0d10ee028ff9037b9505b3e0))
12+
* support hover provider feat ([79de9a9](https://github.com/DTStack/monaco-sql-languages/commit/79de9a93126c410c553a72aaf7d98ded1eaf17eb))
13+
* support quote tablename and alias tablename ([1c97d6c](https://github.com/DTStack/monaco-sql-languages/commit/1c97d6c4a29501215f6ccda7e4bed96b9dbf787d))
14+
* update contribute ts and update unit test ([5efa097](https://github.com/DTStack/monaco-sql-languages/commit/5efa097eed5a288c7f8481506904b0d812f58d0e))
15+
* update demo and others after upgrade monaco-editor's version ([4dcfb30](https://github.com/DTStack/monaco-sql-languages/commit/4dcfb309cdd80fcff8ec765b535c7cc974dd25e1))
16+
* update peerDependencies' lowest version ([1c0aaec](https://github.com/DTStack/monaco-sql-languages/commit/1c0aaec603d3283536ae59cb0d654f29ed31f872))
17+
* **website:** [#171](https://github.com/DTStack/monaco-sql-languages/issues/171), add parse tree visualizer in panel ([8bb7dd2](https://github.com/DTStack/monaco-sql-languages/commit/8bb7dd268c906923b6d8db0c650e1c3d4d4b6744))
18+
19+
20+
### Bug Fixes
21+
22+
* delet panel item output ([c211666](https://github.com/DTStack/monaco-sql-languages/commit/c21166635baad9394df94a53187e06cd4ab50b10))
23+
* prevent shortcut loss on editor blur ([0f2f811](https://github.com/DTStack/monaco-sql-languages/commit/0f2f811d2cad48e99a4aea9396ffb9284ecd2a21))
24+
* problem panel show error when init,[#197](https://github.com/DTStack/monaco-sql-languages/issues/197) ([53bf890](https://github.com/DTStack/monaco-sql-languages/commit/53bf890239a88b780e6dd481e1c9fe83cdc62a6d))
25+
* using forEach to traverse the map to solve compatibility issues ([45204eb](https://github.com/DTStack/monaco-sql-languages/commit/45204ebb46388d68ea150586f1d453ce52bd4b0e))
26+
* **website:** fix sql theme in monaco editor ([b1fe915](https://github.com/DTStack/monaco-sql-languages/commit/b1fe915d35fc0e416dc988105c701b2e5ca10d04))
27+
528
## [1.0.0-beta.5](https://github.com/DTStack/monaco-sql-languages/compare/v1.0.0-beta.4...v1.0.0-beta.5) (2025-09-25)
629

730
## [1.0.0-beta.4](https://github.com/DTStack/monaco-sql-languages/compare/v1.0.0-beta.3...v1.0.0-beta.4) (2025-09-24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "monaco-sql-languages",
3-
"version": "1.0.0-beta.7",
3+
"version": "1.0.0",
44
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
55
"scripts": {
66
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)