Releases: RafaelGB/obsidian-db-folder
Releases · RafaelGB/obsidian-db-folder
2.0.1
No longer broken
- Fixed selection problem with datetime columns introduced in 2.0.0.
2.0.0
Official release of all changes between beta1 until this version
In addition...
Shiny new things
- New style for navBar & "new row" button ISSUE#206. Now the name of your ddbb is displayed in the navBar. To change it, just edit it into the settings.
Improved
- Strategy of the filtering modifications. See more in this discussion DISCUSSION#225
Visual
- row template selector dark mode support ISSUE#177
- Improve the empty template width ISSUE#175
- Empty calendar cells will not show placeholder message. Just when are selected. ISSUE#159
No longer broken
- Controling the duplicated columns using the file template option to create them. ISSUE#224
2.0.0-beta.4
Improved
- Resizing do not move the column. It has its own slider
- The plugin shows a message when the edition fails including the error message. Common causes were added to the documentation ISSUE#196
No longer broken
2.0.0-beta.3
Improved
Visual
- new row button is aligned again with the new UI ISSUE#208
- Cell content is aligned again with the new UI ISSUE#215 artisticat1
No longer broken
2.0.0-beta.2
2.0.0-beta.1
2.0.0
Shiny new things
- new option of resizing a column. The Size is persisted. ISSUE#50
- Performance improvements of rendering components x5 ISSUE#189
No longer broken
- Control label value before save changes ISSUE#203
Developers
- Migration of React to React 18.x
- Migration of react-table-v7 to react-table-v8 (typescript native, compatibility with React 18.x)
- DnD library modified from react-beautiful-dnd to react-dnd ( compatibility with React 18.x )
- Material-ui migrated from Material-UI to MUI ( compatibility with React 18.x )
- Refactor of all components to be adapted to React 18.x
- Size of plugin from 16mb to 5mb
1.8.2
1.8.1
1.8.0
Shiny new things
- New source option: query. Use your own dataview query as source of the database. Start the query with the
FROM
term, since the plugin will autocomplete the beginning withTABLE
and the column fieldsISSUE#156 - Templates for new rows added! now you can choose a template folder on settings menu, then you can choose your template file easily near of the add row buttonISSUE#48
Improved
- Inline fields now supports render embed images with
![[note]]
syntax. ISSUE#136 - Now you can hide completed task on task column type ISSUE#111
- Now if your ddbb source is a tag, add a new row includes de tag tooISSUE#94
- New config property to wrap frontmatter values with quotesISSUE#117
No longer broken
- If you modify the label of a column, now exist an onMouseLeave event to blur the input and be more frieldly to the user interact with the next action without a double click (once for onBlur label edition and another for your next interaction) ISSUE#114
- Change the type of the column to checkbox respects the value
1
as marked and will not mark as0
all by defaultISSUE#161
1.7.2
No longer broken
- add new rows hotfix. Was broken in 1.7.1 with refactor of datadispatch