- bump deps
- Added support for React 19 with antd (adapter)
- Added instruction to use
@ant-design/v5-patch-for-react-19
to use antd with React 19
- New way of setting entrance files for library, right now you can pass path to files inside bundler configuration. Check README for more information how to upgrade
- Change name from AsyncCMComponent to ClientCMComponent to make it more clear as usage on client side instead of server one.
- Updated spec bumps
- Added support for React 19 with antd (adapter)
- Updated README about using next.js router to refresh RSC components to see changes
- Removed support to execute useRouter from next.js, because it blocked way to work with Vite and forces developer to always refresh RSC (react server components). If you want to still have this feature you can pass it inside onSuccess/onFailure as params of saveChange
- Clean up in readme, better starting example provided
- Fixed to use flex wrap when direction is set to row, so content will be responsive on smaller device by default
- 3121c63: better tools