| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.12.0 source code.tar.gz | 2026-06-27 | 376.1 kB | |
| 1.12.0 source code.zip | 2026-06-27 | 446.4 kB | |
| README.md | 2026-06-27 | 2.9 kB | |
| Totals: 3 Items | 825.4 kB | 0 | |
🍜 1.12.0
See the haddocks, miso repo and org.
✨ Highlights
- Created https://try.haskell-miso.org
- Updated docs / haddocks
- Added proper finalization when using
live/reload - Added
rAFSub - CSS DSL improvements for Media Queries and Transform functions
- Many other features below, etc.
What's Changed
- perf: Prefer
adjustoverlookup+insert. by @dmjio in https://github.com/dmjio/miso/pull/1521 - feat:
offsetattribute by @dmjio in https://github.com/dmjio/miso/pull/1522 - feat: Add React
propshook. by @dmjio in https://github.com/dmjio/miso/pull/1523 - feat: Add
requestAnimationFrame()Sub. by @dmjio in https://github.com/dmjio/miso/pull/1524 - feat: Add
requestFullscreenby @dmjio in https://github.com/dmjio/miso/pull/1525 - feat: Add FromMisoString and FromJSON/ToJSON instances for URI by @ners in https://github.com/dmjio/miso/pull/1526
- fix: Prefer
toJSONListtoOVERLAPPABLE. by @dmjio in https://github.com/dmjio/miso/pull/1528 - ci: Add macOS build job to CI by @dmjio in https://github.com/dmjio/miso/pull/1529
- feat: Add
mailDescendants. by @dmjio in https://github.com/dmjio/miso/pull/1533 - fix: Add
Componentfinalization when usingGHCi(cleanupphase). by @dmjio in https://github.com/dmjio/miso/pull/1534 - docs: Updates to the
README.mdby @dmjio in https://github.com/dmjio/miso/pull/1535 - docs: Add more sections to
src/Miso.hs. by @dmjio in https://github.com/dmjio/miso/pull/1536 - fix: Fix cross-module name resolution in
Miso.Lens.TH. by @dmjio in https://github.com/dmjio/miso/pull/1537 - fix: Remove dupe WASM file evaluation in
liveReload.hs by @dmjio in https://github.com/dmjio/miso/pull/1538 - fix: improve script management for hot reload scenarios by @dmjio in https://github.com/dmjio/miso/pull/1539
- fix: Store
schedulerThreadinStablePtr. by @dmjio in https://github.com/dmjio/miso/pull/1540 - fix: Fix couple of hlint warnings by @jhrcek in https://github.com/dmjio/miso/pull/1541
- docs: Fix deadlinks in CSS DSL by @dmjio in https://github.com/dmjio/miso/pull/1543
- feat: Add
TransformFnDSL forCSStransform functions by @dmjio in https://github.com/dmjio/miso/pull/1544 - feat: Add
rAFSubElapsedby @dmjio in https://github.com/dmjio/miso/pull/1545 - docs: Hyperlink haddocks better by @dmjio in https://github.com/dmjio/miso/pull/1542
- feat: Avoid
toListallocations in queue and rendering hot paths by @dmjio in https://github.com/dmjio/miso/pull/1548 - feat: Improve CSS DSL: new properties, type fixes, better APIs by @dmjio in https://github.com/dmjio/miso/pull/1547
- docs: Improve haddocks by @dmjio in https://github.com/dmjio/miso/pull/1549
Full Changelog: https://github.com/dmjio/miso/compare/1.11.0...1.12.0