Squashed commit of the following:

commit 18c0762f6e
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Tue Apr 22 16:29:27 2025 +0800

    chore: bump datascript

commit be66b5e6c0
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Tue Apr 22 09:56:45 2025 +0800

    chore: bump datascript

commit 6788818aec
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Mon Apr 21 23:22:48 2025 +0800

    enhance: property keyboard navigation (#11825)

    Keyboard enhancements:

    1. UP/DOWN to navigate between blocks and properties, the property value will be focused and highlighted
    2. Backspace/Delete to delete a property value and move it to the nearest property or block above
    3. Enter/Space to open datetime and select type property value

commit 727391fe7a
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Mon Apr 21 18:01:05 2025 +0800

    fix: don't show breadcrumb for pages when tagging

commit 615e2a392e
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Mon Apr 21 17:55:51 2025 +0800

    enhance(ux): display existing choices when choosing node property

commit 30d230380f
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Sun Apr 20 23:21:50 2025 +0800

    perf: skip db persistent for previous actions in pipeline

commit 0df1208ae6
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Sun Apr 20 19:32:24 2025 +0800

    fix: remove d/store calls

    There's a bug with `d/store`: it doesn't clear `tx-tail` in the conn atom.

commit 7d436cf5eb
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Sun Apr 20 18:03:23 2025 +0800

    chore: bump datascript

commit 878331c53e
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Sun Apr 20 12:30:11 2025 +0800

    fix: block title inline

commit 2a8461b41a
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Sun Apr 20 12:17:16 2025 +0800

    fix: no way to edit the query as the settings icon doesn't show up

commit f843df9482
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Fri Apr 18 23:41:29 2025 +0800

    fix: empty data not trigger query view re-render

commit 6042c8b112
Author: Gabriel Horner <gabriel@logseq.com>
Date:   Fri Apr 18 09:44:27 2025 -0400

    refactor: keep testing concerns in tests

    Move testing requirement to relevant test to make production code easier
    to maintain. Where possible we should avoid helpers like util/node-test? as
    they couple testing concerns with production code

commit c9177abc9a
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Fri Apr 18 15:20:22 2025 +0800

    fix: tests

commit b7c45f881c
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Fri Apr 18 13:19:37 2025 +0800

    fix: don't show query builder for non-query blocks

commit 46bdd1a366
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Fri Apr 18 13:17:07 2025 +0800

    enhance: set query title && code

commit abf90fbb7d
Author: Tienson Qin <tiensonqin@gmail.com>
Date:   Fri Apr 18 11:47:26 2025 +0800

    fix: queries don't automatically update

    Fix https://github.com/logseq/db-test/issues/237

    This commit also updates custom queries to only fetch :db/id to
    improve performance.

commit aa45b3fa6c
Author: Gabriel Horner <gabriel@logseq.com>
Date:   Fri Apr 18 14:31:00 2025 -0400

    fix(regression): paths of file graph exports

    markdown + opml exports had zipped files several
    directories deep because they used the full path of the graph

commit 63403bd8c5
Author: Gabriel Horner <gabriel@logseq.com>
Date:   Fri Apr 18 12:32:51 2025 -0400

    fix: remove unused workarounds from #11774

    Previous commit fixed these issues

commit 4ad4944b4e
Author: Gabriel Horner <gabriel@logseq.com>
Date:   Fri Apr 18 12:29:06 2025 -0400

    fix: for file graphs, tags with blank space in the namespace parent

    creates entities with nil :block/title to be created. This
    created unexpected bugs in the UI e.g. all pages and
    caused duplicate content to appear.
    Example from test graph: 'tags:: [[Some / Namespace ]]'
    Fixes
    https://test.logseq.com/#/page/68017fb5-7b9c-448a-9f64-6bb8d8669396
This commit is contained in:
rcmerci
2025-04-22 16:39:24 +08:00
parent 8f63f78bd9
commit 90865bf6a6
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
:sha "5d672bf84ed944414b9f61eeb83808ead7be9127"}
datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
:sha "cd9d12f4dd7b3c291132e8f05515e88178a75b7a"}
:sha "4b1f15f05a6b4a718a62c247956206480e361ea6"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"}
borkdude/rewrite-edn {:mvn/version "0.4.7"}

2
deps/db/deps.edn vendored
View File

@@ -1,7 +1,7 @@
{:deps
;; These deps are kept in sync with https://github.com/logseq/nbb-logseq/blob/main/bb.edn
{datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
:sha "cd9d12f4dd7b3c291132e8f05515e88178a75b7a"}
:sha "4b1f15f05a6b4a718a62c247956206480e361ea6"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"
:exclusions [datascript/datascript]}
cljs-bean/cljs-bean {:mvn/version "1.5.0"}

View File

@@ -1,7 +1,7 @@
{:deps
;; External deps should be kept in sync with https://github.com/logseq/nbb-logseq/blob/main/bb.edn
{datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
:sha "cd9d12f4dd7b3c291132e8f05515e88178a75b7a"}
:sha "4b1f15f05a6b4a718a62c247956206480e361ea6"}
logseq/db {:local/root "../db"}
logseq/graph-parser {:local/root "../db"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}