Skip to content

Releases: nuejs/nue

v0.3.1

16 Jan 11:24
Compare
Choose a tag to compare

What's Changed

  • Fix esbuild module resolve and missing parameter passing by @fritx in #165
  • chore: drop Permalink for for now by @nobkd in #164
  • Fix Windows CI via node+jest (as alternative to bun) by @fritx in #155

Full Changelog: v0.3.0...c0.3.1

v0.3.0

15 Jan 08:14
Compare
Choose a tag to compare

What's Changed

v0.2.0 with Nuemark

12 Jan 09:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.2.0

Nuekit v0.1.8

03 Jan 07:55
6c6b00b
Compare
Choose a tag to compare

What's Changed

  • fix: add type to favicon field by @nobkd in #147
  • feat: title_template config key by @nobkd in #144
  • Fix all tests with bun test by @fritx in #139
  • Add GitHub CI workflow and SVG badge by @fritx in #142
  • fix(page-router): don't prevent opening _blank target by @nobkd in #140
  • Fix back button popstate not working on the first pushState by @fritx in #137
  • Fix cli init mkdir missing recursive: true and error message not showing by @fritx in #136
  • fix(nuekit-server): allow resolving index.html with base url by @nobkd in #133

New Contributors

Full Changelog: v0.1.5...v0.1.8

Fix to empty front matter and production build

19 Dec 10:37
Compare
Choose a tag to compare

And startup script prints both Nue and engine version

Full re-create of @nue dir when some file has changed

19 Dec 10:04
Compare
Choose a tag to compare

Fixes an issue when there were symlinks inside the directory which couldn't be overwritten

Page router fix

19 Dec 08:44
Compare
Choose a tag to compare

No more ugly FOUC (flash of unstyled content) effects when switching between pages. Switching is also faster since no redundant CSS files are loaded and unused styles are disabled (never reloaded). Fixes #127

Initialization fix

19 Dec 07:16
Compare
Choose a tag to compare

Fixed an issue on initialization where the browser assets were not correctly found when building the website. This now works with Bun builder and esbuild, and on development mode and production/minified build.

NOTE: if you are using the Nue JS package as standalone library on the server side you must import the module with "nuejs-core/index.js" instead of plain "nuejs-core". For example

import { parse } from 'nuejs-core/index.js'

This was due to Bun Builder limitation to not support the "browser" property in package.json. This why the "main" property was changed to primarily support building for browser and secondarily to support server-side stuff. Hoping that Bun will add "browser" support to package.json soon.

Nuekit 0.1

12 Dec 09:25
Compare
Choose a tag to compare
Nuekit 0.1 Pre-release
Pre-release

Major milestone: A simple alternative to Next.js and Astro with support for universal hot-reloading

Announcement: https://nuejs.org/blog/nuekit-010/