Skip to content

Releases: userfrosting/UserFrosting

6.0.0-rc.5

03 Jun 02:19

Choose a tag to compare

6.0.0-rc.5 Pre-release
Pre-release

What's Changed

Changed

  • Bump minimum Node.js requirement from 18 to 20 (Vitest 4 requires ^20 || ^22 || >=24).
  • Bump @vitest/coverage-v8 from ^3.1.1 to ^4.1.0 to match Vitest 4.

6.0.0-rc.4

29 May 00:55

Choose a tag to compare

6.0.0-rc.4 Pre-release
Pre-release

What's Changed

Security

  • Force js-yaml to 4.1.1 via npm overrides to fix prototype pollution vulnerability in merge (<<) operator (GHSA-mh29-5h37-fv8m) introduced transitively via @modyfi/vite-plugin-yaml. Temp fix until @modyfi/vite-plugin-yaml is updated to use js-yaml 4.1.1 or later.

Full Changelog: 6.0.0-rc.3...6.0.0-rc.4

6.0.0-rc.3

17 May 03:49

Choose a tag to compare

6.0.0-rc.3 Pre-release
Pre-release

What's Changed

Fixed

  • [Docker] Fix .env.docker SMTP_PORT from 2025 to 1025 (Mailpit's actual SMTP port).
  • [Docker] Remove unused DB_ROOT_PASSWORD and ROOT_PASSWORD variables from .env.docker.
  • [Docker] Set UF_MODE=debug (was empty) in .env.docker.

Changed

  • stylesheets_site.html.twig now calls vite_css_preload('main.ts') before vite_css(), emitting <link rel="preload" as="style"> hints for CSS files (requires userfrosting/vite-php-twig ^1.2.0).

Added

  • [Docker] Upgrade Node.js from 22 to 24 in all Docker configurations (docker/app/Dockerfile, docker/vue/Dockerfile).

Full Changelog: 6.0.0-rc.2...6.0.0-rc.3

6.0.0-rc.2

12 May 02:17

Choose a tag to compare

6.0.0-rc.2 Pre-release
Pre-release

What's changed

  • [Skeleton] Fix package dependency issue.

Full Changelog: 6.0.0-rc.1...6.0.0-rc.2

6.0.0-rc.1

12 May 01:56

Choose a tag to compare

6.0.0-rc.1 Pre-release
Pre-release

What's Changed

  • Remove composer.lock from .gitignore
  • Load .env file in Vite config
  • Add Vitest config
  • Add frontend action template to Skeleton

Full Changelog: 6.0.0-beta.8...6.0.0-rc.1

5.1.4

04 Feb 01:22
76a67ae

Choose a tag to compare

What's Changed

Full Changelog: 5.1.3...5.1.4

6.0.0-beta.8

13 Jan 01:08

Choose a tag to compare

6.0.0-beta.8 Pre-release
Pre-release

What's Changed

  • Updated vite.config.ts : Other packages removed from optimizeDeps
  • Docker - Suppress PHP warnings in custom PHP ini
  • Specify node engine version
  • Convert GitHub Actions workflow files to reusable templates

Full Changelog: 6.0.0-beta.7...6.0.0-beta.8

6.0.0-beta.7

30 Dec 02:49

Choose a tag to compare

6.0.0-beta.7 Pre-release
Pre-release

What's Changed

  • [Docker] Update tp PHP 8.4
  • Add mobile navigation
  • Restructure Navbar/Sidebar/Footer Content files

Full Changelog: 6.0.0-beta.6...6.0.0-beta.7

6.0.0-beta.6

23 Nov 02:14

Choose a tag to compare

6.0.0-beta.6 Pre-release
Pre-release

What's changed

  • Remove Limax from optimizeDeps
  • Add example file on how to overwrite the Less/CSS theme
  • Add PHP 8.5 to test environment

Full Changelog: 6.0.0-beta.5...6.0.0-beta.6

6.0.0-beta.5

28 Sep 01:19

Choose a tag to compare

6.0.0-beta.5 Pre-release
Pre-release

What's changed

  • Update Docker setup (Thanks @ssnukala)
  • Go back to Vite default port (5173) + allows Vite port to be in env variable

Full Changelog: 6.0.0-beta.4...6.0.0-beta.5