-
-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2024 Roadmaps - I'm back! (again) #442
Comments
Happy to see you back. |
Thank you, @bm777 ! I'll try my best :) |
Welcome back! But please do take care of yourself! |
Thank you for your kindness, @kentbetita ! I'll prepare for next major release :) |
I apologize for the very slow work on support Next.js v14. I'm preparing it little by little, so please wait a little longer. |
I have been looking forward to it for a long time |
Happy to see you back, hope you feel a whole lot better ! 😄 |
Welcome back, u are already an inspiration |
Please do take good care of yourself, god bless you🙏🙏 |
Sorry for late work 🙇 I'll definitely release nextron v9 (Next.js v14 support)! |
@Psycokwet Thank you for your kindness. You're always a great help! |
Thank you, @Stancobridge ! Thank you for putting it that way 🙇 |
Thank you very much! Day by day, I feel better and better 👍 |
CC: @Pai-Po @Psycokwet @Stancobridge @DOROMOLLL Just released nextron v5.15.0, which supports Next.js v13 🎉 Next.js v14 support is coming soon 🙇 |
@saltyshiomix when you have planned the to release the next version of nextron with support for next js 14? . We need this update please 🙏. |
@noevermaurice |
@saltyshiomix I am so hyped. Will nextron support turbopack for dev builds?? And in future will it support turbpack production build? |
Welcome back Shiono! Your efforts are hugely appreciated by all of us in the community. |
@bm777 @kentbetita @Pai-Po @Psycokwet @Stancobridge @DOROMOLLL @mccombs @noevermaurice Sorry for late reply and inconvenience. I just released nextron v9.0.0, which supports next.js v13 and v14 🎉 NOTE: Please update renderer/next.config.js as belows: module.exports = {
output: 'export',
// we want to change distDir to "app" so as nextron can build the app in production mode!
distDir: process.env.NODE_ENV === 'production' ? '../app' : '.next',
trailingSlash: true,
images: {
unoptimized: true,
},
} |
@saltyshiomix when i use "electron": "^21.4.4",
Policy set or a policy with "unsafe-eval" enabled. This exposes users of For more information and help, consult and the buildmac get a white window without any logs or error on the page. How i can i solve these problems can you help me @saltyshiomix please. |
@noevermaurice |
This will show up when running dev mode by Next.js, so we can ignore it safely :) |
I tried to build it but found no reproduces. Could you tell me Nextron v9 expects this to: module.exports = {
output: 'export',
distDir: process.env.NODE_ENV === 'production' ? '../app' : '.next',
// ...
} |
Yes of corse, there is my package json and my next js config
// next js config
|
Ok, I'll investigate it :) |
I tried it but I can't find any problems you met. I tried:
|
@noevermaurice Could you make a GitHub issue? I want to talk with you in the issue :) |
hello I want to launch multiple apps consisting of a monorepo inside nextron. I think the link below is a similar issue. Is there any progress in the work? |
I'm back!
Suffering from bipolar disorder, I was unable to maintain nextron for over 1 year. Medication has allowed me to be somewhat more active, and I will be gradually improving this project.
I would like to thank everyone who has supported nextron so far:
Thank you very much for your continued support.
Roadmaps
v8.13.0 - 2024/2/3
basic-lang-javascript-python
examplev8.14.0 - 2024/4/14
with-next-i18next
examplev8.15.0 - 2024/4/14
v8.24.0 - 2024/6/16
v9.0.0 (officially support Next.js v14) - 2024/6/16
v9.1.0 (upcoming)
with-persistant-logger
examplenextron.config.js
to every example/template nextron #377Examples
with-next-ui
examplenpm run dev
, it get cannot find module of sequelize config error. #363MEMO
Bug Fixes
contextIsolation: false
#170Help Wanted
Documentation
FYI
The text was updated successfully, but these errors were encountered: