react-js-banner 0.7.0 → 0.7.2
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/README.md +6 -1
- package/build/index.js +2 -5963
- package/build/index.js.LICENSE.txt +11 -0
- package/package.json +3 -4
- package/webpack.config.js +13 -27
- package/build/index.jsx +0 -25
- package/dist/main.js +0 -23
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ Styles (font and background) can be customized. By default the banner has a fade
|
|
|
15
15
|
|
|
16
16
|
# How it looks
|
|
17
17
|
|
|
18
|
-

|
|
18
|
+

|
|
19
19
|
|
|
20
20
|
**How to thank me?**
|
|
21
21
|
Just click on ⭐️ button or buy me a tea using the donation button below :)
|
|
@@ -120,6 +120,11 @@ https://patreon.com/Jacware
|
|
|
120
120
|
|
|
121
121
|
# Changelog
|
|
122
122
|
|
|
123
|
+
### v0.7.2
|
|
124
|
+
* Package size further optimized from ~118kb+ to <11kb packed / 31kb unpacked :)
|
|
125
|
+
|
|
126
|
+
### v0.7.1
|
|
127
|
+
* Package size optimized from ~600kb+ to <100kb
|
|
123
128
|
|
|
124
129
|
### v0.7.0
|
|
125
130
|
#### Changes and features
|