Skip to content

Releases: evoluteur/evolutility-ui-react

0.7.0

22 Nov 00:46
Compare
Choose a tag to compare
  • Moved from REST to GraphQL (using Hasura).
  • New views: Overview and Activity.
  • Stats view redesign.
  • Added Typeahead for object lookups.
  • Better accessibility support.
  • Getting list for dropdown from server if not provided in model.
  • Misc UX and UI improvements.
  • Better performances w/ caching and memoization.
  • Removed dependency to Bootstrap-sass and gulp.
  • Added unit tests.

0.6.1

14 Nov 01:17
Compare
Choose a tag to compare
  • Bug fixes.
  • Layout improvements.
  • Re-styled validation message for invalid field value.
  • New Collection prop "hideIfEmpty" to hide a collection when it is empty.

0.6.0

13 Nov 08:40
Compare
Choose a tag to compare

New Features:

  • Added History (Activity) tracking (in localStorage).
  • Added Designer page.
  • Added "titleFunction" prop to Object.
  • Added "showTotal" prop (default true) to ChartTable.
  • i18n: Using separate files for different languages (only English right now).
  • Edits to metadata definition (not fully implemented yet).

Retired or Disabled Features:

  • Temporarily commented out Field type "MultiSelect".
  • Temporarily disabled Charts.
  • Retired "API Doc" view.

Look improvements:

  • SideNav is now Blue.
  • Rounded corners to Panels and Buttons.
  • Tooltip for fields help.

Dependencies changes:

  • Evolutility routes in a separate file.
  • Tooltips w/ rc-tooltip.
    -Replaced (partially) glyph-icon by react-crud-icons.
  • Dependencies updates.

0.5.2

01 Dec 07:33
Compare
Choose a tag to compare
  • GraphQL support
  • UI improvements

0.4.0

01 Dec 21:32
Compare
Choose a tag to compare
  • UI Improvements.
  • Dependencies upgrade.

0.3.4

07 Oct 22:39
Compare
Choose a tag to compare
  • Misc. UI Improvements.
  • Dependencies upgrade.

0.3.3

27 Nov 05:02
Compare
Choose a tag to compare

Minor improvements.

0.3.2

09 Sep 07:20
Compare
Choose a tag to compare

Charts improvements.

0.3.1

15 Jul 04:37
Compare
Choose a tag to compare
  • Now using nivo responsivePie and responsiveBars for charts.
  • Layout improvements.

0.3.0

22 Apr 07:23
Compare
Choose a tag to compare

New demo "Music" w/ Artists, Albums, and Tracks.

UI changes:

  • Added Search (still needs work).
  • Locale Formatting for Date, time, and date-time (contribution from @david-pfx).
  • Charts table: added sorting, % column, and total row.
  • Right align numeric fields in list view.

Metamodel changes:

  • camelCase property names.
  • New model prop "defaultViewOne"
  • New panels and collections props ""header" and "footer".
  • Collections fields can now be objects or ids.