Skip to content

Releases: jackkeller/pocketcrud

v0.2.0

06 Oct 22:03
3628efb

Choose a tag to compare

Minor Changes

  • 629380d: Added complete React component library alongside existing Svelte components:
    • All 5 components ported to React with TypeScript: LoginForm, SetupForm, DynamicForm, RecordList, CollectionManager
    • New import paths: pocketcrud/react for React, pocketcrud/svelte for Svelte
    • Full TypeScript support with type definitions
    • Shared CSS system between frameworks
    • Fixed Svelte component imports to use relative paths
    • Updated build process for dual-framework support
    • Comprehensive documentation in README

v0.1.1

02 Oct 18:35
6eb496e

Choose a tag to compare

Patch Changes

  • 4e552c5: Added development tooling (ESLint, Prettier, Vitest configs), removed private repo references, and set up GitHub Actions for automated releases

v0.1.0

01 Oct 22:00
2615bd4

Choose a tag to compare

Minor Changes

  • 706e248: PocketBase utilities to help stand up a CRUD interface automatically based on config and schema. Collection of Svelte components.