tiny-essentials 1.23.0 → 1.23.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog/1/23/1.md +6 -0
- package/dist/v1/TinyEssentials.min.js +1 -1
- package/dist/v1/TinyLoadingScreen.min.js +1 -1
- package/dist/v1/css/TinyLoadingScreen.min.css +1 -1
- package/dist/v1/libs/TinyLoadingScreen.cjs +5 -1
- package/dist/v1/libs/TinyLoadingScreen.mjs +4 -1
- package/package.json +1 -1
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
### ✨ Improvements in TinyLoadingScreen
|
|
2
|
+
|
|
3
|
+
* 🌀 **Customizable Center Slot** — The loading spinner now includes a **central empty spot**, allowing developers to easily place icons, logos, or any custom elements inside the spinner.
|
|
4
|
+
* 🎨 **Better Structure** — The spinner is now wrapped with a `loading-container`, making it cleaner and easier to style.
|
|
5
|
+
|
|
6
|
+
**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.23.0...1.23.1
|