Skip to content

Latest commit

 

History

History
149 lines (116 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

149 lines (116 loc) · 12.2 KB

Changelog

All notable changes to this project will be documented in this file.

0.4.0 - 2022-09-15

0.3.0 - 2022-09-15

0.2.0 - 2022-09-15

0.1.1 - 2022-09-15

0.1.0 - 2022-09-15

server

chore

feat

fix

web

chore

feat

  • Add loading (#41) 97f99e
  • Add notification and fix publish bugs (#40) e7577b
  • Image upload (#39) 4c2e06
  • Implement UIs (#38) 4bb235
  • Setup ext for fetching plugins + refactor (#32) 867178
  • Update plugin installed extension and refactoring (#30) 813036
  • Gql hooks user page and user plugins page (#29) 091bee
  • Detail page query (#14) 3f4b19
  • Add theme and update root, user, and plugin pages (#20) 2f1a0e
  • Add gql and style components (#11) 25a972
  • Fix auth0 problem & add update components (#8) d7f251
  • Add components, styles and some GQL (#7) f81349

fix

  • Disable buttons of non-installable plugins 4dde80
  • Apollo requires auth aaecc5
  • Type error 600f68
  • Stop using react-router-dom in extensions 5f7428
  • Fix install plugin 7ced5d
  • Config path a4e504
  • Workaround fix build result 54e499
  • Reearth_config url issue 317584
  • Remove HttpLink (#23) e4acf6
  • Gql provider endpoint configuration 0fd614

refactor

  • Split core from header and footer to be used as extension (#9) f15275

chore

  • Update codeowners 44614c
  • Clean up app file, update naming to be same as other repos fc0f95
  • Updated project route alias and small refactor a969e8
  • Update code owners aa21cd
  • Update config (#3) 1d4354
  • Add CODEOWNERS (#1) f87e17

ci

  • Fix release 7d248e
  • Fix ci 159be7
  • Uncomment ci 32cdfe
  • Fix test deploy c8f465
  • Fix stage 71001f
  • Fix 22ea39
  • Fix build to fetch artifact 441b8d
  • Fix artifact f65078
  • Set up workflows which generate changelog, trigger GitHub's release and save rc to the artifacts (#42) c57a83
  • Set golangci-lint timeout 3250cb
  • Uncomment needed workflow 35280d
  • Update test extensions and add extensionType d6c4d4
  • Fix workflow to build docker image (#6) 3d284b
  • Setup workflow to run CI by detecting file changes, build and deploy (#4) 2157da

feat

  • To case-insensitive search (#33) 6cba63
  • Update plugin detail page to better support extension (#28) fa1aed
  • Basic setup of library extension (#15) 5ae8e8

fix