Skip to content

Releases: zheeeng/react-device-frameset

v1.3.2 Adjust exports filed for using it in next.js

15 Apr 01:59
Compare
Choose a tag to compare

Adjust exports filed for using it in next.js

v1.3.1

17 Feb 07:53
Compare
Choose a tag to compare

Refactor to pnpm monorepo and reexport stuff

v1.2.0 Add zoom and break changing on Device Emulator

08 Sep 10:05
Compare
Choose a tag to compare
  • [feat] add zoom controller
  • [break change] device emulator is controlled by 'DeviceFramesetProps'.

from:

{
    value?: DeviceName,
    onChange?: (deviceName: DeviceName) => void,
}

to:

{
    value?: DeviceFramesetProps,
    onChange?: (deviceConfig: DeviceFramesetProps) => void,
}

support full-controlled emulator and selector

06 Sep 10:05
Compare
Choose a tag to compare
v1.1.0

feat: controlled deviceEmulator && deviceSelector

v1.0.9 release

02 Sep 12:30
Compare
Choose a tag to compare

fix: emulator select bug

v1.0.7 release

02 Sep 04:40
Compare
Choose a tag to compare