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

Commit 9c203e4

Browse files
committed
new beta version
1 parent 3ced0e1 commit 9c203e4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 2.1.1 (beta)
2+
### Improved
3+
- Resizing of columns performed better. [ISSUE#241](https://github.com/RafaelGB/obsidian-db-folder/issues/241)
4+
### No longer broken
5+
- Aligment issues when editing [ISSUE#246](https://github.com/RafaelGB/obsidian-db-folder/issues/246)
6+
- Rename label does not affect order with zustand [ISSUE#247](https://github.com/RafaelGB/obsidian-db-folder/issues/247)
7+
- Alter column key after modify the label [ISSUE#248](https://github.com/RafaelGB/obsidian-db-folder/issues/248)
8+
- New rows accepts editions with zustand [ISSUE#254](https://github.com/RafaelGB/obsidian-db-folder/issues/254)
9+
- Minor bug updating with zustand [ISSUE#245](https://github.com/RafaelGB/obsidian-db-folder/issues/245)
10+
- new columns respect order[ISSUE#240](https://github.com/RafaelGB/obsidian-db-folder/issues/240)
111
# 2.1.0 (beta)
212
### Shiny new things
313
- The dispatcher of all events was migrated to Zustand! This means a better, more stable, and more efficient way to handle events. [Zustand](https://zustand.js.org/) is a library that provides a simple, efficient, and powerful way to manage state in React. Allowing future changes as formula columns. As PoC, this version update the value of `modified` column every time a cell is changed. [ISSUE#227](https://github.com/RafaelGB/obsidian-db-folder/issues/227)

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.1.0",
4+
"version": "2.1.1",
55
"minAppVersion": "0.15.4",
66
"description": "Folder with the capability to store and retrieve data from a folder like database",
77
"author": "RafaelGB",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-dbfolder",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "This is a sample plugin for Obsidian (https://obsidian.md)",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)