lilact 0.2.2 → 0.3.0

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.
Files changed (33) hide show
  1. package/dist/lilact.development.min.js +2 -9617
  2. package/dist/lilact.development.min.js.LICENSE.txt +1 -1
  3. package/dist/lilact.development.min.js.map +1 -1
  4. package/dist/lilact.production.min.js +1 -8139
  5. package/dist/lilact.production.min.js.map +1 -1
  6. package/docs/assets/navigation.js +1 -1
  7. package/docs/assets/search.js +1 -1
  8. package/docs/functions/hooks.forwardRef.html +1 -1
  9. package/docs/functions/hooks.useImperativeHandle.html +1 -1
  10. package/docs/functions/redux.combineReducers.html +12 -0
  11. package/docs/functions/redux.connect.html +1 -1
  12. package/docs/functions/timers.animationFramePromise.html +1 -1
  13. package/docs/functions/timers.clearInterval.html +1 -1
  14. package/docs/functions/timers.clearTimeout.html +1 -1
  15. package/docs/functions/timers.grabTimers.html +1 -1
  16. package/docs/functions/timers.pauseTimers.html +1 -1
  17. package/docs/functions/timers.releaseTimers.html +1 -1
  18. package/docs/functions/timers.resetTimers.html +1 -1
  19. package/docs/functions/timers.resumeTimers.html +1 -1
  20. package/docs/functions/timers.setInterval.html +1 -1
  21. package/docs/functions/timers.setTimeout.html +1 -1
  22. package/docs/functions/timers.timeoutPromise.html +1 -1
  23. package/docs/modules/redux.html +1 -1
  24. package/docs/static/lilact.development.min.js +2 -9617
  25. package/docs/static/lilact.production.min.js +1 -8139
  26. package/package.json +1 -1
  27. package/root/lilact.development.min.js +2 -9617
  28. package/root/lilact.production.min.js +1 -8139
  29. package/src/hooks.jsx +1 -2
  30. package/src/lilact.jsx +3 -7
  31. package/src/redux.jsx +60 -55
  32. package/src/timers.jsx +7 -2
  33. package/webpack.config.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lilact",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "A Little JSX/React Runtime Implementation for Browser",
5
5
  "repository": "github:arashkazemi/lilact",
6
6
  "homepage": "https://arashkazemi.github.io/lilact/",