Releases: ixahmedxi/orbitkit
Releases · ixahmedxi/orbitkit
v0.4.1
In this version:
- OrbitKit gets TypeScript 5.5 version update, making
tsconfig
files around the monorepo much simpler.
- Migrates postcss config files from CJS to ESM.
- Updates dependencies.
v0.4.0
In this release:
- Added Sentry integration for both the
web
and marketing
apps.
- Revamps the Github CI Pipeline, dropping the CI time substantially.
- Updates deps.
- Adds root level
lint:md
, lint:spell
tasks to turborepo for caching.
v0.3.5
Changes:
- Fixes an issue where the prettier import sorting plugin wasn't working.
- Updates deps to latest versions.
v0.3.4
In this release:
vite
is now used to bundle the @orbitkit/ui
package instead of tsup
, this is to lower the number of tools being used in the monorepo.
- more elaborative
.env.example
files.
- updates all dependencies to latest versions.
- Splits the
t3-env
handling with a dedicated client/server files for the web
application.
v0.3.3
In this release:
- 0bc1e1b: refactor(ui): simplifies the tsup config
- 0bc1e1b: Updated dependencies
v0.3.2
- Adds
posthog
integrations to both the web and marketing apps.
- Switches all packages (except env) to be built.
- Adds a new docs section called
Decision Reasoning
, with the first document explaining that change to all built packages.
v0.3.0
🚀 Changes
- New
update:workspace
script to rename the workspace's name, version, author, license...etc see usage docs here
- Update to turborepo v2 and revises the entire configuration.
- Updates deps to latest versions
- Revises the tsconfig
tsbuildinfo
file naming to avoid collisions with tsconfig.json
and tsconfig.build..json
file outputs.
v0.2.1
🚀 Features:
- ESLint v9 for linting, this comes with a new
@orbitkit/eslint
package that replaces the old eslint-config-orbitkit
package as well as a much simpler way of defining eslint configurations.
v0.2.0
🚀 Features:
- OrbitKit is now a Bun workspace! Thanks to @imCorfitz for his massive efforts getting this in ❤️
👷♂️ Maintenance:
- Updates dependency versions.
This now sets us up really nicely to have things such as bun test
for unit tests in the next oncoming releases, expect a release very soon that also integrates ESLint v9 into the workspace.
v0.1.5
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
.