Skip to content

Releases: ramonvermeulen/dbt-toolkit

v0.2.0

19 Oct 17:58
368dc12
Compare
Choose a tag to compare

What's Changed

  • feat: minor quality of life improvements by @ramonvermeulen in #191
  • fix: better browser performance + fixed settings panel + pulled upstream plugin template (upgraded gradle and build tools) by @ramonvermeulen in #193
  • several dependabot dependency upgrades

Full Changelog: v0.1.2...v0.2.0

v0.1.2

04 Oct 15:29
4ba476b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

23 Aug 19:51
0b88d1b
Compare
Choose a tag to compare

What's Changed

  • Changelog update - v0.1.0 by @github-actions in #76
  • Bump @typescript-eslint/parser from 8.0.1 to 8.1.0 in /lineage-panel by @dependabot in #79
  • Bump @typescript-eslint/eslint-plugin from 8.0.1 to 8.1.0 in /lineage-panel by @dependabot in #77
  • Bump react-icons from 5.2.1 to 5.3.0 in /lineage-panel by @dependabot in #80
  • Bump @types/node from 22.2.0 to 22.3.0 in /lineage-panel by @dependabot in #81
  • Bump vite from 5.4.0 to 5.4.1 in /lineage-panel by @dependabot in #82
  • Bump @types/node from 22.3.0 to 22.4.0 in /lineage-panel by @dependabot in #83
  • Bump @typescript-eslint/parser from 8.1.0 to 8.2.0 in /lineage-panel by @dependabot in #86
  • Bump @types/node from 22.4.0 to 22.4.1 in /lineage-panel by @dependabot in #85
  • Bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.2.0 in /lineage-panel by @dependabot in #84
  • Bump vite from 5.4.1 to 5.4.2 in /lineage-panel by @dependabot in #87
  • Bump eslint-plugin-react-refresh from 0.4.9 to 0.4.10 in /lineage-panel by @dependabot in #88
  • Bump @types/node from 22.4.1 to 22.5.0 in /lineage-panel by @dependabot in #89
  • Bump @types/react from 18.3.3 to 18.3.4 in /lineage-panel by @dependabot in #90
  • Bump org.jetbrains.kotlin.jvm from 2.0.10 to 2.0.20 by @dependabot in #91
  • Bump eslint-plugin-react-refresh from 0.4.10 to 0.4.11 in /lineage-panel by @dependabot in #92
  • change reactflow to @xyflow/react package + fix panning/zoom issues by @ramonvermeulen in #97
  • added functionality to auto-center when changing node by @ramonvermeulen in #98

Full Changelog: v0.1.0...v0.1.1

v0.1.0

12 Aug 09:37
9cd32e7
Compare
Choose a tag to compare

What's Changed

  • First public release
  • Changelog update - v0.05-alpha by @github-actions in #72
  • Bump @types/node from 22.1.0 to 22.2.0 in /lineage-panel by @dependabot in #75
  • make react-flow minimap pannable by @ramonvermeulen in #74

Full Changelog: v0.05-alpha...v0.1.0

v0.0.5-alpha

09 Aug 10:16
b9cba1c
Compare
Choose a tag to compare

What's Changed

  • Changelog update - v0.04-alpha by @github-actions in #56
  • Bump react and @types/react in /lineage-panel by @dependabot in #62
  • Bump eslint-plugin-react-hooks from 4.6.0 to 4.6.2 in /lineage-panel by @dependabot in #59
  • Bump gradle/actions from 3 to 4 by @dependabot in #58
  • Upgraded npm dependencies for eslint plugin by @ramonvermeulen in #57
  • Bump @types/node from 20.12.12 to 22.1.0 in /lineage-panel by @dependabot in #61
  • Bump @typescript-eslint/parser from 6.20.0 to 8.0.1 in /lineage-panel by @dependabot in #63
  • Bump org.jetbrains.kotlin.jvm from 2.0.0 to 2.0.10 by @dependabot in #66
  • Bump @typescript-eslint/eslint-plugin from 8.0.0 to 8.0.1 in /lineage-panel by @dependabot in #65
  • Resolve issue with fixed width for nodes by @ramonvermeulen in #68
  • Bump react-dom and @types/react-dom in /lineage-panel by @dependabot in #64
  • Bump org.jetbrains.qodana from 2024.1.5 to 2024.1.9 by @dependabot in #69
  • Bump vite from 5.3.5 to 5.4.0 in /lineage-panel by @dependabot in #71
  • Bump JetBrains/qodana-action from 2024.1.8 to 2024.1.9 by @dependabot in #70
  • Preview Data panel implementation by @ramonvermeulen in #67

Full Changelog: v0.04-alpha...v0.05-alpha

v0.0.4-alpha

04 Aug 13:31
Compare
Choose a tag to compare

What's Changed

  • Bump vite from 5.3.1 to 5.3.5 in /lineage-panel by @dependabot in #49
  • Bump eslint-plugin-react-refresh from 0.4.5 to 0.4.9 in /lineage-panel by @dependabot in #53
  • Bump @vitejs/plugin-react from 4.2.1 to 4.3.1 in /lineage-panel by @dependabot in #51
  • Make the CompiledSqlPanel read-only by @ramonvermeulen in #55
  • Bump typescript from 5.3.3 to 5.5.4 in /lineage-panel by @dependabot in #50
  • Resolve some general OS related issues with the Compiled SQL panel @ramonvermeulen

Full Changelog: v0.0.3-alpha...v0.04-alpha

v0.0.3-alpha

02 Aug 13:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.2-alpha...v0.0.3-alpha

v0.0.2-alpha

25 Jun 20:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.1-alpha...v0.0.2-alpha

v0.0.1-alpha

22 Jun 12:03
Compare
Choose a tag to compare

What's Changed

Introducing the first-ever alpha release of the dbtToolkit for JetBrains IDEs:

  • Lineage Rendering: Visualize the dependencies and relationships between your dbt models directly in your IDE. This feature aids in understanding the impact of changes and the flow of data in your project. Additionally, it provides a quicker way to navigate through your dbt project.
  • dbt Documentation: Access your dbt documentation within your IDE, eliminating the need to switch between different tools and platforms. This feature promotes a more efficient workflow and keeps essential information at your fingertips.

This is a first alpha release, and will most likely still contain plenty of bugs

Full Changelog: https://github.com/ramonvermeulen/dbt-toolkit/commits/0.0.1-alpha