Skip to content

Releases: SnowingFox/unplugin-react-components

v0.1.4

08 Jan 13:03
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.1.3

08 Jan 12:01
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.1.2

08 Jan 11:45
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.1.1

08 Jan 11:29
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.1.0

04 Jan 11:23
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.1.0-beta.1

04 Jan 11:50
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v0.1.0-beta.0

04 Jan 11:23
Compare
Choose a tag to compare
v0.1.0-beta.0 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v0.0.7

04 Jan 11:23
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v0.0.6

23 Nov 13:21
Compare
Choose a tag to compare

No significant changes

support resolver's sideEffects which can import style files.

for example

export default () => <Button />

in v0.0.5

import { Button } from 'antd'

in v0.0.6

import { Button } from 'antd'
import 'antd/es/button/style/index.css'
    View changes on GitHub

v0.0.5

10 Nov 15:03
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub