Skip to content

Releases: RafaelGB/obsidian-db-folder

2.0.1

27 Jul 16:30
Compare
Choose a tag to compare

No longer broken

  • Fixed selection problem with datetime columns introduced in 2.0.0.

2.0.0

27 Jul 14:54
Compare
Choose a tag to compare

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

26 Jul 09:55
Compare
Choose a tag to compare

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

  • do not lose the width property when a column is renamed ISSUE#222
  • Edit inline fields are correctly saved ISSUE#182
  • Where you add/delete new columns, there was ocasions where column order was not updated and provoked unselected columns ISSUE#102

2.0.0-beta.3

24 Jul 19:26
Compare
Choose a tag to compare

Improved

Visual

No longer broken

  • Control duplicates on tags and select columns ISSUE#209
  • Sorting works with empty cells using a custom comparator (react-table not support it yet) ISSUE#212

2.0.0-beta.2

21 Jul 18:16
Compare
Choose a tag to compare

Improved

  • unwanted columns when populating based on all fields removed. Also the memory consumption of the table is reduced significantly ISSUE#176

No longer broken

  • empty cells can be selected again
  • Now table config wraps the value with quotes ISSUE#207

2.0.0-beta.1

21 Jul 11:41
Compare
Choose a tag to compare

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

05 Jul 16:30
Compare
Choose a tag to compare

No longer broken

1.8.1

04 Jul 16:10
Compare
Choose a tag to compare

No longer broken

  • Supports for popout windows. Create new ddbb with Obsidian v15 open a new pane instead of replace file managerISSUE#172
  • Create new rows with the task column enabled works well now ISSUE#188

1.8.0

30 Jun 07:32
Compare
Choose a tag to compare

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 with TABLE 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 as 0 all by defaultISSUE#161

1.7.2

17 Jun 15:53
Compare
Choose a tag to compare

No longer broken

  • add new rows hotfix. Was broken in 1.7.1 with refactor of datadispatch