Skip to content

Latest commit

 

History

History
454 lines (301 loc) · 37.9 KB

CHANGELOG.md

File metadata and controls

454 lines (301 loc) · 37.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.15.8 (2020-10-12)

0.15.7 (2020-10-12)

0.15.6 (2020-09-30)

Features

  • add signin and signout actions, refactor dashboard (442092b)
  • add switch for action enabled and action access (2e20609)
  • add teacher theme (d95398b), closes #283
  • add user filter in dashboard (8d81829), closes #284
  • add welcome screen when there si nothing to display in Home (414cec5), closes #273
  • close app from mainmenu (8503ee5), closes #282
  • delete appInstanceResource and related file (2d5b4e4)
  • display username in drawer (a03ae5e), closes #240
  • keep language when creating new user (8845d5c)
  • save file locally when receiving postFile message (d308f36)

Bug Fixes

  • sync: add default protocol for remote space image (3219d99)
  • fix saving login action twice on signin (24a1155)
  • spaces nearby: get correctly geolocation from user (0a63a6a)
  • define user in SignInScreen (2c7aff3)
  • display connexion status toastr only on change (8a725c3), closes #254
  • do not add classroom when name already exists (0c6c83e), closes #300
  • does not save action and resource when space is not saved (0b5bb5d), closes #296
  • fix database typo in user filter, fr translation (83b90d6)
  • fix minor test issues (d023709)
  • handle empty items in phases on space sync (b82a02b)
  • remove space in classroom instead of in saved spaces (0434c50)
  • translations for sign in as guest (76eaa8d)
  • use logger in postFile, refactor postFile (d9145b6)

Build System

  • deps-dev: update version and release deps (b677150)

Tests

  • update test to work with student as default user mode (ef975ce)

Documentation

  • add login and user mode docs (40d6f35)

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)

0.15.4 (2020-03-06)

Features

  • add offline version of the name the frame (2d62ce6)

Bug Fixes

  • close p tag after fix in commit c6e1931 (f81343d)
  • pass database in setLanguage argument (a9f9ee6), closes #231

0.15.3 (2020-02-28)

Features

  • support math in MediaCard description (d557400)
  • update mapping.js to include the entry box (171467a)

Bug Fixes

  • Changed name entry to inputBox. (9836df7)
  • close div when parsing math (c6e1931)

0.15.2 (2020-02-17)

0.15.1 (2020-02-17)

Features

  • update mapping.js to include twente apps (189cb7d)

Bug Fixes

  • only show actions for spaces on user home screen (65ce373), closes #203

0.15.0 (2019-10-28)

Bug Fixes

Features

  • allow users to visit a space using a url (af20a10), closes #193

0.14.0 (2019-09-09)

Bug Fixes

  • correctly import google analytics id (7391bf5), closes #188
  • make dialogs modal (6f1efee), closes #152
  • reset side menu selection when space is updated (ceb5983), closes #187

Features

  • allow user to delete all user input in a space (f5ac61d), closes #184

0.13.1 (2019-08-20)

Bug Fixes

  • fall back on default language for proxied labs (a7007b2), closes #173

0.13.0 (2019-08-20)

Features

0.12.0 (2019-08-16)

Bug Fixes

  • add vertical margin between apps/labs (da3253d), closes #167
  • fix space between apps/labs (01c0e28), closes #167
  • hide app content that is below resize div (9bac761), closes #172
  • show item descriptions (31d6427), closes #170

Features

0.11.6 (2019-08-08)

Bug Fixes

  • default to using https if url has no protocol (3b6441e), closes #161
  • fix windows exceptions on loading and deleting spaces (77afd33), closes #159

0.11.5 (2019-08-06)

Bug Fixes

  • define homepage in openAboutWindow not package.json (9b81fc5), closes #156

0.11.4 (2019-08-06)

Bug Fixes

  • about menu working for Windows and Linux (27b8826), closes #134
  • display icon image in about menu for pack (cb45bab), closes #134
  • do not fail if extension is missing (b3bf56a), closes #155
  • implement translate function correctly (3816c2d), closes #150
  • open openAboutWindow after pack (a7f1b62)
  • remove menu bar from about window (and others) (13d63ad)
  • resolve path for app.getPath for Windows (714cd5d), closes #144
  • set bug report link and pull info from package.json in about window (787b19e), closes #142

0.11.3 (2019-07-22)

Bug Fixes

  • use channel specific to each app instance to get resources (85fa4f4), closes #136

0.11.2 (2019-07-21)

Bug Fixes

  • only receive messages from intended app (7b3cfbc), closes #136

0.11.1 (2019-07-18)

Bug Fixes

  • only respond to app that sent message (19f9a3d), closes #136

0.11.0 (2019-07-17)

Bug Fixes

  • show nearby spaces below header (4225cce), closes #138

Features

  • activation / deactivation of location sharing (455e554), closes #107
  • make apps resizable (f8bd12c), closes #139

0.10.1 (2019-07-16)

Bug Fixes

  • automatically write env.json with contents from env (128b276), closes #116
  • fix order of commands in dockerfile (e1176fc), closes #123
  • setup before testing (93c360c), closes #122
  • show quicktime videos using mp4 (1c59c04), closes #133
  • support editing video and images locally (4f0e960), closes #121

0.10.0 (2019-07-02)

Bug Fixes

Features

0.9.0 (2019-06-21)

Bug Fixes

Features

  • allow a user to sync a space with the remote (2e468fa), closes #114

