Release remaining things for 0.1.3 into the production branch #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve the documentation, refactor the codebase, and enhance the functionality of the Super List Block project. The most important changes include the addition of a contributing guide, updates to the README, and various refactorings to improve code readability and maintainability.
Documentation Improvements:
CONTRIBUTING.mdto help new contributors get started and understand the project's branching strategy and merging process.README.mdto include a link to the new contributing guide, encouraging contributions from the community.Code Refactoring:
edit.jstoedit/edit.js,editor.scsstoedit/editor.scss,list-style.jstoedit/list-style.js,orientation.jstoedit/orientation.js, andexample.jstoexample/example.js. [1] [2] [3] [4] [5]Editcomponent inedit/edit.jsto use destructured props and added inline comments to improve code readability. [1] [2] [3]Code Simplification:
edit/edit.js,edit/list-style.js, andtransforms.js. [1] [2] [3]transforms.jsto use default exports and improved thenodeToInnerBlocksfunction for better readability. [1] [2] [3]Functional Enhancements:
edit/edit.jsto support additional functionalities and improve block settings management. [1] [2]These changes collectively enhance the project's documentation, improve code organization and readability, and streamline the development process for contributors.