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!: BREAKING Overhauls to the pub/sub system #39

Merged
merged 7 commits into from May 1, 2023

Commits on Apr 7, 2023

  1. feat!: BREAKING Overhauls to the pub/sub system

    * Breaks out a separate PortalsPubSub class from PortalsPlugin to separate
    the event bus logic from the implementation of the Plugin
    
    * Makes PortalsPlugin useable as an instance plugin to scope events to a
    specific instance of PortalsPubSub
    
    * Adds the ability to scope the pubSub instance in `linkMessageReceivers` on PortalFragment.
    Steven0351 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    af63fd8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11535c View commit details
    Browse the repository at this point in the history
  3. fix: Store reference to pubsub on PortalFragment and overwrite if/when

    `linkMessageReceivers` has been called
    Steven0351 committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    826286a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    12fc6f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30a0651 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3207945 View commit details
    Browse the repository at this point in the history
  4. chore: More kdoc updates

    Steven0351 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    faef5f9 View commit details
    Browse the repository at this point in the history