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

Update stapp to the latest version 🚀 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 20, 2018

Version 2.0.0 of stapp was just published.

Dependency stapp
Current Version 1.4.0
Type dependency

The version 2.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of stapp.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jul 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 23, 2018

Version 2.0.1 just got published.

Update to this version instead 🚀

Release Notes v2.0.1

build(all): update light-observable dependency 2aff728

greenkeeper bot added a commit that referenced this pull request Aug 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 6, 2018

Version 2.1.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 20, 2018

Version 2.2.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Aug 31, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 31, 2018

Version 2.3.0 just got published.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 1, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 1, 2018

  • The dependency stapp was updated from 1.4.0 to 2.4.0.

Update to this version instead 🚀

Release Notes for v2.4.0

stapp

  • Extend app lifecycle with ready event #101
  • Fix dispatch typings #127
  • Add unique numbers only to non-unique identifiers (used in event types, app names, etc.) #107

stapp-formbase

  • Add meta reducer #125

stapp-validate

  • revalidate event now accepts an array of field names to revalidate #115
  • Export revalidate event from the root #102

stapp-react

  • Refactor react bindings (again) #120
  • Export StappSubscription component #120
  • Fixed #109 & #26

stapp-select

  • Fix order of dispatched events #103

Other

  • Update light-observable dependency (main reason)
  • Add test run to prepush hook #123
  • Various fixes in examples.

greenkeeper bot added a commit that referenced this pull request Oct 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 10, 2018

  • The dependency stapp was updated from 1.4.0 to 2.4.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 3, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2018

  • The dependency stapp was updated from 1.4.0 to 2.5.0.

Update to this version instead 🚀

Release Notes for v2.5.0

stapp

  • Deeply nested reducers. This means you don't need to use combineReducers at all. #85
  • Allow providing an array of epics. epics field can be used for convenience (optional). This means you don't need to use combineEpics at all.

stapp-validate

  • Document revalidate event #137

stapp-react

  • Add context-based Api component and app-binded createApi method #129

Other

  • Move redux and reselect to dependencies.

greenkeeper bot added a commit that referenced this pull request Feb 20, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2019

  • The dependency stapp was updated from 1.4.0 to 2.6.0.

Update to this version instead 🚀

Release Notes for v2.6.0

Major changes:

  • Replace light-observable with rxjs (like, in every package).
  • Hence, the stapp-rxjs package is deprecated.
  • RxJS, redux and reselect are moved to peerDependencies.

stapp

  • Added handleEpicsError callback to the stapp application config.

stapp-react-hooks

New package: stapp-react-hooks. It utilizes hooks, which are a new feature in React 16.8. See more about hooks here.

stapp-react-hooks is documented in the docs.

stapp-cli-tools

New package: stapp-cli-tools. It can be used to install and update stapp packages and theirs peer dependencies. Also, we definitely plan to implement various code generation features.

stapp-cli-tools is documented in the docs.

stapp-rxjs

  • Depracate package.

stapp-react

  • Don't call setActive(null) on blur of inactive field.

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

Successfully merging this pull request may close these issues.

0 participants