Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: corel #7011

Draft
wants to merge 349 commits into
base: next
Choose a base branch
from
Draft

feat: corel #7011

wants to merge 349 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    12267df View commit details
    Browse the repository at this point in the history
  2. refactor(sanity): add changes to allow for comments in version docume…

    …nts (#7404)
    
    * refactor(sanity): add changes to allow for comments in version documents
    
    * refactor(sanity): send version via prop to commentsListItemLayout
    
    * docs(sanity): add comments for todo for readonly
    
    * refactor(sanity): fix comments
    
    * refactor(sanity): reverts changes to the potential ui for the future
    
    * chore(sanity): remove "comments support" comment
    
    * refactor(sanity): rename document ids and revert change in CommentsProvider for useEditState
    
    * refactor(sanity): refactor solution for re-rendering panes when switching between versions
    RitaDias authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9404d2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f46f32 View commit details
    Browse the repository at this point in the history
  4. feat: improve telemetry debugging

    bjoerge authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9dfc7ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7683bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ef75e21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3957e82 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9dc8f0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d070e3 View commit details
    Browse the repository at this point in the history
  10. fix(core): version document's history was returning error (#7438)

    * fix: draftId correct set in timeline for version docs
    
    * refactor: timeline uses documentId rather than publishedId for agnostic use with versions
    
    * refactor(core): defining versionId rather than draftId
    
    * refactor(core): refactor to better reflect use of version nomenclature in history
    
    * fix(core): resolving tsdoc issue with destructure
    
    * fix(core): resolving tsdoc issue with destructure
    jordanl17 authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    04f9fc2 View commit details
    Browse the repository at this point in the history
  11. feat(sanity): add telemetry for versions (#7460)

    * fix(sanity): issue where the createVersionSuccess was never resolving
    
    * feat(sanity): add telemetry when adding version
    
    * refactor(sanity): rename bundles to releases telemetry
    
    * feat(sanity): add telemetry when creating release
    
    * feat(sanity): add telemetry when updating release
    
    * feat(sanity): add telemetry when deleting release
    
    * feat(sanity): add telemetry when publishing release
    
    * feat(sanity): add telemetry when archive and unarchive release
    
    * chore(sanity): fix dependencies
    
    * feat(sanity): add telemetry when creating a draft
    
    * refactor(sanity): add telemetry for tracking drafts and include version
    
    * refactor(sanity): update telemetry request for creating release
    
    * refactor(sanity): reuse interface for OriginInfo
    
    * docs(sanity): clarify unarchive / archive telemetry track
    RitaDias authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    9dd29a2 View commit details
    Browse the repository at this point in the history
  12. fix(core): update useReleaseHistory to fetch with the version documen…

    …ts (#7463)
    
    * fix(core): update useReleaseHistory to fetch with the version documents
    
    * fix(core): rename publishedIds to versionIds in useReleaseHistory
    pedrobonamin authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5d44e66 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb019df View commit details
    Browse the repository at this point in the history
  14. fix(core): update intent link for releases tool (#7468)

    * fix(core): update intent link for releases tool
    
    * chore(core): rename releases tool bundleId param to releaseId
    
    * chore(core): update DocumentPerspectiveMenu test
    pedrobonamin authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    3c2b805 View commit details
    Browse the repository at this point in the history
  15. feat(sanity): update document footer for versions (#7466)

    * feat(sanity): update restore button
    
    * chore(sanity): update translations
    
    * feat(sanity): add left side information on footer (revision status line)
    
    * refactor(sanity): set up button action to discard version
    
    * feat(sanity): add badge to footer on versions
    
    * refactor(sanity): remove unused translations (moved them to core)
    
    * docs(sanity): add to do on discard documents?
    
    * refactor(sanity): move bundleactions props to const
    
    * refactor(sanity): fix issues with translation packages
    RitaDias authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    2a08b00 View commit details
    Browse the repository at this point in the history
  16. refactor(sanity, release): rename interface focused components from b…

    …undle to release (#7469)
    
    * refactor(sanity): update bundles metada to releases metadata
    
    * refactor(sanity): rename bundlebadge to releasebadge
    
    * refactor(sanity): rename bundlesMenu to ReleasesMenu
    
    * refactor(sanity): rename BundleDetailsDialog to ReleaseDetailDialog
    
    * refactor(sanity): rename bundleForm to ReleaseForm
    
    * refactor(sanity): rename ReleaseDetailsDialog test
    
    * refactor(sanity): rename BundleIconEditorPicker to ReleaseIconEditorPicker
    
    * fix(sanity): fix issues with renaming within ReleaseDetailsDialog
    
    * refactor(sanity): rename BundleActions to ReleaseActions
    
    * refactor(sanity): fix translation
    
    * refactor(sanity): remove workshop story
    
    * refactor(sanity): rename bundlePerspective to perspective on getPReviewStateObservable
    
    * refactor(sanity): rename BundleMenuButton to perspective on ReleaseMenuButton
    
    * test(sanity): fix test for ReleaseMenuButton
    
    * test(sanity): clean up (remove duplicates and clean up button)
    
    * chore(sanity): remove unused bundle translations
    RitaDias authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    21b31c7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f3283b1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ff0d61f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    84ed316 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1956113 View commit details
    Browse the repository at this point in the history
  21. chore(releases): moving from bundles to releases directory (#7500)

    * chore(releases): moving releases/components to releases/tool/components
    
    * chore(releases): moving bundles/components to releases/components
    
    * chore(releases): moving bundles/hooks to releases/hooks
    
    * chore(releases): moving rest of bundles to releases
    
    * chore(releases): fixing various test imports
    
    * chore(releases): fixing various test imports
    
    * chore(releases): fixing various test imports
    
    * chore(releases): further experimentation on SanityDocumentPreview test failures
    
    * chore(releases): fixing ReleaseSummary and Review by mocking components
    
    * chore(releases): reverting irrelevent changes
    jordanl17 authored and juice49 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f30b97e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    177e88b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    be62cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea825b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. chore: merge next into corel

    bjoerge committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6e469b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    553f124 View commit details
    Browse the repository at this point in the history
  3. chore: merge 'next' into corel

    * next:
      fix(core): boolean value in search shows actual value (#7623)
      v3.61.0
    bjoerge committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    98775b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c447904 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2d61ba3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2824f70 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    683ead0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2647619 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ea3adca View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    c3cb68f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ab4674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4eb28c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    32c2a40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1b310f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8aa9490 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    944d67d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a3cd00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3048970 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61ac0d8 View commit details
    Browse the repository at this point in the history
  8. chore(sanity): #TEMPORARY expect TS errors while using @sanity/ui a…

    …nd `@sanity/icons` prereleases
    juice49 committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    3fb444f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c80e628 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dfdf6a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    93b4200 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    6e8af86 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. feat(sanity): add document version chips and menus

    refactor(sanity): add publish chip on header, remove other decorators
    
    refactor(sanity): add drafts button to header
    
    refactor(sanity): add version list and update header with scrolling
    
    refactor(sanity): add ability to switch perspectives in document pane header
    
    refactor(sanity): fix issue with tab header
    
    refactor(sanity): update click handler for draft chip
    
    fix(sanity): fix selected issue on version chips
    
    docs(sanity): add reminder to update tooltip text
    
    chore(sanity): remove unused imports
    
    chore(sanity): set up initial add version button
    
    test(sanity): update test for document header (chips), made all chips buttons
    
    fix(sanity): issue when changing to published perspective
    
    refactor(sanity): reduce gap
    
    refactor(sanity): add open history to header
    
    fix(sanity): fix alignment with chips and actions
    
    refactor(sanity): move chip code to own component
    
    feat(sanity): intial context menu for version badges
    
    feat(sanity): add popovermenu to draft and to published
    
    fix(sanity): issue with selected state on header
    
    fix(sanity): issue with selected state on header
    
    fix(sanity): issue where version was not allowing to open release in the context menu
    
    fix(sanity): issue where opening the "view release" would open the wrong one
    
    refactor(sanity): add colour / tone and change order to specific releases types
    
    refactor(sanity): add style icon to dropdown when copying version
    
    fix(sanity): issue where perspective wouldn't change when currently displayed document was discarded
    
    fix(sanity): issue where discard button wasn't showing up
    
    fix(sanity): fix issue where clicking outside was always running close method on contextmenu. clean up
    
    feat(sanity): add discard modal
    
    feat(sanity): add create release dialog and menu item
    
    fix(sanity): when collapsed show the title and icon
    
    fix(sanity): fix issue with default tones
    RitaDias committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b85334d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c9025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac068a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caea3b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d56b2c1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9def8c9 View commit details
    Browse the repository at this point in the history
  7. chore(sanity): rename and change structure for components related to …

    …document head version
    RitaDias committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    4761ef5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7d9abd3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d65c04 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6b1dace View commit details
    Browse the repository at this point in the history
  11. fix(sanity): issue where when creating new doc, opening context menu …

    …from publish / draft would crash the studio
    RitaDias committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    1600099 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09ae163 View commit details
    Browse the repository at this point in the history
  13. fix(sanity): issue where create version from publishing wasn't workin…

    …g (draft was being created instead)
    RitaDias committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    144b32a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f9b2334 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7bc0acc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f0eb9ef View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2d3430b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    df9d187 View commit details
    Browse the repository at this point in the history
  19. feat(sanity): add dedicated, stable router context object for perspec…

    …tive related parameters
    juice49 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9dbac15 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    64b8ef1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    530441a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9ecc4f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    a128db1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fefa414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4cbb672 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    083174f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7c3dd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    73b5181 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6794c01 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. feat(sanity): add useVersionOperations, replace createVersion and dis…

    …cardVersion across components
    
    refactor(sanity): add useVersionOperations, replace createVersion on dialog and chip
    
    refactor(sanity): add discard version to useVersionOperations, replace discard version on dialog in document header
    
    refactor(sanity): Move DiscardVersionDialog to Releases directory, export and re-use it DocumentActions
    RitaDias committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    82141f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed74a74 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'next' into corel

    * next:
      chore(deps): update dependency sanity-diff-patch to v4 (#7630)
      feat: validate PR title against conventional commits (#7580)
      chore(deps): update dependency @sanity/tsdoc to v1.0.113 (#7627)
      fix(deps): update dependency @sanity/client to ^6.22.2 (#7625)
      chore(deps): update typescript-tooling (#7605)
      fix: restore support for defaultOrdering. (#7626)
    bjoerge committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    760900e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'next' into corel

    * next:
      v3.62.0
      fix: warnings on React 19 (#7654)
      fix(deps): update dependency @sanity/ui to ^2.8.10 (#7652)
      fix(deps): update dependency @sanity/ui to ^2.8.10 (#7653)
      chore(deps): update dependency @sanity/visual-editing to v2.2.2 (#7651)
      fix(core): inherit readOnly state from ancestors in copyPaste function (#7643)
      fix(deps): update dependency @sanity/mutate to ^0.10.1 (#7650)
      fix(deps): Update dev-non-major (#7649)
      fix(deps): update dependency @sanity/presentation to v1.17.3 (#7648)
      fix(deps): update dependency @portabletext/editor to ^1.1.5 (#7638)
      fix(deps): update dependency @sanity/presentation to v1.17.2 (#7647)
      fix(deps): Update dev-non-major (#7646)
      fix(deps): update dependency @sanity/presentation to v1.17.1 (#7645)
      chore(deps): update dependency @sanity/preview-url-secret to v2 (#7641)
      fix(deps): update dependency @sanity/presentation to v1.17.0 (#7640)
      fix(deps): Update dev-non-major (#7639)
      chore(cli): update help copy for deploy command (#7624)
      chore(test-studio): add asset types to structure navigation (#7631)
    bjoerge committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    904c978 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdbdd43 View commit details
    Browse the repository at this point in the history
  6. {wip} saved 2024-10-23 12:28

    bjoerge committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    1e3ecc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1e86fbc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b9d5a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20ebc45 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e986334 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    60d9b4e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01ef7ed View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    740b987 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    64e9589 View commit details
    Browse the repository at this point in the history
  15. fix(store): fix broken query

    bjoerge committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    693e334 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    310e9bc View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    afed067 View commit details
    Browse the repository at this point in the history
  18. feat: releases overview facelift and calendar added (#7657)

    Co-authored-by: Rita <anarita151@gmail.com>
    Co-authored-by: Bjørge Næss <bjoerge@gmail.com>
    3 people authored Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8ce5192 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. fix(sanity): update draftUtils and useDocumentVersions to work with t…

    …he new update to the ids
    RitaDias committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    04ea9fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c889772 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    144c3f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb6c430 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    221043f View commit details
    Browse the repository at this point in the history
  6. fix: perspective menu, metadata aggregator and overview list style dr…

    …iven from bundleId rather than releaseId
    jordanl17 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    451acb0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1291f3f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c7aebe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6310e13 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f54d6b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f6d421b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a127c36 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9b9bea2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ded53e9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    643a191 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d5ee85c View commit details
    Browse the repository at this point in the history
  17. fix(sanity): release detail document preview

    Note: We may wish to fix this properly by propagating the "bundle" to "release" string
          change more widely across the codebase. But this is a quick solution.
    juice49 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    eb5c288 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    70f5b5e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d49aa11 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix: creating perspective reference to avoid recreating releases stor…

    …e on perspective change (#7673)
    jordanl17 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d2ee705 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f73e7be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19a622b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9579130 View commit details
    Browse the repository at this point in the history
  5. feat: some more animations

    jordanl17 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9aa7e40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b874ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39c8b44 View commit details
    Browse the repository at this point in the history
  8. refactor(sanity): useDocumentVersions has been updated to avoid needl…

    …ess reloads based on releases
    RitaDias committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f81ac44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    53bc648 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7df293d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55e989a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Configuration menu
    Copy the full SHA
    95d14a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a01d8e7 View commit details
    Browse the repository at this point in the history
  3. refactor(releases): minor naming fixes

    bjoerge authored and RitaDias committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6efaf50 View commit details
    Browse the repository at this point in the history
  4. refactor(releases): don't track deleted releases

    Releases can't be deleted, only archived
    bjoerge authored and RitaDias committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fd69a76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    719b0d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1c49d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7d99dd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d41df1d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    042f648 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b81a4c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bb9a972 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'next' into corel

    * next:
      feat: adds support for Create-Studio integration (#7635)
      fix(deps): Update dev-non-major (#7671)
      fix(deps): update dependency @sanity/insert-menu to v1.0.10 (#7668)
      fix(deps): update dependency @sanity/presentation to v1.17.6 (#7669)
      v3.62.2
      fix(deps): Update dev-non-major (#7663)
      fix(deps): update dependency @sanity/presentation to v1.17.4 (#7662)
      fix(deps): Update dev-non-major (#7661)
      v3.62.1
      feat(cli): add warning and docs for react-19 and Next.Js combined (#7660)
    bjoerge committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    68a30f1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c70c221 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a89128f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b30828d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    32a0bb5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    df0e800 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d4db504 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    81c5fc3 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    45d50f6 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3c8e417 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8b27d44 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7c412f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. fix(structure): issue where the document actions were showing discard…

    … version when they shouldnt
    RitaDias committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    76894c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdb82f View commit details
    Browse the repository at this point in the history
  3. refactor(releases): add telemetry to addDocumentSearch and fix issue …

    …related to adding drafts
    RitaDias committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6c0948a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2b68550 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb5dba1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18b1a3a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f13b7e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    88e1df9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ccee3c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51f321a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3c49dd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7ddea17 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    19d8804 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2c1dd21 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6901a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    e325582 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee5e18d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd0ce62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caa7fb1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8bf21a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eabf4e5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4733fc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0bda6ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8b3777f View commit details
    Browse the repository at this point in the history
  10. feat(releases): add support for unarchiving release

    Note: unarchiving is pending backend support
    bjoerge committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    1f75176 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5563400 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    17fb750 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    26086e2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2193c5d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    23986d6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d41e502 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    aaee200 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0740e43 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bab7f63 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    44d6db4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    551f03b View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3f62333 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    143fc17 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    32de536 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b649a2b View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f684bde View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    631db4d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    db5bb13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7df229 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c30f16a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e69826a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2555fae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    985e50d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0793fc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a3406be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90fa911 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c1ab90b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea421a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42600e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c20249c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    40a1e5c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3a93101 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    319f4e1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f57e164 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e52f487 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    330aebd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6310fa9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e948947 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dcb570c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    af0beba View commit details
    Browse the repository at this point in the history
  24. fixup! fix(releases): disable footer actions for documents not part o…

    …f current selected release
    bjoerge committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c83435e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bf5e526 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f45aa89 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    66776f0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    855407d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    aef9dcc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Merge branch 'next' into corel

    * next: (25 commits)
      fix(deps): update dependency @sanity/ui to ^2.8.16 (#7723)
      fix(deps): update dependency @sanity/ui to ^2.8.16 (#7722)
      chore(lockfile): update dependency @sanity/asset-utils to v2.0.7 (#7721)
      fix(deps): update dependency @sanity/ui to ^2.8.15 (#7717)
      fix(deps): update dependency @sanity/ui to ^2.8.15 (#7718)
      fix(deps): Update babel monorepo (#7719)
      chore(deps): update typescript-tooling (#7681)
      chore(deps): bump react-compiler linter (#7715)
      fix(deps): Update dev-non-major (#7708)
      fix(deps): update dependency react-rx to ^4.1.0 (#7714)
      fix(deps): update dependency @portabletext/editor to ^1.2.0 (#7709)
      chore(deps): update dependency lerna to ^8.1.9 (#7711)
      fix(deps): update dependency @sanity/ui to ^2.8.14 (#7713)
      chore: telemetry definition files are owned by @data-eng (#7703)
      fix(deps): update dependency react-rx to ^4.0.1 (#7712)
      fix(deps): Update dev-non-major (#7693)
      chore(deps): update dependency @vitejs/plugin-react to ^4.3.3 (#7688)
      fix(deps): update dependency @sanity/ui to ^2.8.13 (#7694)
      fix(deps): update dependency @portabletext/editor to ^1.1.11 (#7667)
      feat(cli): prepare nextjs starter template for live mode (#7633)
      ...
    bjoerge committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ea93fea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b73f2d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f909a7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6680455 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28304f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1390141 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c2bbb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc9e628 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    af5370d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df8bf4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe87c5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d308098 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55997fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dc16512 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b870e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ee198ab View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebfc5c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5fc8720 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2199dae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f50524d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ed1169a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5174074 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    15045d4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    daca134 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    b223327 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' into corel

    * next:
      chore(deps): dedupe pnpm-lock.yaml (#7752)
      chore(deps): update react monorepo (#7753)
      fix(deps): update dependency react-rx to ^4.1.3 (#7744)
      fix(deps): update dependency @sanity/ui to ^2.8.19 (#7742)
      fix(deps): update dependency @portabletext/editor to ^1.5.4 (#7737)
      fix(deps): update dependency @sanity/presentation to v1.17.8 (#7743)
      test(codegen): migrate codegen tests to vitest (#7741)
      fix: invalid locale namespace specified for create (#7732)
      chore(deps): update dependency @sanity/prettier-config to ^1.0.3 (#7733)
      fix(deps): update dependency react-rx to ^4.1.1 (#7739)
      fix(deps): update dependency groq-js to ^1.14.0 (#7738)
      test(cli): migrate cli tests to vitest (#7731)
      fix(core): export BetaFeatures and ScheduledPublishing types (#7659)
      chore(test-studio): update dependency @portabletext/editor to ^1.4.1 (#7734)
      fix(deps): update dependency @portabletext/editor to ^1.4.1 (#7735)
      fix(deps): update dependency @portabletext/editor to ^1.4.0 (#7729)
      fix(deps): update dependency @sanity/ui to ^2.8.18 (#7730)
      fix(deps): Update dev-non-major (#7724)
      fix(deps): update dependency @sanity/ui to ^2.8.17 (#7725)
      fix(deps): update dependency @portabletext/editor to ^1.3.0 (#7727)
    bjoerge committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    49310e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d670fe9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'next' into corel

    * next: (49 commits)
      v3.63.0
      chore(scripts): reordering blocks in release notes template script (#7758)
      chore(deps): update dependency babel-plugin-react-compiler to v19 (#7755)
      fix(deps): Update dev-non-major (#7736)
      chore(deps): dedupe pnpm-lock.yaml (#7752)
      chore(deps): update react monorepo (#7753)
      fix(deps): update dependency react-rx to ^4.1.3 (#7744)
      fix(deps): update dependency @sanity/ui to ^2.8.19 (#7742)
      fix(deps): update dependency @portabletext/editor to ^1.5.4 (#7737)
      fix(deps): update dependency @sanity/presentation to v1.17.8 (#7743)
      test(codegen): migrate codegen tests to vitest (#7741)
      fix: invalid locale namespace specified for create (#7732)
      chore(deps): update dependency @sanity/prettier-config to ^1.0.3 (#7733)
      fix(deps): update dependency react-rx to ^4.1.1 (#7739)
      fix(deps): update dependency groq-js to ^1.14.0 (#7738)
      test(cli): migrate cli tests to vitest (#7731)
      fix(core): export BetaFeatures and ScheduledPublishing types (#7659)
      chore(test-studio): update dependency @portabletext/editor to ^1.4.1 (#7734)
      fix(deps): update dependency @portabletext/editor to ^1.4.1 (#7735)
      fix(deps): update dependency @portabletext/editor to ^1.4.0 (#7729)
      ...
    bjoerge committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    9745162 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    90ca666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10dea69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5fc349 View commit details
    Browse the repository at this point in the history