tsv2013
                                            tsv2013
                                        
                                    First of all I want to tell you that we highly appreciate your contribution and yor valuable feedback. Our team shares your ideas concering the architecture improvement of the products....
@SamMousa I've added some comments to the https://github.com/surveyjs/survey-library/pull/7325
Hi Sam! Sorry for delayed response. As for frameworks support and implementing Svelte rendering. We have the following concept: survey-core library incapsulates survey objects, their parameters, behavior and interaction. It's...
Short story long >Things like globals are in my opinion a big issue. I agree that it actually is a big issue. And our team understands it. But meanwhile could...
Looks weird for me. Referenced libraries code is definitely shouldn't be executed in compile time. I can assume it's ф Svelte feature...
We're planning to support ES modules in this year. At least this task will be added into our 2024 roadmap. Asd for statics - I do agree that this is...
I've made several attempts to fix npm errors and warnings. First one - to fix the whole survey-library dev dependencies. - unfortunately Vue2 build tools are incompatible with upgraded dependencies....
AFAIK the `display` CSS proprety can't be animated. We'll need to use the `visibility` property, or animate the height of a panel. It will require both CSS and JS code.
We're working on animations and plan to release this feature in a month or two. Please track mentioned issues.
This issue is a minor one (minor by accessibility tool classification). It doesn't affect screen reader and doesn't create any inconvinienses for disabled people. Right now due to current markup...