Skip to content

modernize#53

Closed
arthurfiorette wants to merge 658 commits intonicojs:masterfrom
kitajs:arthurfiorette/serena
Closed

modernize#53
arthurfiorette wants to merge 658 commits intonicojs:masterfrom
kitajs:arthurfiorette/serena

Conversation

@arthurfiorette
Copy link

  • feat: initial refactor
  • chore: some changes
  • refactor: moved to root
  • perf: more changes
  • perf: more changes v2
  • feat: benchmark
  • feat: v1.0.0
  • docs: improved examples
  • feat: add ci
  • docs: casing
  • docs: license
  • docs: updated badge
  • fix: fixed publish steps
  • docs: removed iframe
  • docs: updated readme and fork credits
  • feat: object style support
  • docs: improve readme
  • tag: v1.1.0
  • docs: typo
  • docs: typo
  • feat: easier types and ignoring nulls
  • feat: v1.2.0
  • style: formatted code
  • feat: summary tag
  • feat: preact interop
  • feat: added more tags and tag element
  • tag: v1.3.0
  • feat: improved docs and types
  • feat: esmodule interop and html namespace
  • tag: v1.3.1
  • docs: typos
  • feat: testing with node:test and fixes
  • chore: updated pnpm
  • fix: ci
  • docs: updated benchmark
  • fix: handle falsy properties
  • feat: added | undefined to avoid typechecking problems
  • tag: v1.3.2
  • feat: correct escape children
  • tag: v1.3.3
  • docs: correct license
  • fix: conly allows 0 as falsy value
  • tag: v1.3.4
  • chore: removed mocha config
  • docs: pretty generator pr
  • feat: escapeInnerHtml attribute
  • perf: avoid escape indexing every char
  • perf: faster kebab case
  • perf: improve empty arrays
  • docs: updated benchmark results
  • tag: v1.4.0
  • feat: safe attribute
  • tag: v1.4.1
  • fix: pkg json
  • docs: improve readme
  • fix: escapeHtml fixes
  • style: formatted code
  • fix: custom void tags
  • feat: className and simpler kebab support
  • docs: ISO string
  • tag: v1.4.2
  • feat: CSSProperties type
  • docs: update tsconfig jsx configuration
  • tag: v1.4.3
  • ci: automerge dependabot
  • ci: dependabot ci
  • build(deps-dev): bump tslib from 2.6.1 to 2.6.2 (feat(node 6): drop support for node 6 #7)
  • build(deps-dev): bump @types/node from 20.4.2 to 20.5.3 (escaping of element content #5)
  • build(deps-dev): bump prettier from 3.0.0 to 3.0.2 (docs(readme): add security remark about sanitization #6)
  • fix: undefined CSSProperties
  • tag: v1.4.4
  • tests: fixed tests
  • fix: removed unused key attribute
  • tag: v1.4.5
  • fix: automerge branch
  • build(deps-dev): bump typescript from 5.1.6 to 5.2.2 (Thank you #9)
  • build(deps-dev): bump @types/node from 20.5.3 to 20.5.4 (feat(browser): support browsers as well as node #8)
  • build(deps-dev): bump @types/node from 20.5.4 to 20.5.6 (build(deps): bump lodash from 4.17.11 to 4.17.15 #10)
  • build(deps-dev): bump @types/node from 20.5.6 to 20.5.7 (build(deps): bump lodash.template from 4.4.0 to 4.5.0 #11)
  • docs: apple m1 benchmark results
  • build(deps-dev): bump prettier from 3.0.2 to 3.0.3 (build(deps): bump handlebars from 4.1.2 to 4.5.3 #12)
  • build(deps-dev): bump @types/node from 20.5.7 to 20.5.8 (Should the library support React style children? #13)
  • build(deps-dev): bump @types/node from 20.5.8 to 20.5.9 (The published version is missing source maps #15)
  • build(deps): bump actions/checkout from 3 to 4 (build(deps): bump lodash from 4.17.15 to 4.17.19 #14)
  • Add hgroup (feat - Support React-style children #16)
  • tag: v1.4.6
  • feat: add support for unknown attributes on dom elements
  • tag: v1.4.7
  • fix: ts declaration errors
  • fix: tsconfig
  • feat: improved compile mode & better benchmarks
  • fix: lockfile
  • docs: improved readme
  • feat: layout example
  • tag: v2.0.0
  • docs: apple m1 benchmark
  • feat: migrate over to Html to reduce collisions
  • style: formatted code
  • fix: lint
  • tag: v2.0.1
  • fix: compile type no longer requires explicit generic (Some attributes should accept boolean values #19)
  • feat: htmx type definitions
  • doxcs: reorder
  • style: formatted code
  • fix: htmx types
  • tag: v2.1.0
  • test: htmx test case
  • chore: bump pnpm version
  • docs: typo
  • fix: npmignore Why are HTML tags declared as strings? #21
  • fix: removed unknown type build(deps): bump ini from 1.3.5 to 1.3.7 #22
  • tag: v2.1.1
  • perf: blazingly fast on the fly compilation
  • style: formatted code
  • tag: v2.1.2
  • build(deps-dev): bump @types/node from 20.5.9 to 20.6.0 (Would it be possible to add a license?  #23)
  • docs: improve sanitization section
  • docs: warning
  • feat!: attributes index signature is now opt in
  • chore: added csstypes to tsconfig include
  • perf: escapeHtml only escapes needed html
  • perf: improved attribute parsing
  • fix: npmignore
  • docs: security
  • style: formatted code
  • tag: v2.2.0
  • fix: removed auto kebab and improved jsdocs (build(deps): bump y18n from 4.0.0 to 4.0.1 #24)
  • style: formatted code
  • docs: updated kebab docs
  • test: added svg test
  • tag: v2.2.1
  • fix: button disabled as boolean
  • fix: disabled attr
  • fix: removed empty interfaces
  • docs: wrong div
  • fix: reversed interfaces bug
  • tag: v2.2.2
  • docs: fixed example
  • docs: ts html plugin warning
  • docs: fixed install
  • chore: removed vscode folder
  • docs: update readme.
  • build(deps-dev): bump @types/node from 20.6.0 to 20.6.1 (build(deps): bump handlebars from 4.1.2 to 4.7.7 #25)
  • feat: added SVG tags (build(deps): bump hosted-git-info from 2.7.1 to 2.8.9 #27)
  • feat: async components
  • feat: use Bun.escapeHTML if present
  • fix: added support for img height and width w/ numbers
  • feat: added real page to benchmarks
  • docs: updated benchmarks
  • chore: style
  • fix: fixed esm/csj trickery
  • style: formatted code
  • feat: add generics to switch createElements return type
  • docs: element comments
  • build(deps-dev): bump @types/node from 20.6.1 to 20.6.2 (chore/update versions #28)
  • chore: use local tsdk
  • docs: updated async docs
  • docs: async jsx
  • perf: faster async children serialization
  • style: formatted code
  • docs: async components
  • fix: handle empty children
  • docs: updated docs
  • build(deps-dev): bump @types/node from 20.6.2 to 20.6.3 (feat(node): drop support for node 8 and 10 #30)
  • feat: suspense
  • feat: suspense api
  • feat: more tests
  • feat: suspense errors
  • ci: actions node version file
  • feat: removed copy
  • docs: fix package.json license
  • feat: more suspense features
  • feat: suspense autoscript
  • feat: native render to string
  • feat: suspense error boundary
  • style: formatted code
  • docs: updated vscode settings
  • test: fix tests
  • refactor: move global object
  • feat: prefer Readable instead of PassThrough
  • feat: error boundary
  • feat: benchmark
  • fix: avoid double registration
  • style: formatted code
  • feat: add support for hotwire turbo elements (build(deps): bump qs from 6.10.1 to 6.11.0 #33)
  • docs: content type
  • perf: improve fragment detection
  • feat: stream with rid and better example
  • style: moved to my own prettier config
  • build(deps-dev): bump @types/node from 20.6.3 to 20.7.0 (build(deps): bump json5 from 2.2.0 to 2.2.3 #34)
  • feat: codecov
  • docs: codecov badge
  • fix: ignore codecov
  • docs: updated docs 1/...
  • docs: updated readme
  • feat: html plugin as peer deps
  • feat: HtmlStream type
  • docs: added suspense/async/error-boundary docs
  • docs: fixed minor doc typos
  • feat: more tests coverage
  • build(deps-dev): bump @types/node from 20.7.0 to 20.7.1 (build(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 #36)
  • feat: 100% code coverage
  • tests: suspense full coverage
  • feat: declare variables outside loop
  • feat: create element content
  • feat: prefer array.isarray
  • docs: badge colors
  • docs: improved documentation
  • feat: better xss docs
  • docs: xss cli docs
  • docs: redirect to ts-html-plugin
  • docs: rename asset
  • docs: preview
  • docs: br
  • tag: v3.0.0
  • docs: updated example
  • docs: htmltojsx
  • build(deps-dev): bump @types/node from 20.7.1 to 20.7.2 (build(deps): bump ansi-regex #37)
  • docs: fix typo in README (build(deps): bump nanoid from 3.1.23 to 3.3.1 #38)
  • docs:m added tsdoc for html stream
  • feat: spread operator in components
  • docs: better compile docs
  • docs: fixed warnings
  • docs: compile with spread
  • Update htmx.d.ts (Missing summary tag #40)
  • build(deps-dev): bump @types/node from 20.7.2 to 20.8.1 (How to use SVG type ? #41)
  • feat: attribute
  • build(deps-dev): bump @types/node from 20.8.1 to 20.8.2 (Support for basic fragments #42)
  • build(deps-dev): bump @arthurfiorette/prettier-config (The package.json file has a bad "module" path. #43)
  • tag: v3.0.1
  • docs: readme typo (Update element-types.d.ts to include additional img tag properties #44)
  • feat: hyperscript tag (Added mininput attribute to HtmlInputTag #45)
  • tag: v3.0.2
  • chore: fixed package.json
  • deps: updated package.json deps
  • docs: node 20.8 benchmarks
  • fix: lockfile
  • build(deps-dev): bump @types/node from 20.8.3 to 20.8.4 (Undesireable Injection of Commas to Seperate Children Elements #46)
  • build(deps-dev): bump @types/node from 20.8.4 to 20.8.5 (Alpine Js support #48)
  • fix: boolean selected property (Add loading attribute to Image tag #47)
  • tag: v3.0.3
  • feat: minlength attribute
  • feat: more img attributes
  • build(deps-dev): bump @types/node from 20.8.5 to 20.8.6 (fix: package.json module path #50)
  • feat: include references to help autocompletion
  • tag: v3.0.4
  • build(deps-dev): bump @arthurfiorette/prettier-config (hyperscript tag creates error when bundling  #51)
  • build(deps-dev): bump @types/node from 20.8.6 to 20.8.7 (feat: support hyperscript #52)
  • feat: meta property tag
  • perf: avoid creating object in hot path
  • docs: updated benchmark
  • build(deps): bump actions/setup-node from 3 to 4 (#55)
  • docs: correct syntax highlighting
  • build(deps-dev): bump @types/node from 20.8.7 to 20.8.8 (#56)
  • build(deps-dev): bump @types/node from 20.8.8 to 20.8.9 (#57)
  • feat: iframe attributes
  • tag: v3.0.5
  • build(deps-dev): bump @types/node from 20.8.9 to 20.8.10 (#59)
  • fix: react-like object styles (#60)
  • feat: dialog element (#58)
  • tag: v3.0.6
  • fix: style prop type. Resolves #60. (#61)
  • tag: v3.0.7
  • Update README.md
  • Update README.md
  • build(deps-dev): bump @types/node from 20.8.10 to 20.9.0 (#63)
  • fix: changed multiple boolean attributes
  • tag: v3.0.8
  • test: fixed test tsc
  • feat: number attributes
  • feat: updated namespace declaration
  • build(deps-dev): bump prettier from 3.0.3 to 3.1.0 (#64)
  • build(deps-dev): bump @types/node from 20.9.0 to 20.9.1 (#65)
  • feat: allow inner Suspense usage
  • tag: v3.0.9
  • feat: conditional classes
  • tag: v3.0.10
  • docs: updated readme examples
  • build(deps-dev): bump typescript from 5.2.2 to 5.3.2 (#66)
  • build(deps-dev): bump @types/node from 20.9.0 to 20.9.2 (#67)
  • build(deps-dev): bump prettier from 3.0.3 to 3.1.0 (#68)
  • build(deps-dev): bump @types/jsdom from 21.1.5 to 21.1.6 (#69)
  • build(deps-dev): bump @types/node from 20.9.2 to 20.9.3 (#70)
  • build(deps-dev): bump @types/node from 20.9.3 to 20.9.4 (#71)
  • build(deps-dev): bump @types/node from 20.9.4 to 20.10.0 (#72)
  • build(deps-dev): bump jsdom from 22.1.0 to 23.0.0 (#73)
  • build(deps-dev): bump @types/node from 20.10.0 to 20.10.1 (#74)
  • build(deps-dev): bump jsdom from 23.0.0 to 23.0.1 (#75)
  • build(deps-dev): bump @types/node from 20.10.1 to 20.10.2 (#76)
  • build(deps-dev): bump @types/node from 20.10.2 to 20.10.3 (#77)
  • build(deps-dev): bump typescript from 5.3.2 to 5.3.3 (#78)
  • docs: added suspense catch warning
  • build(deps): bump csstype from 3.1.2 to 3.1.3 (#79)
  • build(deps-dev): bump @types/node from 20.10.3 to 20.10.4 (#80)
  • build(deps-dev): bump prettier from 3.1.0 to 3.1.1 (#81)
  • build(deps): bump github/codeql-action from 2 to 3 (#82)
  • docs: updated readme
  • docs: updated documentation
  • docs: better warning
  • build(deps-dev): bump @types/node from 20.10.4 to 20.10.5 (#83)
  • build(deps-dev): bump @types/node from 20.10.5 to 20.10.6 (#87)
  • docs: update xss check message
  • build(deps-dev): bump c8 from 8.0.1 to 9.0.0 (#88)
  • build(deps-dev): bump jsdom from 23.0.1 to 23.1.0 (#91)
  • build(deps-dev): bump @types/node from 20.10.6 to 20.10.7 (#92)
  • build(deps-dev): bump jsdom from 23.1.0 to 23.2.0 (#93)
  • build(deps-dev): bump @types/node from 20.10.7 to 20.10.8 (#94)
  • build(deps-dev): bump @types/node from 20.10.8 to 20.11.0 (#96)
  • feat: htmx tags with any string
  • tag: v3.0.11
  • build(deps-dev): bump prettier from 3.1.1 to 3.2.1 (#98)
  • build(deps-dev): bump c8 from 9.0.0 to 9.1.0 (#99)
  • build(deps-dev): bump prettier from 3.2.1 to 3.2.2 (#101)
  • build(deps-dev): bump @types/node from 20.11.0 to 20.11.2 (#100)
  • build(deps-dev): bump @types/node from 20.11.2 to 20.11.4 (#102)
  • build(deps-dev): bump prettier from 3.2.2 to 3.2.4 (#103)
  • build(deps-dev): bump @types/node from 20.11.4 to 20.11.5 (#104)
  • feat: strings as RequestId and fastify plugin support
  • feat: updated dependencies and tag
  • test: load source maps
  • feat: attrs attribute
  • feat: ghtml benchmark
  • build(deps-dev): bump mitata from 0.1.6 to 0.1.8 (#110)
  • build(deps-dev): bump @types/node from 20.11.5 to 20.11.6 (#109)
  • docs: add section no context api (#108)
  • build(deps-dev): bump @types/node from 20.11.6 to 20.11.7 (#111)
  • feat: add escape tagged function to escape html (#112)
  • tad: v3.1.1
  • build(deps-dev): bump @types/node from 20.11.7 to 20.11.10 (#113)
  • build(deps-dev): bump @types/node from 20.11.10 to 20.11.11 (#114)
  • build(deps-dev): bump @types/node from 20.11.11 to 20.11.14 (#116)
  • build(deps-dev): bump @types/node from 20.11.14 to 20.11.16 (#117)
  • fix: add register.js to sideEffects (#118)
  • tag: v3.1.2
  • build(deps-dev): bump prettier from 3.2.4 to 3.2.5 (#119)
  • build(deps-dev): bump @types/node from 20.11.16 to 20.11.17 (#121)
  • build(deps-dev): bump mitata from 0.1.8 to 0.1.9 (#123)
  • build(deps-dev): bump mitata from 0.1.9 to 0.1.10 (#124)
  • feat: dialog tag definition (#122)
  • build(deps): bump pnpm/action-setup from 2 to 3 (#120)
  • build(deps-dev): bump @types/node from 20.11.17 to 20.11.19 (#127)
  • feat: added support for Alpine.js (#128)
  • build(deps-dev): bump mitata from 0.1.10 to 0.1.11 (#130)
  • feat: correctly rendering readable streams
  • style: formatted code
  • feat: added formaction attributes to button (#126)
  • build(deps-dev): bump @types/node from 20.11.19 to 20.11.20 (#131)
  • build(deps-dev): bump @types/node from 20.11.20 to 20.11.22 (#134)
  • build(deps-dev): bump @types/node from 20.11.22 to 20.11.24 (#135)
  • build(deps-dev): bump @types/node from 20.11.24 to 20.11.25 (#136)
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.2 (#137)
  • Added support for jsx-runtime & moved to pnpm workspace (#129)
  • fix: changeset releases config
  • ci: fixed changesets publish step
  • feat: simplified html stream generation
  • docs: updated readme urls
  • build(deps-dev): bump @types/react from 18.2.61 to 18.2.64 (#141)
  • docs: updated preview image
  • chore: correct package versiong
  • build(deps): bump typescript from 5.3.3 to 5.4.2 (#140)
  • docs: use enablePromptUseWorkspaceTsdk vscode setting
  • benchmark: Added vhtml to benchmarks
  • feat: improved benchmarks
  • build(deps-dev): bump @swc-node/register from 1.8.0 to 1.9.0 (#144)
  • docs: deprecated global Html var
  • docs: comment typo
  • test: attempt to fint out what is broken in CI
  • test: attempt to fint out what is broken in CI v2
  • build(deps): bump preact from 10.19.6 to 10.19.7 (#151)
  • build(deps-dev): bump @types/node from 20.11.20 to 20.11.29 (#152)
  • chore: 4.0.0-next.0 prerelease
  • docs: added more prerelease info
  • docs: fixed prerelease versions
  • docs: public release
  • docs: next release docs info
  • chore: fixed broken lockfile
  • chore: update versions (next) (#138)
  • ci: dependabot weekly
  • build(deps-dev): bump @types/node from 20.11.29 to 20.11.30 (#156)
  • build(deps-dev): bump @swc/helpers from 0.5.6 to 0.5.7 (#157)
  • build(deps): bump preact-render-to-string from 6.4.0 to 6.4.1 (#155)
  • build(deps-dev): bump fastify from 4.26.1 to 4.26.2 (#143)
  • build(deps): bump pnpm/action-setup from 2 to 3 (#139)
  • ci: removed old publish workflow
  • ci: fix broken ci
  • ci: increase sleep times because CI is slow
  • Correctly handle self closing jsx elements (#158)
  • chore: update versions (next) (#160)
  • ci: try release commenter
  • ci: changeset releaser
  • chore: update versions (next) (#161)
  • ci: changeset releaser v2
  • build(deps): bump preact from 10.20.0 to 10.20.1 (#163)
  • build(deps): bump typescript from 5.4.2 to 5.4.3 (#164)
  • build(deps-dev): bump @types/react from 18.2.67 to 18.2.70 (#162)
  • fix(html): increased sleep times because CI is slow
  • chore(docs): add AdonisJS to readme (#165)
  • fix(html): increased ALL sleep times because CI is slow
  • docs: discord url
  • feat(html): add jsx-dev-runtime (#166)
  • chore: update versions (next) (#167)
  • Add benchmark for jsxte (#168)
  • refactor(fastify-html-plugin): prefer semantic reply.type
  • Delete .github/FUNDING.yml
  • build(deps-dev): bump tsd from 0.30.7 to 0.31.0 (#170)
  • build(deps-dev): bump @types/node from 20.11.30 to 20.12.2 (#172)
  • build(deps-dev): bump @swc/helpers from 0.5.7 to 0.5.8 (#169)
  • build(deps-dev): bump @types/react from 18.2.70 to 18.2.73 (#171)
  • docs: updated readme urls
  • docs: updated readme urls v2
  • ci: moved to node matrix
  • test: ensure #145 is working
  • feat: stable 4.0.0
  • Fix italic tag affecting the entire README (#174)
  • chore: update versions (#173)
  • feat(html): Add picture tag and srcset to Source tag (#176)
  • Update short-walls-tickle.md
  • Update short-walls-tickle.md
  • fix: fixed peer dependencies on all packages
  • fix: avoid crashes when suspense cannot be loaded
  • Added node: prefix
  • feat: Improved code with Biome.js lint result
  • feat: Added HtmlTimeout error when timeouts happens
  • docs: removed beta warning
  • chore: update versions (#178)
  • docs: star history
  • feat: rework with fastify plugin
  • chore: update versions (#179)
  • build(deps): bump typescript from 5.4.3 to 5.4.4 (#181)
  • build(deps-dev): bump @types/react from 18.2.73 to 18.2.74 (#183)
  • build(deps): bump ghtml from 1.0.1 to 1.2.0 (#182)
  • build(deps-dev): bump @types/node from 20.12.2 to 20.12.5 (#180)
  • Remove misleading comment about express (#184)
  • build(deps): bump preact-render-to-string from 6.4.1 to 6.4.2 (#186)
  • build(deps): bump preact from 10.20.1 to 10.20.2 (#185)
  • build(deps): bump ghtml from 1.2.0 to 1.2.4 (#187)
  • build(deps-dev): bump @types/react from 18.2.74 to 18.2.78 (#188)
  • build(deps-dev): bump @types/node from 20.12.5 to 20.12.7 (#189)
  • build(deps): bump typescript from 5.4.4 to 5.4.5 (#192)
  • build(deps-dev): bump @swc/helpers from 0.5.8 to 0.5.10 (#193)
  • build(deps): bump ghtml from 1.2.4 to 1.2.5 (#195)
  • build(deps-dev): bump @types/react from 18.2.78 to 18.2.79 (#194)
  • build(deps): bump react-dom from 18.2.0 to 18.3.1 (#197)
  • build(deps-dev): bump @swc/helpers from 0.5.10 to 0.5.11 (#199)
  • build(deps): bump react and @types/react (#198)
  • feat: add missing select types and refactor (#191)
  • feat(runtime): export jsx and jsxs (#200)
  • feat: deprecated type extensions import
  • feat: added esm support
  • fix: removed compile tests
  • feat: add inputmode to HtmlTag (#202)
  • feat: error boundary custom error
  • fix: more commonsjs fixes
  • fix: pnpm version
  • build(deps-dev): bump @swc-node/register from 1.9.0 to 1.9.1 (#205)
  • Revert "build(deps-dev): bump @swc-node/register from 1.9.0 to 1.9.1 (#205)" (#212)
  • build(deps): bump ghtml from 1.2.5 to 1.5.0 (#207)
  • build(deps-dev): bump @types/react from 18.3.1 to 18.3.2 (#208)
  • build(deps-dev): bump @types/node from 20.12.7 to 20.12.12 (#211)
  • build(deps): bump preact from 10.20.2 to 10.22.0 (#210)
  • --- (#213)
  • --- (#215)
  • --- (#214)
  • Update README.md
  • feat: tag provenance
  • ci: fix permissions
  • docs: fixed getting started instructions (#216)
  • feat: Improved xss-scan cli errors
  • fix: jsx-dev-runtime
  • docs: migrate to mit license
  • fix: correct content-length value
  • fix: bug bug where fallback resolved after children in Suspense components
  • chore: removed tslib
  • chore(deps): bump ghtml from 1.5.0 to 1.5.2 (#218)
  • chore(deps): bump preact-render-to-string from 6.4.2 to 6.5.3 (#220)
  • chore(deps-dev): bump @types/react from 18.3.2 to 18.3.3 (#221)
  • fix: resolveHtmlStream error handling
  • docs: updated benchmark
  • [ImgBot] Optimize images (#222)
  • chore(deps-dev): bump @changesets/cli from 2.27.3 to 2.27.5 (#224)
  • chore(deps-dev): bump prettier from 3.2.5 to 3.3.0 (#225)
  • chore(deps): bump preact-render-to-string from 6.5.3 to 6.5.4 (#226)
  • chore(deps-dev): bump @types/node from 20.12.12 to 20.14.0 (#227)
  • Update README.md
  • Add typings for the popover attribute (#229)
  • chore(deps-dev): bump @types/node from 20.14.0 to 20.14.3 (#234)
  • chore(deps-dev): bump prettier from 3.3.0 to 3.3.2 (#236)
  • chore(deps-dev): bump jsdom from 24.0.0 to 24.1.0 (#219)
  • chore(deps-dev): bump @swc-node/register from 1.9.1 to 1.9.2 (#233)
  • FEAT/adding types for the role attribute instead of string (#237)
  • chore(deps-dev): bump @types/node from 20.14.3 to 20.14.8 (#238)
  • chore(deps): bump typescript from 5.4.5 to 5.5.2 (#240)
  • chore(deps-dev): bump @changesets/cli from 2.27.5 to 2.27.6 (#241)
  • chore(deps): bump preact-render-to-string from 6.5.4 to 6.5.5 (#242)
  • chore(deps-dev): bump @types/jsdom from 21.1.6 to 21.1.7 (#243)
  • chore(deps-dev): bump @changesets/cli from 2.27.6 to 2.27.7 (#244)
  • chore(deps-dev): bump @types/node from 20.14.8 to 20.14.9 (#245)
  • chore(deps-dev): bump tsd from 0.31.0 to 0.31.1 (#246)
  • chore(deps-dev): bump fastify from 4.27.0 to 4.28.1 (#248)
  • chore(deps): bump preact from 10.22.0 to 10.22.1 (#249)
  • chore(deps): bump tslib from 2.6.2 to 2.6.3 (#250)
  • chore(deps-dev): bump @swc-node/register from 1.9.2 to 1.10.9 (#255)
  • chore(deps-dev): bump @swc/helpers from 0.5.11 to 0.5.12 (#253)
  • chore(deps): bump typescript from 5.5.2 to 5.5.3 (#254)
  • feat: updated lockfile and husky
  • deps: updated dependencies
  • fix: primitives rendering to equal react output (#190)
  • chore: update versions (#201)
  • feat: fastify example
  • chore(deps): bump preact from 10.22.1 to 10.23.1 (#257)
  • fix: fixed Html export
  • docs: updated kitajs url
  • fix: cjs and esm exports
  • deps: updated dependencies
  • chore: update versions (#262)
  • feat: improved html tag detection
  • chore(deps): bump preact-render-to-string from 6.5.7 to 6.5.8 (#268)
  • chore(deps-dev): bump @types/node from 22.1.0 to 22.2.0 (#269)
  • chore(deps): bump preact from 10.23.1 to 10.23.2 (#267)
  • chore(deps-dev): bump @types/yargs from 17.0.32 to 17.0.33 (#273)
  • chore(deps): bump preact-render-to-string from 6.5.8 to 6.5.9 (#272)
  • chore(deps-dev): bump @types/node from 22.2.0 to 22.4.1 (#274)
  • chore(deps): bump tslib from 2.6.3 to 2.7.0 (#277)
  • chore(deps-dev): bump @types/react from 18.3.3 to 18.3.4 (#278)
  • chore(deps-dev): bump @types/node from 22.4.1 to 22.5.2 (#280)
  • chore(deps-dev): bump husky from 9.1.4 to 9.1.5 (#281)
  • chore(deps): bump mitata from 0.1.11 to 0.1.14 (#284)
  • bench: update to ghtml@3.0.0 (#266)
  • chore: update versions (#263)
  • chore(deps-dev): bump jsdom from 24.1.1 to 25.0.0 (#276)
  • chore(deps-dev): bump tsd from 0.31.1 to 0.31.2 (#283)
  • feat: release provenance (#286)
  • chore(deps): bump pnpm/action-setup from 3 to 4 (#223)
  • feat(html): add more attributes (#275)
  • chore(deps): bump ghtml from 2.3.0 to 3.0.6 (#282)
  • chore: update versions (#285)
  • bench: add nano-jsx to benchmarks (#264)
  • chore(deps): bump preact from 10.23.2 to 10.24.0 (#289)
  • chore(deps-dev): bump @changesets/cli from 2.27.7 to 2.27.8 (#290)
  • chore(deps): bump typescript from 5.5.4 to 5.6.2 (#292)
  • chore(deps): bump ghtml from 3.0.6 to 3.0.7 (#291)
  • Fastify 5 and Typescript 5.6 support (#293)
  • deps: typescript v5.6.2 as peer dep
  • chore: updated example
  • feat: fastify htmx example
  • chore: update versions (#294)
  • chore: update versions (#295)
  • chore(deps-dev): bump @fastify/formbody from 8.0.0 to 8.0.1 (#296)
  • chore(deps-dev): bump @types/node from 22.5.5 to 22.6.0 (#297)
  • chore(deps): bump fastify-plugin from 5.0.0 to 5.0.1 (#298)
  • chore(deps-dev): bump @types/react from 18.3.7 to 18.3.8 (#299)
  • chore(deps-dev): bump @types/node from 22.6.0 to 22.7.4 (#301)
  • chore(deps-dev): bump @types/react from 18.3.8 to 18.3.10 (#303)
  • chore(deps-dev): bump jsdom from 25.0.0 to 25.0.1 (#304)
  • chore(deps): bump ghtml from 3.0.7 to 3.0.9 (#306)
  • chore(deps-dev): bump @changesets/cli from 2.27.8 to 2.27.9 (#307)
  • chore(deps): bump ghtml from 3.0.9 to 3.0.10 (#310)
  • chore(deps-dev): bump @types/react from 18.3.10 to 18.3.11 (#308)
  • chore(deps): bump mitata from 0.1.14 to 1.0.10 (#302)
  • feat: fix suspense script license
  • chore: update versions (#311)
  • chore(deps): bump typescript from 5.6.2 to 5.6.3 (#313)
  • chore(deps-dev): bump @types/node from 22.7.4 to 22.7.5 (#312)
  • feat(html): add deprecated bgcolor attribute on (#315)
  • chore: update versions (#316)
  • chore: npm environment
  • Create CNAME
  • fix: url docs for error codes
  • feat: new benchmarks
  • feat: improved benchmark results
  • docs: sizes info
  • chore(deps): bump preact from 10.24.0 to 10.24.3 (#314)
  • chore(deps): bump ghtml from 3.0.10 to 3.0.13 (#318)
  • chore(deps-dev): bump @types/node from 22.7.5 to 22.7.7 (#319)
  • chore(deps-dev): bump @types/react from 18.3.11 to 18.3.12 (#321)
  • chore(deps-dev): bump @types/node from 22.7.7 to 22.8.1 (#323)
  • chore(deps): bump ghtml from 3.0.13 to 3.1.0 (#322)
  • chore(deps): bump tslib from 2.7.0 to 2.8.0 (#320)
  • chore(deps-dev): bump @types/node from 22.8.1 to 22.8.7 (#326)
  • bench: add honojs to benchmarks (#328)
  • chore(deps): bump tslib from 2.8.0 to 2.8.1 (#327)
  • chore(deps-dev): bump fastify from 5.0.0 to 5.1.0 (#325)
  • docs: updated benchmark results
  • chore(deps-dev): bump @types/node from 22.8.7 to 22.9.0 (#329)
  • chore(deps-dev): bump @swc/helpers from 0.5.13 to 0.5.15 (#330)
  • chore(deps): bump hono from 4.6.9 to 4.6.10 (#334)
  • chore(deps): bump typescript from 5.6.3 to 5.7.2 (#335)
  • chore(deps): bump preact from 10.24.3 to 10.25.0 (#336)
  • chore(deps-dev): bump husky from 9.1.6 to 9.1.7 (#333)
  • chore(deps): bump mitata from 1.0.10 to 1.0.17 (#338)
  • chore(deps-dev): bump @changesets/cli from 2.27.9 to 2.27.10 (#337)
  • chore(deps): bump hono from 4.6.10 to 4.6.12 (#341)
  • chore(deps): bump preact from 10.25.0 to 10.25.1 (#344)
  • chore(html): add xmlns prop to html tag jsx type (#331)
  • chore: update versions (#317)
  • chore(deps-dev): bump @types/node from 22.9.0 to 22.10.1 (#343)
  • chore(deps-dev): bump prettier from 3.3.3 to 3.4.2 (#345)
  • chore(deps): bump hono from 4.6.12 to 4.6.13 (#346)
  • chore(deps): bump mitata from 1.0.17 to 1.0.20 (#340)
  • fix: add typings for the htmx preload extension (#349)
  • chore: update versions (#350)
  • chore(deps): bump preact from 10.25.1 to 10.25.2 (#354)
  • chore(deps-dev): bump c8 from 10.1.2 to 10.1.3 (#353)
  • chore(deps): bump mitata from 1.0.20 to 1.0.21 (#355)
  • chore(deps-dev): bump @changesets/cli from 2.27.10 to 2.27.11 (#357)
  • chore(deps): bump hono from 4.6.13 to 4.6.14 (#356)
  • chore(deps): bump preact-render-to-string from 6.5.11 to 6.5.12 (#358)
  • chore(deps-dev): bump fastify from 5.1.0 to 5.2.0 (#362)
  • chore(deps): bump mitata from 1.0.21 to 1.0.23 (#360)
  • chore(deps): bump hono from 4.6.14 to 4.6.15 (#361)
  • chore(deps-dev): bump @types/node from 22.10.1 to 22.10.5 (#364)
  • chore(deps-dev): bump fastify from 5.2.0 to 5.2.1 (#363)
  • chore(deps): bump preact from 10.25.2 to 10.25.4 (#365)
  • code (#369)
  • chore: update versions (#370)
  • chore(deps-dev): bump @fastify/formbody from 8.0.1 to 8.0.2 (#372)
  • chore(deps): bump preact-render-to-string from 6.5.12 to 6.5.13 (#373)
  • chore(deps): bump typescript from 5.7.2 to 5.7.3 (#376)
  • chore(deps-dev): bump @types/node from 22.10.5 to 22.10.7 (#375)
  • chore(deps-dev): bump @changesets/cli from 2.27.11 to 2.27.12 (#379)
  • chore(deps-dev): bump @types/node from 22.10.7 to 22.10.10 (#378)
  • chore(deps): bump mitata from 1.0.23 to 1.0.34 (#384)
  • chore(deps-dev): bump @types/node from 22.10.10 to 22.13.1 (#383)
  • chore(deps-dev): bump prettier from 3.4.2 to 3.5.1 (#386)
  • chore(deps-dev): bump @changesets/changelog-github from 0.5.0 to 0.5.1 (#385)
  • chore(deps-dev): bump prettier from 3.5.1 to 3.5.2 (#388)
  • chore(deps): bump ghtml from 3.1.0 to 3.1.2 (#391)
  • chore(deps-dev): bump @changesets/cli from 2.27.12 to 2.28.1 (#389)
  • chore(deps-dev): bump prettier from 3.5.2 to 3.5.3 (#392)
  • chore(deps): bump typescript from 5.7.3 to 5.8.2 (#394)
  • chore(deps): bump preact from 10.25.4 to 10.26.4 (#393)
  • chore(deps-dev): bump @types/node from 22.13.1 to 22.13.13 (#397)
  • chore(deps-dev): bump fastify from 5.2.1 to 5.3.1 (#402)
  • chore(deps): bump hono from 4.6.15 to 4.7.6 (#400)
  • Update jsx.d.ts, add muted attr to video tag (#405)
  • chore: update versions (#406)
  • fix: change autofocus type from string to boolean (#407)
  • chore: update versions (#408)
  • chore(deps-dev): bump fastify from 5.3.1 to 5.3.2 (#403)
  • chore(deps-dev): bump jsdom from 25.0.1 to 26.1.0 (#401)
  • chore(deps): bump preact from 10.26.4 to 10.26.8 (#413)
  • chore(deps): bump hono from 4.7.7 to 4.8.2 (#416)
  • chore(deps-dev): bump prettier from 3.5.3 to 3.6.2 (#418)
  • chore(deps): bump typescript from 5.8.2 to 5.9.2 (#423)
  • chore(deps): bump codecov/codecov-action from 4 to 5 (#339)
  • Fix identifiers starting with 'e' considered safe (#421)
  • chore: update versions (#425)
  • feat: new components, attributes and OIDC publishing
  • feat:
    Details
  • fix installs
  • chore: update versions (#432)
  • Add 'command' and 'commandfor' to HtmlButtonTag (#435)
  • Change HTMX preload JSX type to include boolean (#442)
  • chore: update versions (#439)
  • chore(deps): bump actions/checkout from 4 to 6 (#449)
  • Fix React version mismatch in benchmark runner and remove year from copyright (#450)
  • chore(deps): bump preact from 10.27.2 to 10.27.3 (#451)
  • code

arthurfiorette and others added 30 commits April 2, 2024 22:27
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add Picture tag and srcset to Source tag

* include changeset
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Signed-off-by: Turner Houghton <t.q.houghton@gmail.com>
dependabot bot and others added 28 commits March 17, 2025 21:17
Signed-off-by: Dirk Porsche <dirkporsche78@googlemail.com>
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix: change autofocus type from string to boolean

Signed-off-by: Lucas Cândido <lcssbr@gmail.com>

* Create rare-panthers-explode.md

Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>

---------

Signed-off-by: Lucas Cândido <lcssbr@gmail.com>
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [jsdom](https://github.com/jsdom/jsdom) from 25.0.1 to 26.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@25.0.1...26.1.0)

---
updated-dependencies:
- dependency-name: jsdom
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v4...v5)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add 'command' and 'commandfor' to HtmlButtonTag

See: https://developer.mozilla.org/en-US/docs/Web/API/Invoker_Commands_API#browser_compatibility

Signed-off-by: Jo Burgard <mail@joburgard.com>

* Create changeset

Signed-off-by: Jo Burgard <mail@joburgard.com>

---------

Signed-off-by: Jo Burgard <mail@joburgard.com>
* Change HTMX preload JSX type to include boolean

Signed-off-by: Bart Louwers <bart.louwers@gmail.com>

* Create many-games-cover.md

Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>

---------

Signed-off-by: Bart Louwers <bart.louwers@gmail.com>
Signed-off-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: Arthur Fiorette <47537704+arthurfiorette@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…opyright (#450)

* Initial plan

* Fix benchmark React dependency version mismatch

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

* Remove year from copyright footer in benchmarks

Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: arthurfiorette <47537704+arthurfiorette@users.noreply.github.com>
Bumps [preact](https://github.com/preactjs/preact) from 10.27.2 to 10.27.3.
- [Release notes](https://github.com/preactjs/preact/releases)
- [Commits](preactjs/preact@10.27.2...10.27.3)

---
updated-dependencies:
- dependency-name: preact
  dependency-version: 10.27.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@arthurfiorette
Copy link
Author

sorry, github cli opened this by mistake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.