All notable changes to this project will be documented in this file.
- Support for v-model in switch.
render-prop
andrender-prop-fn
as API to provide a way to pass JSX as props (inline jsx props) or callback which returns JSX thus avoiding the need to use JSX for components such as Flat List.- Named Slots support and Basic scoped slots support.