Releases: sidekick-coder/index-san
Conversion to SPA
Conversion to SPA
This update changes the app from a desktop app to a SPA (single-page application) that later would be installable via PWA.
You can already check-in here
This was possible thanks to an update in the FileSystemApi that allows better manipulation of local files and folders inside the browser.
This API solves our problem of using local files for the app to work, and this was the only reason we were using a desktop app before.
Also, we made this change to make more easier for us to manage deploys and updates of the app, from now on we can make updates with more speed and without much problem.
🚀 Enhancements
- chrono: Initial setup (9c5ce51)
- chrono: Init use-case (bed1be0)
- chrono: Add ChronoObject entity (7836520)
- chrono: Add object service (107d0f1)
- chrono: Add playground (38c458e)
- chrono: Blob & object repository (a458b0e)
- chrono: Add cat-file use-case (0019ec6)
- chrono: Implement object trees (1c23423)
- chrono: Add to stage use-case (593e671)
- chrono: Add README.md (0aa7d57)
- chrono: Remove use-case (6e9fdd3)
- chrono: Commit use-case (b14b3dc)
- chrono: Add drive read dir options (e52a859)
- Add HashEntryService (2a6f19e)
- chrono: Add head entry repository (19aea29)
- chrono: Checkout use-case (e7bbab4)
- chrono: Add LogUseCase (e5f45e8)
- app: New app layout (6df4ee7)
- app: Add readme (7932156)
- app: Implement initial workspace flow (2e22ebc)
- app: Add basic file explorer (d7c16f1)
- app: Implement folder navigation (54c8629)
- New color palette (f6d38e1)
- Toggle secondary drawer (33f101a)
- DefineAppPage (3fbfee5)
- Implement entry provider (c205b16)
- Create apps folder (be0f7ff)
- New directory toolbar (4e2e39d)
- Implement directory controls (8c392ad)
- Add initial hephaestus package (21ae5c7)
- Update readme (9563711)
- V0.10.0 (bc3425b)
- V0.10.1 (87847cf)
- V0.10.2 (0ece46b)
🩹 Fixes
- chrono: Drive interface export (aba2f88)
- chrono: Lint errors (a6bb852)
- chrono: Wrong tree object paths (e3b619b)
- Not loading sub directories (59847f5)
- Imports errors (5eab18c)
- Missing permissions release pipeline (ed801ee)
- Ci pipeline (6908966)
💅 Refactors
- chrono: Update ChronoApp.hasFile method (12543e9)
- chrono: Rename repositories (9b74881)
- chrono: Use tmp repos on CatFile & HashFile use-case (20f1b36)
- chrono: Rename use-cases (8e59161)
- chrono: Remove tmp repositories (72f5a48)
- chrono:
⚠️ Remake stage area workflow (908c67d) - chrono: Update init use-case tests (d00285f)
- chrono: Rename Entry to IndexEntry (ade24f4)
- chrono: Allow multiple paths on AddUseCase (d64ab2b)
- chrono: Use HeadEntries to sync stage area (cbbc427)
⚠️ Remove main files (1699c12)⚠️ Restructure app files (ae9eeb0)- app:
⚠️ Move components & composables to old folders (bffdf45) - app: Reimplement i18n (a8d69d0)
- app: Reimplement mini sidebar (c052219)
- Remove unneeded files (c7d3e46)
- app:
⚠️ Organize monaco files (c4066e0) - app:
⚠️ Start moving block editor files (123b8dd) - Old-modules (c8c183a)
- AppPageRender component (84f2e6a)
- Lint (26770d6)
- Disable lint temporary (bc1d3c4)
- Disable tests (1f50594)
- Rename text-editor > monaco-editor (fa19692)
- Move docs package (2d49900)
- Put app pages inside components folder (b4d51df)
- Update readme (b1acff0)
- AppPage module folder (7923536)
- EntryProvider module folder (7bfaf0a)
- Make appPages & entryMiddlewares globally (f854515)
- Remove old pipelines (f8f30cb)
- Remake release process (605dddc)
🏡 Chore
- Updates dependencies (8a62fea)
⚠️ Breaking Changes
- chrono:
⚠️ Remake stage area workflow (908c67d) ⚠️ Remove main files (1699c12)⚠️ Restructure app files (ae9eeb0)- app:
⚠️ Move components & composables to old folders (bffdf45) - app:
⚠️ Organize monaco files (c4066e0) - app:
⚠️ Start moving block editor files (123b8dd)
❤️ Contributors
- Henrique De Oliveira (@zzhenryquezz)
v0.9.13-alpha - remake ci workflows
Remake github workflows and improve deploy proccess
Changelog
v0.9.12...v0.9.13-alpha
🚀 Enhancements
- core: Local eslint config (e00e3f3)
- ci: Create ci workflow (c6555b2)
- app: Local eslint (d85345b)
- ci: Add app job (fbcf28a)
- Add husky (ab1482e)
- ci: Update release workflow (8f5a4c8)
- V0.9.12-alpha (c2a605e)
- V0.9.13-alpha (7c597df)
🩹 Fixes
- core: Rollback tsup version (9dbcc00)
- ci: Build core before run app job (65bd4c3)
- app: CTable tests (570d97b)
- app: Lint warnings (d05c872)
- ci: Increase build memory (5b0c8c5)
- ci: Fetch tags on release workflow (e57084f)
💅 Refactors
- ci: Increase memory limit (3dfd871)
- core: Install latest tsup (66af06a)
- Update root lint command (dde3ad4)
⚠️ Remove sync versions between packages (c189c31)
⚠️ Breaking Changes
⚠️ Remove sync versions between packages (c189c31)
❤️ Contributors
- Henrique De Oliveira (@zzhenryquezz)
v0.9.12 New Block Editor & Back to alpha
New Editor
Back to alpha
I decide to go back to alpha because the project still is changing to much to have a stable version.
It is just a nominal go back and will not changed so much things, but this is to tell possible users that this still is not a ready to use software.
Changelog
v0.9.8...v0.9.12
🚀 Enhancements
- app: Add md-editor heading block (50595f3)
- app: MParagraph component (59b60d8)
- app: MComponent (1db85b8)
- app: Add evaluation module (5a08efa)
- app: Update MSetup to use evaluation composable (542292d)
- app: Create parser (b472309)
- app: Create NodeVariable interface (553d547)
- app: Add import processor (8529a04)
- app: Export processor (04b2b4c)
- app: Unknown node processor (d32b93c)
- app: Use new parser in MSetup.vue (9e68e41)
- app: Add npm resolver (8d96be0)
- app: Add delete block button (5a75858)
- app: Add & delete nodes in editor (083daab)
- app: Option to edit setup block (b8b098f)
- app: Improve renderer focus effects (e3c379a)
- app: Implement selection blocks (41d7e62)
- app: Add keybindings in editor block (6ae4aa1)
- app: Update monaco theme (f50a311)
- app: Evaluation card component (ca70a33)
- app: Node block button (46e340c)
- app: Node block script (adca59b)
- app: Node chart block (60fde3e)
- app: Update @language-kit/markdown (ca10649)
- app: Chart attrs (9de492c)
- app: Cheat sheet page (71758bf)
- app: Block customizable menu activation (4be458e)
- app: Basic node editor toolbar (786e8a4)
- app: Node chart toolbar items (76f9c6f)
- app:
⚠️ Update @language-kit/markdown package (3387695) - app: Add paragraph toolbar actions (ccc198a)
- app: Update monarch to mach text with attrs (0d33d92)
- app: Install @vue-macros/define-prop (0d59f87)
- app: HTMLContentEditable component (5235bc5)
- app: Block component (fa29deb)
- app: Block editor Toolbar (6be29f4)
- app: Add block editor component (51b0cd0)
- app: Add BlockHeading initial component (9bd06bf)
- app: Finalize BlockHeading component (5e11f61)
- app: Add initial ToolbarTextFormat (3eed31f)
- app: Add initial block-script component (617dc87)
- Finalize block-script (1b6fcd9)
- Create initial block-chart (e8dabd3)
- app: Finalize block-chart (eff4d8d)
- app: Common resolvers for script blocks (9cef8fa)
- app: Destroy blocks methods (0df1c1f)
- app: Add NewBlockMenu (dfc0132)
- core: Configure tsup (6cea3de)
- V0.9.9 (db3e74b)
- V0.9.10 (312f0a4)
- scripts: Run lint when creating version (d701f6a)
- V0.9.11 (a475f92)
- V0.9.12 (85d4161)
🩹 Fixes
- app: Menu close-on-click (05d3fbd)
- app: Missing vue-i18n types (cc31ce5)
- app: Show-hide prop in evaluation card (beab9b2)
- app: Menu start errors (f44f940)
- app: Params highlighted (5db79c8)
- app: Blocks error (3fa334b)
- app: Toolbar visible toolbars test (e4f2b1f)
- app: Fix tests errors (d5a70dd)
- app: Ts errors (02e2d81)
- electron: Electron forge not working (b06869a)
- scripts: Build core before build app (1469bf8)
- app: Tests not running (d120c05)
- ci: Release npm install command (a0fb220)
- Lint not working (92a6289)
- ci: Build core before run tests (4516593)
💅 Refactors
- examples: Update script samples (85f941e)
- app: Remove redirect from ELayout (55de2c4)
- app: Rename useCode > useEvaluation (6f25131)
- app: Individual test file for each processor (2a5bf04)
- app:
⚠️ Use new parser in use-evaluation (7463bd0) - app: Rename markdown-editor > editor (5474889)
- app: Make editor nodes have an id (513552b)
- app: Remake node setup (d2dbf41)
- app: Rename MHtml > NodeEditorRenderer (b87e225)
- app: Rename Paragraph component (4b98097)
- app: Rename MHeading (86c5144)
- app: Use renderer in Heading node (51a5017)
- app: Lazy update in node renderer (2df552e)
- app: Add delete & backspace in node heading (a961b32)
- Remove hidden nodes (35d3a14)
- app: Editor bottom switch mode (3c2153e)
- app: Remove empty nodes (5acf774)
- app: Better tooltip & menu activation (6d057c0)
- app: Make toolbar use teleport (b7b46b8)
- app: Blocks enable overflow for content (592afbf)
- app:
⚠️ Use new component in main editor (587fbcc) - app: Delete old components (609f287)
- app:
⚠️ Use new @index-san/core format (12d84cc) - electron: Rename to @index-san/electron (c1f8bb4)
- app:
⚠️ Remake tsconfig files (599d5f4) - electron:
⚠️ Update tsconfig files (615ad81) - docs:
⚠️ Rename docs package (5fc02f1)
🏡 Chore
✅ Tests
- HTMLContentEditable focus & blur (44e53e3)
- Create new BlockParagraph component (35a1ec1)
- app: Add ToolbarTextFormat tests (3c6b141)
⚠️ Breaking Changes
- app:
⚠️ Update @language-kit/markdown package (3387695) - app:
⚠️ Use new parser in use-evaluation (7463bd0) - app:
⚠️ Use new component in main editor (587fbcc) - app:
⚠️ Use new @index-san/core format (12d84cc) - app:
⚠️ Remake tsconfig files (599d5f4) - electron:
⚠️ Update tsconfig files (615ad81) - docs:
⚠️ Rename docs package (5fc02f1)
❤️ Contributors
- Henrique De Oliveira (@zzhenryquezz)
- Henrique (@zzhenryquezz)
v0.9.11...v0.9.12
🚀 Enhancements
- V0.9.12 (85d4161)
🩹 Fixes
- ci: Build core before run tests (4516593)
❤️ Contributors
- Henrique De Oliveira (@zzhenryquezz)
v0.9.11...v0.9.12
🚀 Enhancements
- V0.9.12 (85d4161)
🩹 Fixes
- ci: Build core before run tests (4516593)
❤️ Contributors
- Henrique De Oliveira (@zzhenryquezz)
v0.9.11...v0.9.12
🚀 Enhancements
- V0.9.12 (85d4161)
🩹 Fixes
- ci: Build core before run tests (4516593)
❤️ Contributors
- Henrique De Oliveira (@zzhenryquezz)
v0.9.8
v0.9.6...v0.9.8
🚀 Enhancements
- app: Add lazy mode in VInput (a3b8a7a)
- app: Active word wrap in monaco editor (c888779)
- V0.9.7 (9b4500b)
- V0.9.8 (c55c265)
🩹 Fixes
- ci: Update docs package name (e049758)
- Menu not showing some times (04f77af)
- ci: Fix docs pipeline (a3339d3)
- Lint warnings (cd631f9)
🏡 Chore
- core: Update dependencies 2023-04-15 (b7312a7)
- docs: Update dependencies 2023-04-15 (2fd8480)
- app: Update dependencies 2023-04-15 (c75ea81)
- root: Update dependencies 2023-04-15 (979dafb)
❤️ Contributors
- Henrique (@zzhenryquezz)
v0.9.6
Highlights
Change icons library to use iconify https://icones.js.org/
Options to edit and delete menu items directly in the drawer
🚀 Enhancements
- api: Setup (40db0a0)
- api: Create google connection request (da83d06)
- desk: Add chart annotations (dd21cec)
- app: Add v-tooltip (3bdc0e3)
- app: Add iconify (dc2e02e)
- core: Add xml parser (c41131a)
- V0.9.6 (8148c2b)
🩹 Fixes
- Lint & ts warnings (254ea77)
- app: Column update (d91a4fc)
- app: CTable tests (4c0e024)
- Docs package name in version script (9334cb0)
- docs: Nuxt generate error (781a94a)
💅 Refactors
- ci: Remove unneeded param (fc030d3)
- desk: Empty select after delete entry (2a4df59)
- api: Delete token after first usage (b05d021)
- api: Create entrypoint folder (162f97a)
- Rename packages (d2aa702)
- desk: Rename desktop -> app (531a374)
- Add scope prefix to core & docs (90dd557)
- api: Delete package (3817423)
- app: Fix CTable.spec.ts tests (a0d49c7)
- electron: Use app as a module (feba29c)
- Remove unused files (45ecd84)
- docs: Update getting-started 2023-02-18 (4c60e80)
- app: Show version in drawer (22d007c)
- app: Increase search icon results (e9f8709)
- app: Not deleteAll when editing file/folder (7af095d)
- Improve menu customization UX (a2669ed)
- Remove duplicated dependencies (414b92b)
🏡 Chore
- Update dependencies 2023-03-16 (7fadca8)
❤️ Contributors
- Henrique (@zzhenryquezz)
v0.9.5 - UI/UX improvements
Hightlights
- New welcome page
- New file explorer
- Update workspace option
- Update collection option
- Code quality fixes & UI/UX refactors
🚀 Enhancements
- core: Add IFetchService (ca77f82)
- electron-app: Implement fetch service (74d1df9)
- desk: Add coverage command (a28da93)
- desk: Add unplugin-auto-import (2fa8aa2)
- desk: Use-variation composable (fa672a1)
- docs: Add VBtn page (21b0f08)
- desk: Add welcome page (b269e78)
- core: Add list-drives use-case (64fd751)
- core: Add collection repository type property (55dbfa1)
- desk: Add edit option to collection list page (0a575a4)
- desk: Add page transitions (cb95045)
- desk: Reorder menu in drawer (cd5028e)
- desk: Add toggle workspace in drawer (e5502e0)
- desk: Add select methods to c-table (44d5fdc)
- desk: Add select methods to CGallery (d0065f8)
- core: Copy-directory-entry use-case (d2cfd87)
- core: Add move-directory-entry use-case (e8faa35)
- examples: Add large data example (82302ef)
- V0.9.4 (fc2bd89)
- V0.9.5 (85eb480)
🩹 Fixes
- desk: Moment types in editor (00c23e3)
- desk: Update pages to use new VBtn mode prop (352de87)
- desk: Menu sections color (27f89bd)
- desk: View not being deleted (70b0894)
- desk: SChart import error (ea52907)
- desk: Breaking layout in ISingle page (e865633)
- desk: C-table tests (5ecc0cc)
- Ts errors (49d56d0)
- core: Test errors (54cd912)
- docs: Ignore components test files (c4f2c04)
💅 Refactors
- desk: Increase EFolder items limit (869c07c)
- desk: Show inputs labels in ISingle page (dead9f2)
- desk: Use vite mergeConfig function (0b061c6)
- desk: Use variation composable in v-btn (6fe38a7)
- desk: Update method in workspace list page (f6c87b8)
- desk: Use icons in v-checkbox (380a717)
- desk: Convert components to camel-case (cfde86a)
- desk: Remake file explorer (cd5014d)
- desk: Remake columns store (ed09e52)
- Add test & build docs before new version (53ccfaf)
🏡 Chore
- Update readme 2023-01-15 (ba69995)
❤️ Contributors
- Henrique [email protected]
v0.9.3...develop
🚀 Enhancements
- core: Add IFetchService (ca77f82)
- electron-app: Implement fetch service (74d1df9)
- desk: Add coverage command (a28da93)
- desk: Add unplugin-auto-import (2fa8aa2)
- desk: Use-variation composable (fa672a1)
- docs: Add VBtn page (21b0f08)
- desk: Add welcome page (b269e78)
- core: Add list-drives use-case (64fd751)
- core: Add collection repository type property (55dbfa1)
- desk: Add edit option to collection list page (0a575a4)
- desk: Add page transitions (cb95045)
- desk: Reorder menu in drawer (cd5028e)
- desk: Add toggle workspace in drawer (e5502e0)
- desk: Add select methods to c-table (44d5fdc)
- desk: Add select methods to CGallery (d0065f8)
- core: Copy-directory-entry use-case (d2cfd87)
- core: Add move-directory-entry use-case (e8faa35)
- examples: Add large data example (82302ef)
- V0.9.4 (fc2bd89)
- V0.9.5 (85eb480)
🩹 Fixes
- desk: Moment types in editor (00c23e3)
- desk: Update pages to use new VBtn mode prop (352de87)
- desk: Menu sections color (27f89bd)
- desk: View not being deleted (70b0894)
- desk: SChart import error (ea52907)
- desk: Breaking layout in ISingle page (e865633)
- desk: C-table tests (5ecc0cc)
- Ts errors (49d56d0)
- core: Test errors (54cd912)
- docs: Ignore components test files (c4f2c04)
💅 Refactors
- desk: Increase EFolder items limit (869c07c)
- desk: Show inputs labels in ISingle page (dead9f2)
- desk: Use vite mergeConfig function (0b061c6)
- desk: Use variation composable in v-btn (6fe38a7)
- desk: Update method in workspace list page (f6c87b8)
- desk: Use icons in v-checkbox (380a717)
- desk: Convert components to camel-case (cfde86a)
- desk: Remake file explorer (cd5014d)
- desk: Remake columns store (ed09e52)
- Add test & build docs before new version (53ccfaf)
- ci: Remove unneeded param (fc030d3)
🏡 Chore
- Update readme 2023-01-15 (ba69995)
❤️ Contributors
- Henrique [email protected]
v0.9.2...v0.9.3
🚀 Enhancements
- desk: Add collection menu item (d4f57e4)
- desk: Column type checkbox (398f2c8)
- core: Add evaluation facade (705bfa0)
- docs: Docs setup (6c91955)
- docs: Getting started page (be5defc)
- docs: Create-collection guide (97368ab)
- docs: Create-script guide (d8ccf5d)
- docs: Component SChart page (8c63c94)
- desk: Add createViewIfNotExists method (09e2b64)
- docs: CTable component doc (b3f054d)
- docs: CGallery component (22f9e24)
- ci: Add docs workflow (c8b4a3f)
- V0.9.3 (7d7f816)
🩹 Fixes
- desk: Showing wrong icons in e-entry-icon (a509f11)
- desk: Chart button not working (fbb0156)
- Ts & lint errors (d2b08ee)
💅 Refactors
- desk: Lock files when writing (26295d8)
- core: Add array facade (46c3918)
- desk: Change v-table pagination style (6345fd1)
- desk: Remove buttons from i-value-date (7f5905f)
- desk: Markdown rule to open links (b345691)
- desk: Remove selected property from view group (45a6124)
- desk: Improve v-gallery pagination (107724a)
- desk: Disable rule in monaco editor (90a78f8)
- desk: Use only one menu el for actions (f74832c)
- Move common dependencies to root package.json (6080253)
- desk: Remove id from workspace dialog (19b1e9f)
- desk: Use createViewIfNotExists in CGallery (1321ff1)
- desk: Update filename template interpolate (281e754)
- ci: Generate only artifacts on release (f9ef6de)
- ci: Add build step on make:version command (c4b49af)
🏡 Chore
- examples: Add gtd (5d64b4e)
✅ Tests
- desk: Add c-table tests (a2a0be9)
❤️ Contributors
- Henrique [email protected]
v0.9.3
Highlights
- Release documentation site
- New column type checkbox
- Fix huge performance issues in c-table and c-gallery views
v0.9.2...v0.9.3
🚀 Enhancements
- desk: Add collection menu item (d4f57e4)
- desk: Column type checkbox (398f2c8)
- core: Add evaluation facade (705bfa0)
- docs: Docs setup (6c91955)
- docs: Getting started page (be5defc)
- docs: Create-collection guide (97368ab)
- docs: Create-script guide (d8ccf5d)
- docs: Component SChart page (8c63c94)
- desk: Add createViewIfNotExists method (09e2b64)
- docs: CTable component doc (b3f054d)
- docs: CGallery component (22f9e24)
- ci: Add docs workflow (c8b4a3f)
- V0.9.3 (7d7f816)
🩹 Fixes
- desk: Showing wrong icons in e-entry-icon (a509f11)
- desk: Chart button not working (fbb0156)
- Ts & lint errors (d2b08ee)
💅 Refactors
- desk: Lock files when writing (26295d8)
- core: Add array facade (46c3918)
- desk: Change v-table pagination style (6345fd1)
- desk: Remove buttons from i-value-date (7f5905f)
- desk: Markdown rule to open links (b345691)
- desk: Remove selected property from view group (45a6124)
- desk: Improve v-gallery pagination (107724a)
- desk: Disable rule in monaco editor (90a78f8)
- desk: Use only one menu el for actions (f74832c)
- Move common dependencies to root package.json (6080253)
- desk: Remove id from workspace dialog (19b1e9f)
- desk: Use createViewIfNotExists in CGallery (1321ff1)
- desk: Update filename template interpolate (281e754)
- ci: Generate only artifacts on release (f9ef6de)
- ci: Add build step on make:version command (c4b49af)
🏡 Chore
- examples: Add gtd (5d64b4e)
✅ Tests
- desk: Add c-table tests (a2a0be9)
❤️ Contributors
- Henrique [email protected]
v0.9.2
Changelog
v0.9.1...v0.9.2
🚀 Enhancements
- desk: Add entry-item-repository (538ce83)
- core: App config & facades (aedcdef)
- core: Add default evaluation service (b93c8e2)
- desk: I-value-relation component (6250f75)
- desk: I-value-script component (168d703)
- electron: Read electron build (e59b621)
- desk: Update images with clipboard data (1b4ad57)
- examples: Add watch-list (2b18120)
- desk: Make any js/ts file be executable (8648fd3)
- examples: Update watch-list (6e319d5)
- V0.9.2 (03e36af)
🩹 Fixes
- desk: Ignore test files in make-gc-types (e539d75)
- core: Make:types command (ba1a14e)
- desk: Update app instantiate (0e1167c)
- desk: Drag & drop not working (23db28d)
- desk: Views updates (05b9eab)
- desk: Views not synchronized (f6d8d7f)
- desk: C-actions-filters not working (44a0676)
- core/desk: Ts build errors (2e2c778)
- Lint errors (1f7268b)
- core: Entry-item-repository tests (bbde78f)
💅 Refactors
- desk: Externalize scripts evaluation (c2e45d8)
- core: Use Uint8Array instead of Buffer (e2e57ae)
- core: Use facades in collection use-cases (ba826b9)
- core:
⚠️ Use facades in entry use-cases (e98e4e9) - core:
⚠️ Use facades in workspaces use-cases (c347843) - core:
⚠️ Use facades in items use-cases (5e6f9dc) - core:
⚠️ Remove some scripts use cases (7f9d822) - core: Delete old interfaces (c3c29be)
- desk:
⚠️ Change electron to tauri (2b50125) - desk: Use components async imports (68e9b78)
- desk:
⚠️ Remake i-value components (ed9a093) - desk:
⚠️ Remove watchers from i-value components (1f21530) - desk:
⚠️ Separate tauri from client app (410909d) - exemples: Remove examples (6151414)
- desk: Remake use-view composable (44291d5)
- desk: Add colors to select column type (0953ace)
- desk: Cache images in EImg (8e7851b)
- desk: E-markdown modes (4cfd75a)
- core: Update .d.ts files generated (c94515a)
- desk: Avoid render inputs in IValue (00a4f73)
- desk: Add useItemStore (b26074e)
🏡 Chore
- examples: Update watch list (a351299)
- Update build script (665cef7)
- desktop: Update dependencies 2023-01-10 (1b16ecb)
- electron/tauri: Update dependencies 2023-01-10 (5b4a744)
- Update dependencies 2023-01-10 (34a8ea7)
✅ Tests
- desk: Vue test utils & v-btn tests (eed17e7)
⚠️ Breaking Changes
- core:
⚠️ Use facades in entry use-cases (e98e4e9) - core:
⚠️ Use facades in workspaces use-cases (c347843) - core:
⚠️ Use facades in items use-cases (5e6f9dc) - core:
⚠️ Remove some scripts use cases (7f9d822) - desk:
⚠️ Change electron to tauri (2b50125) - desk:
⚠️ Remake i-value components (ed9a093) - desk:
⚠️ Remove watchers from i-value components (1f21530) - desk:
⚠️ Separate tauri from client app (410909d)
❤️ Contributors
- Henrique [email protected]
v0.9.1
Changelog
v0.9.0...v0.9.1
🚀 Enhancements
- desk: V-code component (e33f28a)
- desk: Add duplicate view option (e5c765e)
- desk: Add created & update column type (d2486d5)
- desk: Add order by option (40ede24)
- desk: Add link column type (25a4422)
- desk: Add date column type (154a899)
- V0.9.1 (7c230de)
🩹 Fixes
- desk: Script single page editor ts types (9f7d4b0)
- desk: Big images break height (96c9792)
- desk: Not loading collections (e7af266)
- desk: Item id not being updated (dcf7080)
- desk: Not updating entries (a8043af)
- desk: Rename meta key _updateAt > _updatedAt (07b8422)
- desk: Scripts form not working (dc9751d)
💅 Refactors
❤️ Contributors
- Henrique [email protected]
v0.9.0
Changelog
v0.8.0...v0.9.0
🚀 Enhancements
- core: Show-menu use-case (fe130b9)
- core: Update-menu use-case (cbf1b24)
- desk: Add draggle edition on menu page (7cdc098)
- desk: New entry folder view (66994a1)
- desk: Add v-layout components (4626102)
- desk: Remake entry folder view (a53a3b8)
- desk: Add collection filter text (3e33db7)
- desk: Add collection filter number (7e0ca34)
- desk: Filter relation, select and script (f9f139f)
- core: Show-views use case (bb012b7)
- core: Update-views use-case (591b889)
- desk: Save views implementation (9a7c41d)
- desk: Remake entry column type (c17228a)
- desk: Add e-image view (d25ee15)
- desk: Add icon color (a130a17)
- desk: Show markdown error messages (3930ad5)
- desk: Add state variable in markdown (07e1a95)
- desk: Add v-gallery component (adbd715)
- desk: C-gallery view (07feb0a)
- desk: Add v-galley pagination (9ed3ec2)
- desk: Add useView composable (0c5deac)
- desk: V-gallery loading mode (ac434c2)
- desk: Fix entry images paths (203aeaa)
- desk: Create view group (2c0513e)
- desk: Option to delete view (17b5667)
- desk: Collection single page (3ffbf4a)
- desk: Auto generate global component types (5b83d88)
- desk: Add item single page (7c2eb85)
- desk: Add collection views to markdown doc (a530a52)
- V0.9.0 (e6e796b)
🩹 Fixes
- desk: White spaces in toolbar link labels (fedd5c9)
- desk: Can't toggle drawer in EFolder (1ddbb9e)
- desk: Local-storage state state (ec32081)
- desk: V-icon -picker card (a8a7074)
- desk: Update & create items in c-table (8f3beb7)
- desk: Filters & hide columns not working (2af2a98)
- desk: Add galley options in c-actions (df9093d)
- desk: E-image using wrong prop (146b3a1)
- desk: Table missing width key (7d1d044)
- core: Write entry test (2a68722)
- desk: Ts types (7f4856b)
- desk: View group empty message (2c30da9)
- desk: Build errors (92a9fb1)
- desk: Lint errors (a8bcafc)
💅 Refactors
- desk: Rename is-btn > v-btn (1e8a3d2)
- desk: Better variations format v-btn (2f12a03)
- desk: Rename is-card > v-card (7b9ca12)
- desk: Rename is-card-title v-card-title (96ca03b)
- desk: Rename is-card-head > v-card-head (586db54)
- desk: Rename is-card-content > v-card-content (e3f9dda)
- desk: Rename is-dialog > v-dialog (bf9b1d4)
- desk: Rename is-table > v-table (02b5d0f)
- desk: Rename collection table (cd05427)
- scripts: Log created files (c87b46c)
- desk: Create c-drawer-filter component (73ab4c6)
- desk: Improve UX in folder explorer (28bc329)
- desk: Remove old code (298506a)
- core: Content-type when write file (78b2e60)
- desk: Improve entry text editor (ef056be)
- desk: Improve monaco types lib register (afba7c0)
- core: Create column entity (8b3211c)
- core: Create view table and galley entity (6373a20)
- desk: Remake item store (d811924)
- desk: Centralize view edition in module (3e781ac)
- desk: Remove register code (a608bc4)
- desk: Change menu position (66f368b)
- desk: Add i-value placeholder (7a45795)
- desk: Remove some items from menu (50bc678)
- desk: Do not throw error on read entry (1e7d187)
- desk: Rename views folder to pages (a1add97)
- desk: Rename is-container > v-container (a782d53)
- desk: Rename is-divider > v-divider (17b4c59)
- desk: Rename is-drawer > v-drawer (e1d4624)
- desk: Rename is-icon > v-icon (f992093)
- desk: Rename is-list-item > v-list-item (f4023a7)
- desk: Rename is-menu > v-menu (ebf30b3)
- desk: Rename is-resize-line > v-resize-line (ce8302f)
- desk: Rename is-select > v-select (a46c580)
- desk: Rename is-tab-item > v-tab-item (17549a8)
- desk: Rename is-tab > v-tab (8fea485)
- desk: Rename is-textarea > v-textarea (333744f)
- desk: Create a global store (40ff9f3)
- desk: Add actions to c-gallery (953f30b)
🏡 Chore
- Update dependencies 2022-12-12 (6d5e3f5)
- desk: Update dependencies (f54eea9)
- Update dependencies & fix lint errors (6855668)
❤️ Contributors
- Henrique [email protected]