fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
249 stars 252 forks source link

Please publish the package with Ivy Distribution #418

Closed jmtt89 closed 2 years ago

jmtt89 commented 2 years ago

Versions

Describe the bug After upgrade to Angular 13, Ivy distribution is norm, and View Engine is now legacy. When built it shows a message

Processing legacy "View Engine" libraries:
- ngx-daterangepicker-material [fesm2015/esm2015] (https://github.com/fetrarij/ngx-daterangepicker-material.git)
- ngx-daterangepicker-material [esm2015/esm2015] (https://github.com/fetrarij/ngx-daterangepicker-material.git)
- ngx-daterangepicker-material [main/umd] (https://github.com/fetrarij/ngx-daterangepicker-material.git)
...
Encourage the library authors to publish an Ivy distribution.

To Reproduce Steps to reproduce the behavior: Build any Angular v13 Project with ngx-daterangepicker-material

technbuzz commented 2 years ago

Yeah, this is so annoying

krechtern commented 2 years ago

We also want to update to angular 13 and have these library as dependency. Would be cool if a new version would be published.

fetrarij commented 2 years ago

hello,

with v6 this should be fixed.

Thanks