Skip to content

Releases: EditVR/editvr-frontend

v1.6.0

20 Nov 16:37
c2e98d7
Compare
Choose a tag to compare

1.6.0 (2018-11-20)

Features

  • 404: move 404.html to /public (8901407)

v1.5.0

19 Nov 20:05
ae4d3f4
Compare
Choose a tag to compare

1.5.0 (2018-11-19)

Bug Fixes

  • cname (49c0e2a)
  • validation: blocker number field validation on components (46e48ae)
  • validation: blocker number field validation on scene rotation (bb74559)

Features

  • 404: redirect 404s to home keeping the path for react routing (c985f9a)

v1.4.0

28 Sep 23:18
c428725
Compare
Choose a tag to compare

1.4.0 (2018-09-28)

Features

  • dev.editvr.io -> editvr.io in cname (1f383f2)

v1.3.2

28 Sep 22:20
Compare
Choose a tag to compare

1.3.2 (2018-09-28)

Bug Fixes

  • config: remove loading of local config that may not exist (4386dd3)

v1.3.1

28 Sep 22:13
Compare
Choose a tag to compare

1.3.1 (2018-09-28)

Bug Fixes

  • config: only attempt to load local config if in dev env (09b0cf3)

v1.3.0

28 Sep 22:02
Compare
Choose a tag to compare

1.3.0 (2018-09-28)

Bug Fixes

  • user_register: add missed docs for register action (d4b9b16)
  • ignore local config require (18105fa)
  • resolve merge conflicts (22901bb)
  • resolve merge conflicts (5164751)

Features

  • fked-42 - stub progress (09917b6)
  • stub: progress on adjusting scene edit mechanisms (c4f02cc)
  • make links inactive when the editor is in selection mode (40308da)
  • components: complete open experience support for component deletion (3b55f0a)
  • redirecting, user instructions, tests (62858fc)
  • scene rotation editing (ce1a717)
  • components: wip allow for deletion of components (22d586e)
  • links: wrap up link destination editing work (354cf94)
  • scene: create a scene rotation mode with a tool button (d9836bd)
  • scene_rotation: scene rotation presaving (230dc46)
  • user_password_reset: add password reset feature (894ebcb)

v1.2.0

13 Sep 18:24
Compare
Choose a tag to compare

1.2.0 (2018-09-13)

Features

  • adjust home page value to dev.editvr.io (b0219a0)

v1.1.1

13 Sep 15:02
Compare
Choose a tag to compare

1.1.1 (2018-09-13)

Bug Fixes

v1.1.0

05 Sep 18:32
6ce746b
Compare
Choose a tag to compare

1.1.0 (2018-09-05)

Bug Fixes

  • better default title for link components (d83c4d9)
  • correct title heh (e884844)
  • ignore coverage (74488e5)
  • remove mouse cursor component requirement (c2a2c22)
  • component: bye shallowEqual, use value not defaultValue (0ccd1c6)
  • componentform: remove timeout on component unmount (29f433a)
  • conflicts: resolve merge conflicts (271f749)
  • dashboardlayout: adjust dashboardlayout styles (7432bf1)
  • dialog: update dialog component dep (553edca)
  • dialogs: add body/title font/color, and add dialog images (4499e63)
  • dialogs: de-spawn dialogs upon remove (2e4c909)
  • dialogs: only spawn dialogs if the scene is being loaded in (99e50ff)
  • dialogs: progress towards making dialogs drag/droppable (a4a0eb4)
  • draggable: configurable drag/drop target (0a3ed6a)
  • draggable: remove dragged element after its released (3e53075)
  • editing: fix editing mechanism so that it uses component uuids (a65e325)
  • eslint: do not require audio/video transcript (c531c5a)
  • experienceform: correct view path in url field helper (4722d7d)
  • experienceform: fix docblock comment in style file (ce94f76)
  • is-editable: re-add is-editable component to dialog (650d608)
  • linting: resolve linting issues (e824cfa)
  • merge: resolve merge conflicts (1f17876)
  • openexperience: fix openexperience reducer item property (fd7f6dc)
  • openexperience: openexperience.item defaults to empty object (571413c)
  • parsing: clean up scene and component parsers (9497d74)
  • redirects: fix private and public route types (c720db3)
  • scene: ensure scene edit actions get experience payload (f9b7652)
  • scenecards: add support for scene descriptions (c07619f)
  • sky: do not pass null values to sky rotation component (e221e91)
  • thinlayout: correct docblock in thinlayout styles (e7e3f63)
  • tools: remove un-needed message from tools menu (f12e61c)
  • user: copy pasta fail for action triggers (98fc0dc)
  • user: correct user login and user set role names (8a7f982)
  • scroll issue and hp padding (4ad38c9)
  • user: execute correct handler for USER_LOG_OUT and USER_SET_ROLE (841ee57)
  • user: fix date issue in user action test (89e363a)
  • vreditor: do not redirect if experiences take a sec to fetch (b209451)
  • vreditorlayout: classes proptypes declarations (0a0f0ba)

Features

  • abstraction: helper functions for aframe components (cc33396)
  • actiongen: code docblock for action generator (9100224)
  • aframe: improve connecting utils (37c467b)
  • aframe: initial connectRouter and connectRedux helpers and sky (823ce3c)
  • aframe: object methods on aframe components (4ee396e)
  • aframe: real-time state update rendering (94da470)
  • api: add a custom error message for 422 responses (03d4582)
  • component: component pre-saving (e0ea075)
  • component: dispatch component updates when no input for 200ms (2a81861)
  • component: edit handling for component objects (7cca14a)
  • components: component selecting (402c4d3)
  • dashboard: add experience create button (4ac0250)
  • dashboard: add open and edit buttons with tooltips (74fbe25)
  • dashboard: class proptypes for dashboard layout component (ec42b49)
  • dashboard: dashboard layout with sidebar menu (9405e17)
  • dashboardlayout: add title to DashboardLayout (920b674)
  • denormalization: denormalize jsonapi requests (48e7788)
  • denormalize: denormalize scenes and components into keyed objs (63584bc)
  • dialog: finish dialog drag/drop (23deb54)
  • dialog: spawn dialog components (b781f8c)
  • dialog: update @editvr/aframe-dialog-popup-component (232bd24)
  • dialog: update @editvr/aframe-dialog-popup-component (d0b897b)
  • dragdrop: add an isDraggable component (542de60)
  • experience-form: use Formik to create the Experience form (58fbd23)
  • experiences: add experiences action, reducer, api, and components (a36ea5b)
  • experiences: empty experience add route (eb54748)
  • experiences: fked-26 - default form field values (0c960bc)
  • experiences: fked-26 - fix api patch issue, experience editing (f6a5263)
  • experiences: fked-26 - use const for form button values (fe7d6f0)
  • experiences: generic experiences form, add description field (a363653)
  • experiences: stub out main mechanisms for experience creation (0e347c0)
  • experiences: success handlers in actionGenerator (8ca398b)
  • forms: form updating, touched config, etc (4b9dcfb)
  • links: functioning links that spawn/despawn on scene change (060d380)
  • links: link spawner and nav-link component (266f12a)
  • loader: add loading indicator (78a9b44)
  • login: fix login/fail reducers, correct login form message (29208c5)
  • login: login page and progress on login form (53729e2)
  • logout: add basic null component test (549b721)
  • merge: resolve merge conflicts (cfd10c7)
  • merge: resolve merge conflicts (90e7652)
  • stub out reduxConnect and routerConnect helpers ([a4658b3](https://github.com/editvr/edit...
Read more

v1.0.0

17 May 22:31
Compare
Choose a tag to compare

1.0.0 (2018-05-17)

Bug Fixes

  • ignore build directory (82d9b30)
  • prettier ignore build directory (3c5b9e9)
  • remove AUTHORS from lint-staged (21a6f46)

Features

  • add github configuration (c356e7f)
  • build: add prettier and configuration (83c8c09)
  • build: create-react-app init (1a4b4c2)
  • build: eslint and configuration (88b6056)
  • build: husky, lint-staged (2bcf0d9)
  • eslint: eslintignore and complicance (070b08b)