Skip to content

v1.1.0

Choose a tag to compare

@mahdaen mahdaen released this 04 Jun 01:25
· 40 commits to main since this release

🚀 Features

  • (cookie) Enforce writable context validation for server-side cookie mutations
  • (irpc) Introduce buffered configuration and simplify declare signatures
  • (http) Introduce standalone dispatch mode for full HTTP lifecycle support

🐛 Bug Fixes

  • (solid) Resolve children render prop detection in setup components

🚜 Refactor

  • (form) Simplify form state initialization and remove reactive sync
  • (vite-ssr) Dynamically load core context utilities via ssrLoadModule
  • (vite-ssr) Remove cookie context middleware from IRPC HTTP router

📚 Documentation

  • (news) Remove SSR and ISR documentation links from release notes
  • (ssr) Introduce universal SSR and ISR documentation
  • (index) Update landing page code examples and SSR content
  • (posts) Add framework and RPC comparison articles to documentation
  • (posts) Add smart form component tutorial and interactive demo
  • (skills) Update cookie state management and SSR examples
  • (form) Introduce comprehensive AIR Form documentation

⚙️ Miscellaneous Tasks

  • (docs) Refine glob patterns for AI markdown files
  • (workspace) Standardize build scripts and apply comprehensive formatting
  • (format) Apply standard code formatting across http and core packages
  • (workspace) Bump version to 1.1.0 and apply formatting