Skip to content

Latest commit

 

History

History
126 lines (93 loc) · 11.7 KB

File metadata and controls

126 lines (93 loc) · 11.7 KB

1.4.0 (2025-07-02)

Features

  • add buttons for exports (rename and delete) with dialogs (bb24296)

Bug Fixes

  • saved views correctly loading camera in both projections (6699cd5)

1.3.2 (2025-06-24)

Bug Fixes

  • validation error in embed selection of views (8f524c0)

1.3.1 (2025-06-24)

Bug Fixes

  • selected only one view to export threw error (97d70b9)

1.3.0 (2025-06-24)

Features

1.2.0 (2025-06-23)

Features

  • add save views api and change layout (8e2569e)
  • add screenshot function and bookmark views (layout) (596f0b6)
  • save views persisted and loaded correctly with zoom (5f3c2d4)
  • update tooltip rendering (0201a90)

1.1.0 (2025-06-10)

Features

  • add property only tooltip info to embeds (with persistence to DB and GUI) (d54d01d)
  • allow hover over tooltip (fc7e8c8)
  • format urls in tooltip (16352f3)
  • in embed viewer keep just free camera and top view (6925b1e)
  • modify tooltip to show multiple column information and hide column selector (e5a5b49)
  • remove active column dropdown if only one and forbid change of column name in the dropdown (5e17be9)

1.0.6 (2025-02-03)

Bug Fixes

  • enable embeds viewing without authorization (#4) (8dc5639)

1.0.5 (2025-02-03)

Features

  • set timeout 5s for every toaster (#1) (408640b)

Bug Fixes

  • add disableShift parameter while spliting models (#2) (16dbefb)
  • changed hardcoded email address (#3) (f545a4c)

1.0.4 (2024-09-20)

Bug Fixes

  • disable nextjs server minification to prevent circular dependencies in typeorm (c8991c7)

1.0.3 (2024-09-20)

Bug Fixes

  • fix entrypoint migrations and app start logic (848eb55)

1.0.2 (2024-09-19)

Bug Fixes

1.0.1 (2024-09-12)

Features

1.0.0 (2024-09-12)

Features

  • 3D model storage (#52) (9b48dfb)
  • add .gitignore rules for web files and create Editor.css (bfe04f0)
  • add devcontainer environment (b27b965)
  • add new next project with basic auth logic (ec57c2f)
  • add storage feature (ed49eb8)
  • add testing framework vitest, add config, create example test (8e48819)
  • add typeorm database connection and example entities (1f372da)
  • added users to db with token (#51) (f77fc8e)
  • adding adobe design sstem, added mutations and queries base (c1e4e30)
  • adding new structure to the project feature (5b72cd4)
  • auto convert camelCase entity names to snake_case database field names (#55) (9949269)
  • ci (74e919e)
  • deployment (#64) (0f4d7c1)
  • embed entity and functions (#61) (8cba5f1)
  • fixed deps + typing HOC (#56) (968400b)
  • merge projects models (#59) (9100d0c)
  • metadata API (8f07f1a)
  • models metadtaa saving (306c1ff)
  • project-model API (0df5db9)
  • rename model, multiple file trigger, and better error display (#57) (e3c9f73)
  • replace fetch with axios (#70) (706d418)
  • return objects in plain mode, toPlain helper (5b87b85)
  • structure update (941724e)
  • studio integration (#63) (a433806)
  • tailwind cleanup, switching to adobe design system (b14daf7)
  • tests for route paths (30d5446)
  • updated tailwind config (fb04d25)
  • use the converter utility to convert models in studio app (#67) (fea08eb)
  • user not enabled page (#68) (2f8bf51)
  • web components example (#66) (e5aad26)

Bug Fixes

  • adding responsive layout (#62) (8fc5190)
  • circular dependency error (605e8d0)
  • delete bucket when deleting model (#71) (e899824)
  • fix tests interfering with each other (1ffb6df)
  • fixing next-typeorm incompatibility (#49) (e037ad5)
  • path alias in route (78fc054)
  • path aliases for tests (3b9d826)
  • remove .env with test key, regenerate keys on auth0 (f56fcdd)
  • update ci cwd (60127bd)
  • user primary key (3d57636)