Releases: denshya/proton
Releases · denshya/proton
v0.6.0 - First steps to Stability
What's Changed
- Migrate from
DocumentFragment
toGroup
(node-group
package) by @FrameMuse in #30 - Bump @typescript-eslint/parser from 8.33.1 to 8.34.0 by @dependabot in #29
- Bump @typescript-eslint/eslint-plugin from 8.33.1 to 8.34.0 by @dependabot in #28
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Group aria properties under a single aria by @FrameMuse in #12
- Add support for custom elements inflation by @FrameMuse in #13
- Introduce various fixes according to tests + 100% tests pass by @FrameMuse in #14
- Add JSX caching by @FrameMuse in #24
- Add benchmarks by @FrameMuse in #25
- Add inflation of any kind of Observable Iterable by @FrameMuse in #26
- Add inflation of Observable JSX by @FrameMuse in #27
- Bump @typescript-eslint/eslint-plugin from 8.33.0 to 8.33.1 by @dependabot in #23
- Bump eslint from 9.27.0 to 9.28.0 by @dependabot in #21
- Bump @types/bun from 1.2.14 to 1.2.15 by @dependabot in #20
- Bump @typescript-eslint/parser from 8.33.0 to 8.33.1 by @dependabot in #22
- Bump eslint from 9.17.0 to 9.27.0 by @dependabot in #19
- Bump @typescript-eslint/parser from 8.32.1 to 8.33.0 by @dependabot in #18
- Bump vite-plugin-externalize-deps from 0.8.0 to 0.9.0 by @dependabot in #17
- Bump @types/bun from 1.2.13 to 1.2.14 by @dependabot in #15
- Bump @typescript-eslint/eslint-plugin from 8.32.1 to 8.33.0 by @dependabot in #16
New Contributors
- @dependabot made their first contribution in #19
Full Changelog: v0.4.0...v0.5.0
Release (May 18)
What's Changed
- Demos by @FrameMuse in #1
- Add component shell evaluation for
AsyncGeneratorFunction
by @FrameMuse in #2 - Rename
ProtonShell
toProtonComponent
by @FrameMuse in #6 - Support custom variables in
style
attribute by @FrameMuse in #3 - Allow choosing JSX resolver by @FrameMuse in #4
- Add
WebJSXSerializer
by @FrameMuse in #7 - Rework
inflateComponent
- revert safe wrapper by @FrameMuse in #8 - implement boolean-like typing for JSX by @FrameMuse in #9
- Improve
WebJSXSerializer
+ Improve types by @FrameMuse in #10 - Add tests by @FrameMuse in #11
Full Changelog: https://github.com/denshya/proton/commits/v0.4.0