datetimeFormatter locales
- Add support for all i18n locales
built-in skeleton loaders
- Open all skeletons to config & dataset configuration for seamless transitions:
const config = computed(() => ({
skeletonConfig: null, // same type as main config (with skeletonConfig & skeletonDataset omitted)
skeletonDataset: null, // same type as dataset
}));