BlazorDateRangePicker icon indicating copy to clipboard operation
BlazorDateRangePicker copied to clipboard

Use isolation for JS and CSS?

Open christian-ruud-bsafe opened this issue 3 years ago • 2 comments

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.

christian-ruud-bsafe avatar Nov 09 '21 18:11 christian-ruud-bsafe

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.

jdtcn avatar Nov 17 '21 19:11 jdtcn

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.

christian-ruud-bsafe avatar Nov 19 '21 14:11 christian-ruud-bsafe

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

AbstractionsAs avatar Dec 29 '22 22:12 AbstractionsAs

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

jdtcn avatar Jan 20 '24 15:01 jdtcn

Excellent, thank you!

AbstractionsAs avatar Jan 21 '24 13:01 AbstractionsAs