Sebbe Selvig
Sebbe Selvig
This page documents how to integrate stencil components in Vue: https://stenciljs.com/docs/vue I have tried to follow the guide, and did this: First create stencil project: `npm init stencil` selecting 'component'....
### Platforms affected Browser ### What does this PR do? Use FadeSplashScreenDuration from config.xml on browser platform ### What testing has been done on this change? Manually added the plugin...
This PR fixes issues around the use of svelte stores. When components tested are controlled by svelte stores instead of props, they can end up in a long lived state...
This PR simplifies the logic around template usage. It adds a more strict check to html property of styleOptions and disregards empty strings. The check that disregards empty strings as...
## Summary Changing of MigrationFunction type. The context parameter should not be declared as optional. ## Description This PR removes the optional setting on the context parameter. This will hint...
###Defect Fixes Fixes my own issue: https://github.com/primefaces/primevue/issues/6840 While size of 1.5rem might be the correct thing - I think the icons list will benefit from having icon size of 2rem.
### Describe the bug This is regarding the icons list in the docs. The sizing is too small. The class .text-2xl (font-size: 1.5rem) is set, but the font-size is overridden...