Skip to content

v1.0.0-beta.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 10:27

Web

🚀 Features

  • Support restful api for split import project [VIZ-1508] (#1570) cb134b
  • Support custom timeout for project export/import/delete mutation [VIZ-1494] (#1550) f25527

🔧 Bug Fixes

  • Disable cache on valid alias queries & fix ui around alias (#1603) d0faf3
  • Remove unnecessary project properties from update calls in project general settings (#1595) 040023
  • Skip project mutation update when no change [VIZ-1523] (#1591) 649676
  • Fix TS error in vite.config.ts file [VIZ-1559] (#1586) 7c1e45
  • Input's action key missing (#1588) 6fa63d
  • Auth session persistence after logout when using browser back button [VIZ-1486] (#1554) d23b95
  • Missing property on installed plugin [VIZ-1492] (#1549) 3cf1ef

✨ Refactor

  • Use scene.id when reset alias of published map [VIZ-1601] (#1599) edfff9
  • Update alias prefix in public settings for consistency (#1596) 352be7
  • Publish project page ui/ux [VIZ-1439] (#1558) 23beb8
  • Improve error handling [VIZ-1485] (#1584) 6b772a
  • Improve ui components accessibility [VIZ-1522] (#1576) 2a2c53
  • Rename measured height[VIZ-1542] (#1583) be1755
  • Settings page layout [VIZ-1431] (#1560) c16ba0

🧪 Testing

  • Import project tests (#1593) bda584
  • Add unit tests for hooks [VIZ-1577] (#1592) 147afa
  • Add tests for hooks [VIZ-1559] (#1589) 5f40a4
  • Add unit tests to components [VIZ-1465] (#1579) 610c93
  • Reduce unit test coverage and add unit tests to components [VIZ-1501] (#1582) 94328b
  • Added tests for project screen (#1581) dfd42e
  • Add unit tests to components [VIZ-1465] (#1577) 6198ee
  • Add unit tests for field components [VIZ-1498] (#1567) ec6a89
  • Add test screen recording (#1571) 42585f
  • Add unit tests to utility functions [VIZ-1497] (#1552) c137ea
  • Add component tests for Breadcrumb, Button, CheckBox, and ClickAway in reearth-ui (#1533) 2a30f2

Miscellaneous Tasks

  • Update package version to 1.0.0-beta.6.0 (#1600) e942be
  • Enable Corepack and set Yarn version in license checker workflow (#1601) 413fb3
  • Improve accessibility in feature's component (#1585) 1e15dc
  • QA Automation Framework (#1559) 5875bd
  • Update code owner of e2e (#1561) 5905e2
  • Update test related packages and reduce test coverage scope temporarily [VIZ-1460] (#1551) 45a938

Server

🚀 Features

  • Migrate project/story alias [VIZ-1478] (#1590) b639e3
  • Update alias check [VIZ-1541] (#1587) 3e84d8
  • Update alias validation[VIZ-1535] [VIZ-1558] (#1580) 85b4c0
  • Add Public Projects Support[VIZ-1481] [VIZ-1480] (#1573) a5a657
  • Set project visibility [VIZ-1517] (#1575) 071011
  • Split file uploads command [VIZ-1470] (#1553) 149084
  • Add windows batch [VIZ-1468] (#1544) 68cf3a
  • Insert project id to project alias value when project is created [VIZ-1475] (#1556) 5779d7

🔧 Bug Fixes

Miscellaneous Tasks

  • Return appropriate error from project updateAlias (#1543) 085504
  • Fix graceful shutdown & fix filename typo [VIZ-1483] (#1545) dc2a27
  • Add file size check [VIZ-1425] (#1542) 2d6abc
  • Update README about how to add error message (#1541) 346dff
  • Add document about how to add error message (#1540) 744e8f

Misc

qa-web

Miscellaneous Tasks