Upgrade to Angular 9 - fix issues #45 and #36#46
Upgrade to Angular 9 - fix issues #45 and #36#46blavenie wants to merge 91 commits intoirossimoline:masterfrom
Conversation
…e#36 - Upgrade dev deps (replace uglify-js with ulgify-es@3.3.10) - Add rollup plugins as dev deps - Fix rollup.config, to use plugins
|
Hi @irossimoline : If you find some time, to check my patch, i'll appreciate :) Did you have a BTC wallet, for a tip ? or better: a libre currency G1 wallet ? You create one from with wallet tool cesium.app. I would like to give you some money for your work. |
|
This time, everything should run ( |
- Change project name to ngx-material-table
[enh] Build using ng-package and packagr
|
Hi there @blavenie, sorry for the (huge) delay! I'll try to reach you through linkedin to talk a bit about it. 😄 |
|
Hi ! I also changed build scripts, to use Let me know if you think i can help again. (I do not use linkedin anymore - i try to go away from US GAFAM / big companies :) ) |
…ete to restore original data instead of previous one
…Delete, prefer option on TableDataSource constructor
[fix] add unwrapESModule
[enh] upgrade Angular to 14.3.0
# Conflicts: # package.json # src/styles.scss
enh(prettier) Run prettier --write and eslint --fix
enh(prettier) Run prettier --write and eslint --fix
enh(table-element) Add options to `row.delete()`, `row.confirmEditCreate()` and `row.cancelOrDelete()`
…At` when equals to 0 (change `if (insertAt) { /*...*/ }` into `if (insertAt >= 0) { /*...*/ }`)
…At` when equals to 0 (replace `if (insertAt) { /*...*/ }` with `if (insertAt >= 0) { /*...*/ }`)
No description provided.