Releases: evoluteur/evolutility-ui-react
Releases · evoluteur/evolutility-ui-react
0.7.0
- 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
0.6.0
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
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
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.