Máximo Mussini
Máximo Mussini
Hi @ouuan! Doing batch upgrades every now and then is more efficient for me, as otherwise updating dependencies becomes a very time consuming chore. Primarily, there wasn't a compelling enough...
Agreed, but it's a balancing act. In the case of Vite, which acts as a platform for this library, given îles is making use of most of its features—some in...
Sorry, big life changes. Preparing a release targeting Vite 4.4.
Hi Oliver, thanks for reporting! Failures to build `@islands/pwa` could be related to upgrading the Vite version but not the `vite-plugin-pwa` version. I have a [`vite-5` branch](https://github.com/ElMassimo/iles/tree/vite-5) where I've updated...
Hi 😃 Have you tried [`@islands/icons`](https://iles.pages.dev/guide/plugins#islandsicons)? It allows you to use any icons, and with auto-import you get tree-shaking out of the box. [Here's an example in the docs](https://github.com/ElMassimo/iles/blob/2dae8a321f4e027e3b5769c9753054264b43b77e/docs/src/components/NextAndPrevLinks.vue#L12).
I like the idea, I think it would make sense to favor this approach in `@islands/icons`. Would like to know whether that approach would support configuring and using custom icons,...
Hi Tys! Thanks for adding this feature. It's unfortunate that Rails and Vite use different formats for this. I wonder if Vite's helper could be modified to support both, as...
Hi there! Would you describe your use case?
> several changes in a row to the backend Modifying files? Can you elaborate further?
Thanks for reporting, I'll remove usage of `transformRef` in the next release. --- The `reactivityTransform` proposal has been removed in Vue 3.4, but it's [usable through a third-party plugin](https://vue-macros.dev/features/reactivity-transform.html). I...