jdtcn / BlazorDateRangePicker

A Blazor component for choosing date ranges and dates
MIT License
182 stars 35 forks source link

Use isolation for JS and CSS? #66

Closed christian-ruud-bsafe closed 7 months ago

christian-ruud-bsafe commented 2 years ago

Would really love it if this component could be upgraded to use CSS and JS isolation, eliminating the requirement to add CSS and JS links to host page.

jdtcn commented 2 years ago

I have been thinking about doing this for a long time, but have not yet found a way to leave backward compatibility with NET Core 3.1. If I don't find such an opportunity, I will make this change in a year, when support for 3.1 ends.

christian-ruud-bsafe commented 2 years ago

One way could be to create a branch for maintaining and bugfixing the current version, and publishing a version 4.0 without .net core 3.1 support. Users of 3.1 could still reference the 3.6 package, and any critical bugfixes could be published as v3.6.x.

Don't know if that's too much hassle.

AbstractionsAs commented 1 year ago

Any update on this? Would love for this to be implemented now that 3.1 is out of support

jdtcn commented 7 months ago

Hi, good news, finally made css and js isolation in version 5.0.0

AbstractionsAs commented 7 months ago

Excellent, thank you!