Skip to content

v1.0.0-beta.15

Pre-release
Pre-release

Choose a tag to compare

@mahdaen mahdaen released this 11 Dec 15:00
· 544 commits to main since this release

🚀 Features

  • (docs) Add anchorlib react client import
  • (deps) Add @shikijs/types and update shiki dependencies
  • (core) Add global cleanup lifecycle hook
  • (core) Add controlled flag to createObserver
  • (svelte) Add core module export and update tests
  • (docs) Restructure Vue documentation for clarity and completeness
  • (react) Enhance props handling and template utilities
  • (home) Add href prop to MainCTA components

🐛 Bug Fixes

  • (css) Update path reference for react-kit dist directory
  • (react) Handle cleanup when no current cleanup handlers exist
  • (react) Correct prop handling in setupProps utilities
  • (tab) Remove unnecessary console log in select method

🚜 Refactor

  • (demos) Rename page file and update code viewer types
  • (css) Update source paths for react components
  • (core) Replace enum with const objects and types
  • (react) Enhance binding and component utilities
  • (react) Replace view with snippet and update tab implementation
  • (react) Move NodeRef type definition to types.ts
  • (solid) Restructure core and storage exports
  • (core) Replace closure-based cleanup with direct handler management
  • (svelte) Deprecate old APIs and re-export from core
  • (react) Replace template with snippet in multiple components

📚 Documentation

  • (readme) Update react examples with new api usage
  • (react) Rename template to view and update component documentation
  • (faq) Expand FAQ with performance and architecture details
  • (react) Publish advanced state management guide
  • (solid) Refactor documentation structure and update API references
  • (svelte) Refactor documentation structure and update API references
  • (config) Restructure navigation and update API references
  • (react) Update component view documentation links

🧪 Testing

  • (anchor) Add tests for anchor import and cleanup

⚙️ Miscellaneous Tasks

  • (release) Bump version to 1.0.0-beta.15