Skip to content

Releases: nuejs/nue

v0.5.2 β€” Nue CSS preview

20 Mar 09:31
Compare
Choose a tag to compare

What's New

Nue CSS preview: https://nuejs.org/blog/introducing-nue-css/

What's Changed

  • chore: add descriptive names to workflow steps by @nobkd in #229

Full Changelog: v0.5.0...v0.5.2

v0.5.0

06 Mar 09:05
Compare
Choose a tag to compare

What's Changed

  • View transition support in page-router.js
  • Active navigation links are set with active property. Styleable via [active] { ... }
  • All CSS processed with Lightning CSS, which is now a hard dependency
  • Disable Lightning CSS via config: lightning_css: false
  • Nue islands are now embedded with Web Component compatible is attribute
  • include: [ foo ] and exclude: [ bar ] settings to include/exclude CSS files from app/page
  • Removed prefetch_global setting

v0.4.2

26 Feb 07:47
Compare
Choose a tag to compare

What's Changed

Nuekit: Fix automatic inclusion/exclusion of glow.css #222

Nuekit: Fix custom favicon #221

Nuekit: Show Nuekit version in the "generator" meta tag #219

In version 0.4.1, executing nue build -- production generate a file that can be no used bug urgent #218

Templating: Leave whitespace between { expression } and a HTML tag bug #217

Glow: "In-string ${token} formatting" #216

Glow: Add language specific keywords improvement #213

Glow: support Python's floor division operator bug #212

Glow syntax highlighter

13 Feb 10:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.3...v0.4.1

v0.3.3

24 Jan 07:43
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

v0.3.2

23 Jan 07:45
Compare
Choose a tag to compare

What's Changed

  • Fix GA and other scripts to render directly to the client: #175
  • 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
  • fix(code-block): escape html chars to text content by @nobkd in #169
  • Fix parseExpr in case of single quote in str, and nueserver... by @fritx in #171
  • test(code-block): add test for html text escaping by @nobkd in #172

Full Changelog: v0.3.0...v0.3.2

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