Future Changes & Features #490
Replies: 2 comments 8 replies
-
Date-fns is a good choice, had no probs with it either. 3: always nice to have ;) 7: soon ;) 8: ng needs it anyways for every other framework its just an additional deps burden. So I wouldnt do that unless absolutely needed. 9: feels heavy for this libs use case |
Beta Was this translation helpful? Give feedback.
-
@zewa666 So the best alternative I could come up with was to ask the user to import whichever locale he wants to use, for example if I want to use French then I would load console.warn(`[Slickgrid-Universal] Flatpickr missing locale imports, will revert to English as the default locale.
See Flatpickr Localization for more info, for example if we want to use French, then we can import it with: import 'flatpickr/dist/l10n/fr';`); As a user, would you be ok with that? More info on the Flatpickr - Localization EDIT I think that is the best option and so I made the PR for the change EDIT 2 Loading it in the <require from="bootstrap/css/bootstrap.css"></require>
<require from="https://npmcdn.com/flatpickr/dist/l10n/fr.js"></require> |
Beta Was this translation helpful? Give feedback.
-
Now that Aurelia-Slickgrid
3.x
is released and out of the way, I can list here the potential focus of upcoming changes/features.Some of them might be considered as ideas only, so it doesn't mean that they will be all implemented
Also note that many of these ideas will be implemented in Slickgrid-Universal and will bubble up to Aurelia-Slickgrid
Lerna to NPM WorkspacesAgain this is more of a wish list than anything else but I'm open to suggestions... and totally open for contributions 👷
Cheers 🍺 ☕
The most likely candidate to soon be looked into would be
number 2and number 5This library was created over 3 years ago... time flies 🚀
Beta Was this translation helpful? Give feedback.
All reactions