Skip to content

Commit

Permalink
Merge branch 'cmolenda-632-fix-assignable-hooks'
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jan 6, 2024
2 parents ffb8f87 + ffad106 commit d737eeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 6.7.1 (master)
- Fix: #632 observable hooks and handlers

# 6.7.0 (master)
- Feat: introduced `class`/`classes` props to handle `Field` extension in Fields Definitions.

Expand Down
2 changes: 2 additions & 0 deletions src/Base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export default class Base implements BaseInterface {
$resetting: observable,
$touched: observable,
$changed: observable,
$hooks: observable,
$handlers: observable,
changed: computed,
submitted: computed,
submitting: computed,
Expand Down

0 comments on commit d737eeb

Please sign in to comment.