### Clear and concise description of the problem I saw the code of the component [RecycleScroller.vue](https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/src/components/RecycleScroller.vue) and the [disableTransform](https://github.com/Akryum/vue-virtual-scroller/blob/7bfac53a39bc84d505e5bddf35db1bd9227de4d6/packages/vue-virtual-scroller/src/components/RecycleScroller.vue#L159) prop. Will it be available soon? ### Suggested solution Create a new version of the package with the [disableTransform](https://github.com/Akryum/vue-virtual-scroller/blob/7bfac53a39bc84d505e5bddf35db1bd9227de4d6/packages/vue-virtual-scroller/src/components/RecycleScroller.vue#L159) prop available on npm. ### Alternative _No response_ ### Additional context _No response_ ### Validations - [x] Read the [docs](https://github.com/Akryum/vue-virtual-scroller/blob/master/packages/vue-virtual-scroller/README.md). - [x] Check that there isn't [already an issue](https://github.com/Akryum/vue-virtual-scroller/issues) that reports the same bug to avoid creating a duplicate.