Tags: react-page/react-page
Tags
chore(deps): bump loader-utils from 2.0.0 to 2.0.4 (#1252) Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.0 to 2.0.4. - [Release notes](https://github.com/webpack/loader-utils/releases) - [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md) - [Commits](webpack/loader-utils@v2.0.0...v2.0.4) --- updated-dependencies: - dependency-name: loader-utils dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: add reorder ability to ListItemField (#1255) * feat: add sortable option to ListItemField * feat: refactore onClick handler * feat: add sort by drag and drop * feat: add default icons instead of arrows for the sorting buttons as well as for the delete button, set buttons layout to be closer to each other, fix lint error * feat: set a default diesableSort when list has less then 2 elements