Skip to content
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

Iles 0.10.0-beta.1 is out now #283

Open
TechAkayy opened this issue Dec 5, 2024 · 1 comment
Open

Iles 0.10.0-beta.1 is out now #283

TechAkayy opened this issue Dec 5, 2024 · 1 comment

Comments

@TechAkayy
Copy link
Collaborator

TechAkayy commented Dec 5, 2024

Hi all,

Iles 0.10.0-beta.1 is out now running Vite 5. I tested it out, and it's quite solid, I can really feel the speed difference on the updated Vite version.

If you happen to pin vite and vue in your package.json as a workaround till now, you can now remove them now, and install the update as npm install -D iles@latest.

overrides TERM NAL

I'm documenting a simple upgrade guide for our community:

Iles breaking changes

  • Remove reactivity-transform from your code ($computed -> computed with .value on refs, etc)
  • If you turned off reactivity-transform in your iles.config.ts, then remove it from the "vue" key.
reactivityTransform false,
  • Add type:module to package.json and review your packages to ensure they are esm-compatible.

Vite breaking changes

@TechAkayy
Copy link
Collaborator Author

Thanks to @ElMassimo for the update.

Hoping to see,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant