Releases: nuejs/nue
v1.0.0-beta.2
What's Changed
- Image URL fix in thanks page by @hasinhayder in #320
- Update class-naming-strategies.md by @sloul1 in #321
- typo fix in installation.md by @kappalasaimohith in #325
- fix: svg className readonly by @nobkd in #326
- feat: support bundling of css
@import
rules by @nobkd in #278 - Update tutorial.md by @seneca in #328
- feat: add port cli option by @nobkd in #330
- chore: simplifications, cleanup by @nobkd in #331
- fix: handle unknown mime by @nobkd in #334
- fix: allow textarea resizing only vertically by @nobkd in #337
- chore: exclude examples and docs from triggering test run by @nobkd in #338
- test: more readable matrix by @nobkd in #341
- docs: fix img link extension by @nobkd in #340
- feat: more
og
data, simplermeta property
addition by @nobkd in #342 - fix:
inline_css: false
by @nobkd in #346 - chore: async exists by @nobkd in #347
- chore: exclude tests from npm by @nobkd in #354
- Beta 2 by @tipiirai in #355
New Contributors
- @hasinhayder made their first contribution in #320
- @sloul1 made their first contribution in #321
- @kappalasaimohith made their first contribution in #325
Full Changelog: v1.0.0-beta...v1.0.0-beta.2
Nue 1.0 (Beta)
A monster update
This is by far the biggest release yet. Release notes:
https://nuejs.org/blog/nue-1-beta/
What's Changed
- fix: fix an error when the project was started for the first time by @nusr in #237
- fix: fail to build static files on windows by @nusr in #239
- fix: accessing child's update function by @hichem-dahi in #235
- fix: running update is invalid by @nusr in #241
- fix: use
cwd
+nue root
as base for relative file output path by @nobkd in #232 - CI: Fix some tests are not running by @fritx in #254
- Fix esbuild is actually not working, even if it is installed in a random nue project by @fritx in #255
- Docs: Fix typos by @kon-pas in #266
- test: use workspace package versions by @nobkd in #261
- chore(cli): make executable filtering more robust by @nobkd in #268
- chore: add issue templates by @nobkd in #270
- docs: update cli options help by @nobkd in #246
- chore: ignore coverage directory by @nobkd in #273
- fix: zero attr by @nobkd in #274
- fix: page router fixed and tests added - #263 by @mszmida in #271
- Update custom-layouts.md by @seneca in #288
- Update hello-world.md by @seneca in #290
- Update hot-reloading.md by @seneca in #291
- Update template-syntax.md by @seneca in #302
- feat: tab event key by @nobkd in #304
- chore(deps): upgrade by @nobkd in #311
- fix: replace cr and crlf with lf, split on all line endings by @nobkd in #310
- fix: cli create by @nobkd in #309
- docs: tab event key by @nobkd in #306
- Update tags.md by @seneca in #301
- Update single-page-applications.md by @seneca in #300
- Update settings.md by @seneca in #299
- Update reactive-components.md by @seneca in #298
- Update project-structure.md by @seneca in #297
- Update performance-optimization.md by @seneca in #296
- Update installation.md by @seneca in #294
- Update global-design-system.md by @seneca in #289
- Update css-best-practices.md by @seneca in #287
- Update ux-development.md by @seneca in #303
- Update page-layout.md by @seneca in #295
- Update index.md by @seneca in #293
- chore: drop bun chdir hack by @nobkd in #281
- docs: fix docs by @nobkd in #292
- fix: downgrade marked (important) by @nobkd in #312
- test: fix DOM tests, create-cli test by @nobkd in #285
- fix: create cli by @nobkd in #314
- test: don't open link on test, basic create cli testing by @nobkd in #315
- docs: fixes by @nobkd in #317
- Nue 1.0 (beta) by @tipiirai in #316
New Contributors
- @mszmida made their first contribution in #271
- @seneca made their first contribution in #288
- @tipiirai made their first contribution in #316
Full Changelog: v0.5.2...v1.0.0-beta
v0.5.2 β Nue CSS preview
What's New
Nue CSS preview: https://nuejs.org/blog/introducing-nue-css/
What's Changed
Full Changelog: v0.5.0...v0.5.2
v0.5.0
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 ]
andexclude: [ bar ]
settings to include/exclude CSS files from app/page- Removed
prefetch_global
setting
v0.4.2
What's Changed
- Update
content-collection
test and comments to include testing pubDate by @goblinfactory in #199 - Chore - Update bun lockfile by @goblinfactory in #200
- Exclude cloudflare server side directories, closes #204 by @goblinfactory in #205
- Again! Fix the failed CI by @fritx in #214
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
What's Changed
- Glow syntax highlighter
- Add pubDate to createFront and expand content collection test by @goblinfactory in #185
- Fix failed test with createFront, fix #185 by @fritx in #190
New Contributors
- @goblinfactory made their first contribution in #185
Full Changelog: v0.3.3...v0.4.1
v0.3.3
Full Changelog: v0.3.2...v0.3.3
v0.3.2
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