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

Add support to required input signals #67

Merged
merged 25 commits into from
Mar 12, 2024
Merged

Add support to required input signals #67

merged 25 commits into from
Mar 12, 2024

Conversation

SaulMoro
Copy link
Owner

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows our guidelines: CONTRIBUTING.md#commit
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[x] Yes
[ ] No

Other information

SaulMoro and others added 25 commits February 28, 2024 15:04
# [17.3.0-next.1](v17.2.1...v17.3.0-next.1) (2024-02-28)

### Features

* **lib:** add deep signals and refactor mutations and lazy ([c7f3ca0](c7f3ca0))
# [17.3.0-next.2](v17.3.0-next.1...v17.3.0-next.2) (2024-02-29)

### Bug Fixes

* new query deep signals ([87b4b45](87b4b45))
# [17.3.0-next.3](v17.3.0-next.2...v17.3.0-next.3) (2024-03-06)

### Features

* **lib:** remove dispatch and fetch functions ([6f441fb](6f441fb))
# [17.3.0-next.4](v17.3.0-next.3...v17.3.0-next.4) (2024-03-07)

### Bug Fixes

* better serializable stable value ([fdb5316](fdb5316))
* new signal proxy ([f6f7147](f6f7147))
# [17.3.0-next.5](v17.3.0-next.4...v17.3.0-next.5) (2024-03-11)

### Bug Fixes

* **lib:** select from result when options is signal or function ([e2007cf](e2007cf))
# [17.3.0-next.6](v17.3.0-next.5...v17.3.0-next.6) (2024-03-11)

### Bug Fixes

* package tags ([1f42bbc](1f42bbc))
* required signal inputs errors ([47e8905](47e8905))
# [17.3.0-next.7](v17.3.0-next.6...v17.3.0-next.7) (2024-03-11)

### Bug Fixes

* required signal inputs errors v2 ([1960a40](1960a40))
# [17.3.0-next.8](v17.3.0-next.7...v17.3.0-next.8) (2024-03-12)

### Bug Fixes

* move lazy signal to useQueryState and add to options ([d884770](d884770))
@SaulMoro SaulMoro merged commit f9b0192 into master Mar 12, 2024
1 check passed
@SaulMoro
Copy link
Owner Author

🎉 This PR is included in version 17.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@SaulMoro
Copy link
Owner Author

🎉 This issue has been resolved in version 17.3.1 🎉

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants