0.15.5
·
172 commits
to master
since this release
0.15.5 (2020-06-05)
Features
- add ActionEditor to visualize actions json, update tests (bada1b2), closes #226
- add classrooms functionalities (get, add, edit, delete) (6336467)
- add dashboard vizualisation with recharts (c25dead)
- add favorite feature for spaces, add favorite spaces in menu (c26b807), closes #223
- add filter per space in dashboard (cdb2e41)
- add geolocation in save action (682b965)
- add online and offline theme (b5409e6)
- add recent spaces, home displays favorite and recent spaces (d87b1fb)
- add selection when exporting a space (335a3a9)
- add selection when loading a space, multiple refactor (97206b4)
- add space search bar in home and spaces nearby (aa67b77)
- add spaces, actions, resources to table, add functionalities (2affd69)
- add student mode switch (05652a2)
- add syncAdvancedMode to display different sync screens (934db99)
- add toastr on connection status change (9491058)
- add tooltips on export and load selection screens (edbcbc4)
- add user authentication, actions linked to userId (98e952e)
- add user functionalities in classroom (add, delete, edit) (df64116)
- allow load data in classroom without user if load only space (6fcef41)
- delete multiple users from table toolbar (fc4a626)
- display colorful space diff on synchronization (e8655ae)
- factor out appInstanceResources (1d39da8)
- get space from classroom process (9d5cc83)
- hide dev mode, sync and deletion when student mode is enabled (dbd1c06)
- load user data in classroom (30bfa7d)
- previsualize changes when sync space (978e984)
- restrict actions data in dashboard on studentMode (10c1dcb), closes #259
- retrieve post actions and save it in appInstance (47b4fc0)
Bug Fixes
- add empty ending line in babelrc file (b355fde)
- add missing trim to validate username (1ce97fb)
- classrooms do not share instances, tests (46a6557)
- handle searching for undefined spaces (98674fe)
- rename SPACE_NEARBY_SPACE_GRID_ID to SPACES_NEARBY_SPACE_GRID_ID (e1aa8ae)
- user access to classroom after edit, refactor, add selectors (f69843a)