Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit f09f070

Browse files
committed
preparing minor version
1 parent 3490238 commit f09f070

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

docs/docs/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.2.2
2+
### Shiny new things
3+
- First steps of a row context menu. You can now remove a row from a table (and also Obsidian). [ISSUE#62](https://github.com/RafaelGB/obsidian-db-folder/issues/62)
4+
### Improved
5+
- Performance of DnD columns
6+
- Performance of tasks column rendering
7+
- Performance of editing any cell (micromanagement and just save global state without reload)
8+
### Visual
9+
- Calendar view z-index bug fixed [ISSUE#273](https://github.com/RafaelGB/obsidian-db-folder/issues/273)
10+
### No longer broken
11+
- Fix of select group folder path fixed
12+
- Date Datetime empty did not open correctly fixed [ISSUE#273](https://github.com/RafaelGB/obsidian-db-folder/issues/273)
13+
- Label column now admits numbers only [ISSUE#274](https://github.com/RafaelGB/obsidian-db-folder/issues/274)
114
# 2.2.1
215
### Visual
316
- Opacity of new row form with sticky first column option [ISSUE#251](https://github.com/RafaelGB/obsidian-db-folder/issues/251)

manifest-beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"minAppVersion": "0.15.9",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "dbfolder",
33
"name": "DB Folder",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"minAppVersion": "0.15.9",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dbfolder",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {
@@ -54,7 +54,7 @@
5454
"@popperjs/core": "2.11.6",
5555
"monkey-around": "2.3.0",
5656
"pkg.json": "2.0.8",
57-
"obsidian-dataview": "0.5.41",
57+
"obsidian-dataview": "0.5.42",
5858
"react": "18.2.0",
5959
"react-dnd": "16.0.1",
6060
"react-dnd-html5-backend": "16.0.1",

0 commit comments

Comments
 (0)