Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support two-way binding #5

Merged
merged 1 commit into from
Apr 8, 2022
Merged

feat: support two-way binding #5

merged 1 commit into from
Apr 8, 2022

Conversation

bobbyg603
Copy link
Owner

Fixes #4

BREAKING CHANGE: support two-way binding by following the pattern @input() x, @output() xChange from https://angular.io/guide/two-way-binding

Fixes #4
BREAKING CHANGE: support two-way binding by following the pattern @input() x, @output() xChange from https://angular.io/guide/two-way-binding
@bobbyg603 bobbyg603 merged commit 35b6300 into main Apr 8, 2022
@bobbyg603 bobbyg603 deleted the bobbyg603/issue4 branch April 8, 2022 21:42
bobbyg603 pushed a commit that referenced this pull request Apr 8, 2022
# [2.0.0](v1.0.1...v2.0.0) (2022-04-08)

### Features

* support two-way binding ([#5](#5)) ([35b6300](35b6300)), closes [#4](#4)

### BREAKING CHANGES

* support two-way binding by following the pattern @input() x, @output() xChange from https://angular.io/guide/two-way-binding
@bobbyg603
Copy link
Owner Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support 2-Way Binding
1 participant