@virtuoso.dev/message-list
Advanced tools
Comparing version 1.8.0 to 1.8.1
@@ -0,1 +1,8 @@ | ||
## [1.8.1](https://github.com/virtuoso-dev/message-list/compare/v1.8.0...v1.8.1) (2024-07-08) | ||
### Bug Fixes | ||
* scroll to item accepts custom scroll ([64da416](https://github.com/virtuoso-dev/message-list/commit/64da41655087c026eba66ca3d37837c57a0e0756)) | ||
# [1.8.0](https://github.com/virtuoso-dev/message-list/compare/v1.7.1...v1.8.0) (2024-07-07) | ||
@@ -2,0 +9,0 @@ |
@@ -194,3 +194,3 @@ /// <reference types="react" /> | ||
*/ | ||
behavior?: 'smooth' | 'auto'; | ||
behavior?: ScrollBehavior_2; | ||
/** | ||
@@ -197,0 +197,0 @@ * Use the offset for additional adjustment of the position - can be a positive or negative number. |
@@ -1597,3 +1597,3 @@ import { jsxs as Jt, jsx as y, Fragment as io } from "react/jsx-runtime"; | ||
now: /* @__PURE__ */ new Date(), | ||
packageTimestamp: 1720342701746 | ||
packageTimestamp: 1720423940030 | ||
}); | ||
@@ -1600,0 +1600,0 @@ return /* @__PURE__ */ y(Un.Provider, { value: n, children: t }); |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "1.8.0", | ||
"version": "1.8.1", | ||
"type": "module", | ||
@@ -26,0 +26,0 @@ "module": "dist/index.js", |
94226