Skip to content

Commit 41aa85b

Browse files
Bump version to 0.9.0 (#157)
This release includes the following features: * Support for template refs (#140) * Hot reloading of components (#146) And the following fixes and improvements: * Prevent unnecessary remounts of elements (#152) * Remove the need for a wrapping template element around dynamic slot content (#147) * Keep elements ordered properly (#155 , #156) * [PySide] Improve interaction with PySide elements (#151) * [PySide] Improve resilience of PySide in light of exceptions (#154)
1 parent 533e8c8 commit 41aa85b

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,12 @@ uv run pre-commit install
103103
```
104104

105105

106-
### Syntax Highlighting
106+
### Editor Integration
107107

108-
Syntax highlighting for single-file components (`.cgx`) is supported for VSCode and Sublime Text:
108+
Syntax highlighting, linting and formatting for single-file components (`.cgx`) is supported for Zed, VSCode and Sublime Text:
109109

110-
* [CGX syntax highlight for Sublime Text](https://github.com/fork-tongue/cgx-syntax-highlight-sublime)
111-
* [CGX syntax highlight for VSCode](https://github.com/fork-tongue/cgx-syntax-highlight-vscode)
110+
* [Collagraph-lsp plugin for Zed](https://github.com/fork-tongue/collagraph-lsp-zed)
111+
* [Collagraph-lsp plugin for Sublime Text](https://github.com/fork-tongue/collagraph-lsp-sublime)
112+
* [Collagraph-lsp plugin for VSCode](https://github.com/fork-tongue/collagraph-lsp-vscode)
112113

113-
114-
### Formatting and linting
115-
116-
Linting and formatting cgx files is possible with: [ruff-cgx](https://github.com/fork-tongue/ruff-cgx).
114+
These plugins use [collagraph-lsp](https://github.com/fork-tongue/collagraph-lsp) for editor integration and [ruff-cgx](https://github.com/fork-tongue/ruff-cgx) for formatting and linting capabilities.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "collagraph"
3-
version = "0.8.11"
3+
version = "0.9.0"
44
description = "Reactive user interfaces"
55
authors = [
66
{ name = "Berend Klein Haneveld", email = "berendkleinhaneveld@gmail.com" },

0 commit comments

Comments
 (0)