Skip to content

Releases: inrage/octa

v2.0.0

02 Mar 21:39
d9720de

Choose a tag to compare

What's Changed

Breaking Changes

  • ⬆️ PHP 8.4 — Minimum PHP version bumped from 8.3 to 8.4
  • ⬆️ Node 24 — Minimum Node version bumped from 20 to 24 (pinned via Volta)
  • ⬆️ Vite 7 — Upgraded from Vite 6 to 7.3
  • ⬆️ laravel-vite-plugin 2 — Upgraded from 1.x to 2.1
  • ⬆️ Swiper 12 — Upgraded from 11.x to 12.x
  • ⬆️ pnpm 10 — CI upgraded from pnpm 9 to 10

New Features

  • ESLint v9 — Flat config with TypeScript and @Stylistic rules (single quotes, no semicolons, 2-space indent)
  • WP_ENVIRONMENT_TYPE — Auto-defined from WP_ENV when not explicitly set
  • 🚀 Kubernetes Helm chart — Full Helm chart with MariaDB, Valkey (Redis), Traefik ingress, SMTP config, uploads volume
  • 🌐 Improved i18n — Per-directory pot generation with --merge for app, resources, and config

Upgrades

  • ⬆️ WordPress 6.8.2 → 6.9.1
  • ⬆️ Tailwind CSS 4.1 → 4.2
  • ⬆️ Alpine.js 3.14 → 3.15
  • ⬆️ @roots/vite-plugin 1.0 → 1.2
  • ⬆️ GitHub Actions: checkout v4 → v6, setup-node v4 → v6

Bug Fixes

  • 🐛 Fix APP_URL syntax in .env
  • 🐛 Disable on-demand block asset loading for WP 6.9.1 (core/global-styles fix)
  • 🔒 Fix Swiper prototype pollution vulnerability

Improvements

  • ♻️ Refactor providers to use boot lifecycle (Laravel conventions)
  • 📝 Complete README rewrite with full project documentation
  • 🔧 Clean up tsconfig.json (remove Bud/webpack references)
  • 🔧 Remove dead webpack HMR code from editor.ts
  • 🔧 CI: rename jobs, fix labels, add ESLint step

Full Changelog: v1.1.0...v2.0.0

v1.1.0

27 Jun 10:33
4600227

Choose a tag to compare

What's Changed

This release introduces a major overhaul of the development stack.

We've migrated to Acorn v5 and fully replaced BudJS with ViteJS.
This transition brings significantly improved DX (developer experience), faster build times, and better long-term maintainability.

These changes lay the groundwork for a more modern and performant development workflow.

  • ⬆️ Bump johnbillion/query-monitor from 3.16.4 to 3.17.0 by @dependabot in #6
  • ⬆️ bump dependencies by @akiletour in #20
  • ⬆️ Bump @roots/eslint-config from 6.23.3 to 6.24.0 by @dependabot in #8
  • ⬆️ Bump @types/wordpress__blocks from 12.5.15 to 12.5.17 by @dependabot in #17
  • ✨ Bud to ViteJS and Acorn v5 by @akiletour in #33

Full Changelog: v1.0.0...v1.1.0

v1.0.0

26 Nov 20:08
423a61f

Choose a tag to compare

What's Changed

  • 📝 add simple readme file by @akiletour in #2
  • ➕ install and configure acorn-mail by @akiletour in #5
  • ⬆️ Bump @types/wordpress__blocks from 12.5.14 to 12.5.15 by @dependabot in #3

Full Changelog: https://github.com/inrage/octa/commits/v1.0.0