SortableJS / ngx-sortablejs

Angular 2+ binding to SortableJS. Previously known as angular-sortablejs
https://sortablejs.github.io/ngx-sortablejs/
MIT License
465 stars 159 forks source link

Publish an Ivy distribution #252

Open nunoarruda opened 2 years ago

nunoarruda commented 2 years ago

When running ng serve I get this:

⠙ Generating browser application bundles (phase: setup)...Processing legacy "View Engine" libraries:
- @ionic-native/core [module/esm5] (https://github.com/ionic-team/ionic-native.git)
- @ionic-native/onesignal [module/esm5] (https://github.com/ionic-team/ionic-native.git)
- ngx-sortablejs [es2015/esm2015] (https://github.com/sortablejs/ngx-sortablejs)
- ngx-material-timepicker [es2015/esm2015] (https://github.com/Agranom/ngx-material-timepicker.git)
- @ionic-native/ble [module/esm5] (https://github.com/ionic-team/ionic-native.git)
- @fullcalendar/angular [es2015/esm2015] (https://github.com/fullcalendar/fullcalendar-angular.git)
Encourage the library authors to publish an Ivy distribution.

My general understanding is that "View Engine" is deprecated and will eventually be removed and "Ivy" is the new next-level Angular compiler/packager. So I'm opening this issue to encourage you folks to publish an Ivy distribution of ngx-sortablejs 🙂

More info: https://angular.io/guide/creating-libraries https://blog.angular.io/upcoming-improvements-to-angular-library-distribution-76c02f782aa4 https://dev.to/this-is-angular/the-angular-ivy-guide-for-library-authors-9md

mikasjoman commented 1 year ago

Does anyone know if there has been any progress on this?