Skip to content

Releases: dev-family/admiral

v5.9.8

27 Jan 15:45
Compare
Choose a tag to compare

What's new:

Localization (ruRU):

  • Added support for Russian (ruRU) localization.

Refactoring Localization Logic:

  • Updated enUs format to enUS.
  • Removed the locales file.
  • Consolidated all localization files into the locales folder, now assembled as an AdmiralLocale object.
  • Moved the Logout button to the auth folder for better organization.

Localization can now be easily imported from the admiral package and applied to the Admin component.
Example:
<Admin locale={admiralLocales.enUS} />

What's fixed:

Fixes of previously non-localized elements:

  • Notifications for login success or failure.
  • Logout button text.
  • OAuth label text.
  • Updated user card alignment to the left.

v5.9.7

18 Oct 14:35
Compare
Choose a tag to compare

What's fixed:

  • Select component.
    Converting Boolean values to a number

v5.9.6

02 Sep 14:53
Compare
Choose a tag to compare

What's new:

  • Add baseAppUrl props in component to change the base path of the app.
    It's works with react-router

    Example:
    <Admin baseAppUrl="/app" />

v5.9.5

25 Mar 09:28
Compare
Choose a tag to compare

What's fixed:

  • A double request to get data when loading a crud using filters.
double-requests

v5.9.4

19 Mar 06:36
Compare
Choose a tag to compare

What's new:

  • Add DateRangePickerInput component (Demo is here).
  • Add the ColumnSpan prop to the Tab component, as in the Form.item that allows you to stretch the Tabs component to its full width.

v5.9.3

21 Dec 14:06
Compare
Choose a tag to compare

What's new:

  • export admiralLocales from entry point

What's fixed:

  • return to previous page in CRUD after edit Submit

v5.9.2

11 Dec 12:50
Compare
Choose a tag to compare

What's fixed?

  • SelectInput selectList is now accepting value === 0
  • SelectInput disabling drag&drop actions on disabled state of component

v5.9.1

23 Nov 13:54
Compare
Choose a tag to compare

What's fixed?

  • FilePictureInput component disabled state. Now it could work with preview and download active buttons in FileList.

V5.9.0

13 Nov 07:51
Compare
Choose a tag to compare

What’s new?

  • Debounce for quick filters
  • When adding a new block inside ArrayInput, shift the focus to the input field

What's fixed?

  • Page reloading after logout for reset all data
  • Change the styles of quick filters for better cross-browser compatibility

v5.8.0

28 Sep 12:41
Compare
Choose a tag to compare

What’s new??

  • Form Components:
    Connected onChange method to BooleanInput, ColorPicketInput, DatePickerInput, DraggerInput, EditorInput, MultilineTextInput, PasswordInput, RadioInput, SelectInput, SlugInput, TextInput, TimePickerInput.