6.1.5
Added 1
- Add warning for extending builtins
Changed 2
- Optimize decorators
- Use globalThis in global detection
Fixed 2
- makeAutoObservable now works properly with symbolic keys
- isComputedProp and getAtom second argument type is now compatible with Symbols
Patch Changes
-
7820e5ea#2769 Thanks @iChenLei! - add warn for extending builtins -
a7c15171#2775 Thanks @pkit! - use globalThis in global detection -
5d41b646#2774 Thanks @urugator! - Fix:makeAutoObservablenow working properly with symbolic keys Fix:isComputedPropandgetAtomsecond arg type is incompatible with Symbols