Jean-Christophe Gueriaud
Jean-Christophe Gueriaud
Any news about this? It's still broken in V20. Should we at least update the documentation?
I think it's related to this ticket but when I'm on this page: https://open-wc.org/docs/demoing/storybook/#custom-elementsjson There are few broken links: - https://open-wc.org/demoing-storybook/?path=/docs/demo-card-docs--simple - https://open-wc.org/demoing-storybook/?path=/docs/decorators-withwebcomponentknobs--example-output - https://open-wc.org/developing/es-dev-server.html - https://open-wc.org/demoing-storybook/?path=/docs/decorators-withwebcomponentknobs--example-output - https://github.com/webcomponents/custom-elementsjson -...
Do you have any changes planned for Vaadin 20?
I have created an example project here with a README: https://github.com/jcgueriaud1/remember-me
I think it's a duplicate of this ticket: https://github.com/vaadin/spring/issues/689 You also have some explanation here: https://github.com/vaadin/spring/pull/635#issuecomment-670450234
The main issue when we are using a TreeGrid for a Tree is the accessibility. The keyboard support is completely different and can't be implemented in the TreeGrid for example.
Yes of course. It takes 3 steps in a V14+ npm project: 1. install an npm dependency: npm install --save-dev webpack-bundle-analyzer 2. modify webpack.config.json: const merge = require('webpack-merge'); const flowDefaults...
The bundle size has been reduced from 2.56MiB to 1.86MiB. Thanks a lot Stefan!
No, it's fine. It's more a nice to have. One other way could be to cut the vaadin bundle into pieces but there is no way to do that (not...
Some updates have been done since Vaadin 23. In Vaadin 24.x, if your application has only one language you can set the value in the `frontend/index.html`, the file is generated...