Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Dec 29, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
reflux ^0.3.0 -> ^6.0.0 age adoption passing confidence

Release Notes

reflux/refluxjs

v6.4.1

Compare Source

  • NOTE: New MyStore.state shortcut (from 6.4.0) is not available in IE10 and below, use accordingly in your projects.
  • Remove test for it so that it doesn't fail, and is undocumented feature for now, until the day we can drop IE9 and IE10.

v6.3.0

Compare Source

  • Added Reflux.PureComponent which extends from React.PureComponent instead of React.Component.

v6.2.0

Compare Source

  • React.Component constructor arguments for context and updater added to Reflux.Component contructor.

v6.1.0

Compare Source

  • Documentation about Action listening/unsubscribing added.
  • Reflux.serverMode added, only adds listeners when hooking store to component if not in server mode, eliminating memory leak.
  • Bugfix with unmounting of reflux components that did not have any store attached to them.

v6.0.0

Compare Source

  • Switch to new docs.
  • Updated to reflux-core v1.0.0.
  • Allow complex definitions for child actions instead of just string for action name.
  • Breaking change: actions are sync by default unless child actions are involved.

v5.0.4

Compare Source

  • Workaround to babel proto issue with old browsers.
  • Continued documentation refactoring (viewable in new-README.md).
  • Minor doc fixes.

v5.0.3

Compare Source

  • Implemented Reflux.initStore (basically clone of Reflux.initializeGlobalStore but can be used more broadly).
  • Deprecate Reflux.initializeGlobalStore in favor of more broadly usable Reflux.initStore.
  • Major documentation refactor started, but not implemented yet (viewable in new-README.md).
  • Updated to run on reflux-core v0.4.2, which has more broad importing support.

v5.0.2

Compare Source

  • Reduced the need for defineReact by better detecting of React.
  • Updated to run on reflux-core v0.4.1, which solves some memory leaks.

v5.0.1

Compare Source

  • Adding of full ES6 API, most notably Reflux.Component and Reflux.Store (and their sub-methods/properties). Also defineReact, initializeGlobalStore, GlobalState, getGlobalState, setGlobalState.

v0.4.1

Compare Source

v0.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/reflux-6.x branch from 5c4260e to fcbf48e Compare January 4, 2020 15:19
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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