Releases: premieroctet/next-admin
Releases · premieroctet/next-admin
@premieroctet/[email protected]
@premieroctet/[email protected]
Patch Changes
- 382ac9a: Richtext Editor : Add
slate
dependencies as optional = To use richtext editor, install the corresponding version ofslate
,slate-history
andslate-react
- bb41a1d: Change button in form, add save and continue button
- c01ca4d: Fix text area input field
- 5098926: Add a warning message if the form is modified and not saved
- 89d1a85: Custom style for form
- 2253dbd: Apply search on formatted field in form
- c3b875e: Add
@monaco-editor
as optionalDependencies - To use the JSON editor, install the corresponding version of@monaco-editor/react
@premieroctet/[email protected]
Patch Changes
- 6697dd2: Add deep access for relationship formatter
@premieroctet/[email protected]
Patch Changes
- 8434ec4: BigInt support
@premieroctet/[email protected]
@premieroctet/[email protected]
Patch Changes
- 08d8a1e: Add redirection on relationship fields
- 961996d: Fix optional relationship on creation
- 84dc855: Possibility hide even id column in form
- 6285e36: Possibility to not display search field on list if search option is an empty array. In case search options are not defined, all scalar fields are concerned
- a1aa499: Add aliases options to rename columns name and form label
@premieroctet/[email protected]
Patch Changes
- 8af3cc9: Fix parse error on relationship
@premieroctet/[email protected]
Minor Changes
- ce1c30c: Only allow the relationship field in the configuration, not the field that carries the relationship at all - this allows several fields to be used in the Prisma @relation options
- 2da9588: 🌐 add i18n support
Patch Changes
- 8fcfa08: Add limit of 20 items on select for relationship
- 8fcfa08: Fix search in enumeration selector
- 7204981: Fix search for relationship fields and enum fields
- c962865: Order fields in form according to display options order
- e1ee443: Fix insensitive search for MySQL providers
- ce1c30c: Form submitted with error will keep the state with user modification
@premieroctet/[email protected]
@premieroctet/[email protected]
Patch Changes
- 3c67158: Fix optionFormatter function