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

Finish the v4 release API docs #566

Open
1 of 5 tasks
ctrlplusb opened this issue Oct 15, 2020 · 3 comments
Open
1 of 5 tasks

Finish the v4 release API docs #566

ctrlplusb opened this issue Oct 15, 2020 · 3 comments

Comments

@ctrlplusb
Copy link
Owner

ctrlplusb commented Oct 15, 2020

  • Extended API tutorial
  • Rewrite API docs
  • Example apps
  • Comments on TypeScript definitions
  • Fix ESM build
@rmcarias
Copy link

@ctrlplusb
I noticed the npm repo is now on version 5 alpha line. And 4.1 stopped at beta 4. Are you guys not planning to release the fixes for 4.1? Specifically the IE ones. I was waiting on them so I can use the 4x line.
Thanks.

@jchamb
Copy link
Contributor

jchamb commented Oct 28, 2020

@ctrlplusb Should probably have some sort of migration guide for v4 to cover at least some of the basic changes that will be required after updating.

I just discovered that listeners on actions with .type stopped working and I had to remove all of them for just the action name.

The two biggest things I had to change were

  1. listeners, actions => action.method.type --> actions => action.method
  2. Persists whitelist: -> allow: and blacklist: -> deny:

I saw the notes about persist being pretty much a complete rewrite, but i didn't catch the listeners until testing and my loading states stop getting updated

@ctrlplusb
Copy link
Owner Author

Still working on integrating all these updates. My sincere apologies.

@ctrlplusb ctrlplusb changed the title Finish the v4 release Finish the v4 release API docs Feb 25, 2021
@ctrlplusb ctrlplusb pinned this issue Feb 25, 2021
@ctrlplusb ctrlplusb unpinned this issue Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants