Skip to content

Releases: ixahmedxi/orbitkit

v0.1.5

21 May 00:04
Compare
Choose a tag to compare

In this release:

  • OrbitKit gets a 馃殌 speedy boost in bundling time using tsup's experimentalDts flag.
  • Removes unused deps such as cross-env and concurrently.
  • Replaces deprecated @storybook/testing-library with @storybook/test.

feat: adds `packages/api` for a tRPC api layer.

12 May 22:46
Compare
Choose a tag to compare
  • creates a new packages/api package that hosts a tRPC api to be used for the web application.
  • renames the lucia auth getSession function to auth and provides a new uncached version of it.
  • refactors the code in some places to be generally better.
  • splits the utils package from a barrel export to multi-file export.
  • getBaseUrl util now returns window.location.origin instead of an empty string when the window object is not undefined.

Playwright

11 May 15:54
Compare
Choose a tag to compare

This release contains the following changes:

  • Adds playwright setup to the monorepo.
  • Updates dependencies to latest versions.
  • Optimises the CI pipelines.

v0.1.2

11 Apr 05:53
89a7dd7
Compare
Choose a tag to compare

In this version, orbitkit gets an additional application!

  • Adds a docs app powered by Mintlify in apps/docs.
  • Moves Unkey namespace to become an environment variable.
  • Makes Google & Github OAuth optional based on if the environment variables are set or not.
  • Adds clearer docs on how to install and work with Orbitkit at https://orbitkit.mintlify.app/

v0.1.1

09 Apr 07:28
Compare
Choose a tag to compare

In this release, OrbitKit gets GitHub actions to automate tasks and provide checks 馃殌

  • When a PR is opened, a Neon DB branch is created and schema migrations are applied.
  • When the PR is closed or merged, the Neon DB branch is destroyed.
  • Every code change gets code quality and build checks.

V0.1.0

06 Apr 20:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/ixahmedxi/orbitkit/commits/publish