0.8.1 (2019-06-21)

Bug Fixes

  • add app instance id to phase app (dd93a91), closes #111

0.8.0 (2019-06-20)

Bug Fixes

  • allow online use to access app instance (31d4e59), closes #94
  • do not fetch from api if space is saved (3778518), closes #95
  • save files to correct directory and rename them in the process (442755b), closes #103
  • specify protocol in url when downloading file (3accc64), closes #99
  • update call for offline download (2859b14), closes #93

Features

  • make banner for warnings, info and errors (e04951a), closes #98
  • show users when they are previewing a space (be10b87), closes #96
  • signal when a space does not support offline use (72d0cf5), closes #105

0.7.0 (2019-06-12)

Bug Fixes

  • allow urls with query strings (c2ef55f), closes #92
  • show message when no spaces are available (d187018), closes #91

Features

  • allow developer to edit the database directly (edc96b7), closes #90
  • allow user to set app to developer mode (f8c65bf), closes #88

0.6.0 (2019-06-11)

Bug Fixes

  • display space description in media card (fdd9052), closes #57
  • do not cast id to number (ed1436c), closes #59
  • fix default language code (74028a0), closes #79
  • folder prop is not required (9b7a3e2), closes #84
  • handle spaces as an immutable set (2d2b003), closes #54
  • provide better error handling for invalid space ids (81a952c), closes #81
  • remove all suffix from languages (3778274), closes #82
  • specify node as prop type for media card button (61811f9), closes #85

Features

  • get language for space from space itself (9e927d4), closes #80
  • support offline actions (f4c8b7e), closes #83

0.5.0 (2019-05-14)

Features

  • download phet labs in requested language (3f2c432), closes #78
  • support multiple languages (a4c3adf), closes #77

0.4.2 (2019-05-07)

Bug Fixes

0.4.1 (2019-05-06)

Bug Fixes

  • fix video resize error (499bbc9), closes #74
  • google analytics for universal analytics (843f49e), closes #75

0.4.0 (2019-05-06)

Bug Fixes

  • clear space when navigating away (4433367), closes #41
  • delete space resources with space (5db5a2a), closes #11
  • do not make geolocation call if offline (611f988), closes #69
  • do not show missing description message (1deb087), closes #51
  • fileLocation.endsWith is not a function (17dfa76), closes #53
  • fix auto update (4962993), closes #29
  • fix error loading zip with load button (4a634d0), closes #70
  • fix folder structure (61844d0), closes #64
  • fix or suppress linting errors (bccb8f1), closes #30
  • log messages correctly (c284302), closes #31
  • minor fixes before open sourcing (d54b6a2), closes #17
  • modify menu options (22eb7af), closes #33
  • show loader for nearby spaces (2397937), closes #72
  • update images for cards (abb647f), closes #65
  • update repository (fc2ae9c), closes #28

Features

  • add create react app project (4ab0059), closes #1
  • add export and delete (a8d64e4), closes #5
  • add google analytics (ead4dbc), closes #73
  • add icons and fix linting (a213bcd), closes #7
  • add pages layout (bae0c99), closes #3
  • allow a user to see public spaces nearby (16d6bec), closes #66
  • allow labs and apps to work online and offline (4209a41), closes #46
  • allow spaces to be saved (1de5dfa), closes #42 #43
  • allow user to delete a saved space (37bc8c4), closes #45
  • allow user to export a space (5de9625), closes #49
  • allow user to load a space (51788f9), closes #50
  • allow users to visit an online space (f7c9cfb), closes #39
  • download background image (5c06280), closes #13
  • download space image for offline use (7a09413), closes #47
  • enable auto update (b053ceb), closes #24
  • get space from lowdb (3eaee98), closes #44
  • only allow saving spaces that have been marked as offline (715bab5), closes #67
  • support local and remote videos (0b586f6), closes #52
  • support sentry in the front end (8ea8c53), closes #63

0.3.0 (2019-05-04)

Bug Fixes

Features

  • allow a user to see public spaces nearby (16d6bec), closes #66
  • only allow saving spaces that have been marked as offline (715bab5), closes #67

0.2.0 (2019-05-03)

Bug Fixes

  • clear space when navigating away (4433367), closes #41
  • do not show missing description message (1deb087), closes #51
  • fileLocation.endsWith is not a function (17dfa76), closes #53
  • fix folder structure (61844d0), closes #64

Features

  • allow labs and apps to work online and offline (4209a41), closes #46
  • allow spaces to be saved (1de5dfa), closes #42 #43
  • allow user to delete a saved space (37bc8c4), closes #45
  • allow user to export a space (5de9625), closes #49
  • allow user to load a space (51788f9), closes #50
  • allow users to visit an online space (f7c9cfb), closes #39
  • download space image for offline use (7a09413), closes #47
  • get space from lowdb (3eaee98), closes #44
  • support local and remote videos (0b586f6), closes #52
  • support sentry in the front end (8ea8c53), closes #63

0.1.6 (2019-04-30)

Bug Fixes

0.1.5 (2019-04-30)

0.1.4 (2019-04-30)

Bug Fixes

0.1.3 (2019-04-29)

Bug Fixes

0.1.2 (2019-04-29)

Bug Fixes

0.1.1 (2019-04-29)

0.1.0 (2019-04-29)

Bug Fixes

  • delete space resources with space (5db5a2a), closes #11
  • minor fixes before open sourcing (d54b6a2), closes #17

Features