Skip to content

Latest commit

 

History

History
85 lines (39 loc) · 950 Bytes

CHANGELOG.md

File metadata and controls

85 lines (39 loc) · 950 Bytes

Change Log

All notable changes to this project will be documented in this file.

1.0.0

no breaking change from 0.2.3.

Bug Fixes

  • fix: tsc build module type

0.2.3

Bug Fixes

  • fix: babel tsc build

0.2.2

Bug Fixes

  • fix: react 17 function props non configurable

0.2.1

Bug Fixes

  • fix: reaction not working after fast refresh. refactor code

0.2.0

Feature

  • feat: onUpdated

0.1.0

Breaking Change

  • removed getOriginalProps api

Bug Fixes

  • fix: remove getOriginalProps, batch props update in useEffect

0.0.4

feature

  • feat: reworked runHook, add tests

Bug Fixes

  • fix: don't collect disposes in onMounted hooks

0.0.3

feature

  • feat: support onUnmounted in onMounted

Bug Fixes

  • fix: defineComponent type
  • fix: babel remove empty mobx imports

0.0.2

Bug Fixes

  • fix: babel plugin not handle namespace import correctly

0.0.1

init