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

Support state API #210

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Support state API #210

wants to merge 5 commits into from

Conversation

Sparky983
Copy link
Owner

@Sparky983 Sparky983 commented May 18, 2024

Introduces Support for State

This pull request introduces support for state.

Examples

The examples have been updated to use the new features added by this PR.

Installation

You can download this pull request at:

<repositories>
    <repository>
        <id>sparky983-snapshots</id>
        <url>https://repo.sparky983.me/snapshots</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>me.sparky983</groupId>
        <artifactId>vision-paper</artifactId>
        <version>state-SNAPSHOT</version>
    </dependency>
</dependencies>
repositories {
    maven("https://repo.sparky983.me/snapshots")
}

dependencies {
    implementation("me.sparky983:vision-paper:state-SNAPSHOT")
}
repositories {
    maven { url 'https://repo.sparky983.me/snapshots' }
}

dependencies {
    implementation 'me.sparky983:vision-paper:state-SNAPSHOT'
}

Closes #203

@Sparky983 Sparky983 added the proposal To propose changes that may not be implemented label May 18, 2024
@Sparky983 Sparky983 marked this pull request as draft May 18, 2024 23:18
@Sparky983
Copy link
Owner Author

TODO: decide whether it is worth implementing slot(Slot, Button) and, if so, figure out its semantics

@Sparky983
Copy link
Owner Author

TODO: decide whether its worth waiting for Sparky983/state#5 to be closed. if implemented it wouldn't be well supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal To propose changes that may not be implemented
Projects
None yet
Development

Successfully merging this pull request may close these issues.

State Management
1 participant