Documentation: Introduce a new recipe for creating a configureStore function, making it easier for users to set up their Redux store based on community discussions.
Improvements
Examples: Update all examples to use Babel 7, Jest 23, and Webpack 4, ensuring they are up-to-date and functional for users.
Documentation: Improve the readability of the README and other documentation sections, making it easier for users to understand and navigate the content.
Fixes
Fix broken links in the FAQ and recipes documentation, ensuring users can access the correct information without encountering 404 errors.
Fix an issue where an error is thrown if multiple enhancers are passed to the createStore function, providing clearer guidance for users.
Fix a typo in the documentation, enhancing clarity and professionalism in the content.
Others
Add a new ES-browser build for users who want to utilize Redux in a browser with ES modules support, improving compatibility and performance.
Introduce new issue templates to streamline the reporting process for users, making it easier to submit issues and feature requests.