Skip to content

Releases: premieroctet/next-admin

@premieroctet/[email protected]

08 Mar 16:58
cc0a71d
Compare
Choose a tag to compare

Patch Changes

  • 55a6506: Fix: allow sublevel on items in select
  • 15d2e83: Turn utils function file into non server component
  • b4b8a92: Remove query-builder and unused styles
  • 4ef126f: Fix: Order by alias name in list

@premieroctet/[email protected]

12 Feb 17:09
48ee292
Compare
Choose a tag to compare

Patch Changes

  • 382ac9a: Richtext Editor : Add slate dependencies as optional = To use richtext editor, install the corresponding version of slate, slate-history and slate-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]

31 Jan 16:00
84585d9
Compare
Choose a tag to compare

Patch Changes

  • 6697dd2: Add deep access for relationship formatter

@premieroctet/[email protected]

29 Jan 11:52
fcc7c66
Compare
Choose a tag to compare

Patch Changes

@premieroctet/[email protected]

25 Jan 17:11
6918ea2
Compare
Choose a tag to compare

Patch Changes

  • b26d0ae: Support Decimal and Float Prisma
  • e3ee58a: Add one level of access model in optionFormatter option

@premieroctet/[email protected]

24 Jan 11:01
629fbd2
Compare
Choose a tag to compare

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]

16 Jan 18:30
c912c11
Compare
Choose a tag to compare

Patch Changes

  • 8af3cc9: Fix parse error on relationship

@premieroctet/[email protected]

15 Jan 17:38
6713773
Compare
Choose a tag to compare

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]

09 Jan 17:36
8e0dfb8
Compare
Choose a tag to compare

Patch Changes

  • 318748b: Fix form issue: relationship field are not displayed in form
  • 318748b: Display all properties even if editOptions are not empty

@premieroctet/[email protected]

08 Jan 18:19
1a1709d
Compare
Choose a tag to compare

Patch Changes

  • 3c67158: Fix optionFormatter function