@virtuoso.dev/message-list
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -0,1 +1,8 @@ | ||
## [1.2.1](https://github.com/virtuoso-dev/message-list/compare/v1.2.0...v1.2.1) (2024-04-07) | ||
### Bug Fixes | ||
* improve upwards scroll in iOS ([5d05d4a](https://github.com/virtuoso-dev/message-list/commit/5d05d4a919c14d1dcf57f03ac9bcc03a6a9e1ca2)) | ||
# [1.2.0](https://github.com/virtuoso-dev/message-list/compare/v1.1.0...v1.2.0) (2024-04-07) | ||
@@ -2,0 +9,0 @@ |
@@ -738,8 +738,8 @@ import { jsxs as Tt, jsx as b, Fragment as bn } from "react/jsx-runtime"; | ||
e.pub(D, !0), t < 0 ? requestAnimationFrame(() => { | ||
e.pub(q, { top: -t, behavior: "instant" }), requestAnimationFrame(() => { | ||
e.pub(R, 0), e.pub(D, !1); | ||
e.pub(q, { top: -t, behavior: "instant" }), e.pub(R, 0), requestAnimationFrame(() => { | ||
e.pub(D, !1); | ||
}); | ||
}) : requestAnimationFrame(() => { | ||
e.pub(q, { top: -t, behavior: "instant" }), requestAnimationFrame(() => { | ||
e.pub(R, 0), e.pub(D, !1); | ||
e.pub(q, { top: -t, behavior: "instant" }), e.pub(R, 0), requestAnimationFrame(() => { | ||
e.pub(D, !1); | ||
}); | ||
@@ -1530,3 +1530,3 @@ }); | ||
now: /* @__PURE__ */ new Date(), | ||
packageTimestamp: 1712469380082 | ||
packageTimestamp: 1712499667672 | ||
}); | ||
@@ -1533,0 +1533,0 @@ return /* @__PURE__ */ b(dn.Provider, { value: n, children: t }); |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"type": "module", | ||
@@ -26,0 +26,0 @@ "module": "dist/index.js", |
67818