Sqlui Native Changelog

What's new in Sqlui Native 1.62.22

Sep 24, 2023
  • Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 4.9.5.
  • - [Release notes](https://github.com/Microsoft/TypeScript/releases)
  • - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.4...v4.9.5)
  • ---
  • Updated-dependencies:
  • Dependency-name: typescript
  • dependency-type: direct:development
  • update-type: version-update:semver-minor
  • ...
  • Signed-off-by: dependabot[bot] <[email protected]>
  • Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

New in Sqlui Native 1.62.21 (Jun 5, 2023)

  • Disable cache (#756)

New in Sqlui Native 1.62.20 (May 14, 2023)

  • No longer use mui table for legacy table and consolidate it with modern table (#750)
  • cleaned up and rewrite legacy table
  • CI / CD - Format Updates Automatic Commit

New in Sqlui Native 1.62.19 (May 13, 2023)

  • Persist the snapshot content into file
  • CI / CD - Format Updates Automatic Commit

New in Sqlui Native 1.62.16 (May 12, 2023)

  • Consolidate the size of the table to 160 (#745)

New in Sqlui Native 1.62.15 (May 12, 2023)

  • Hook up resize and update height for onscreen mode (#741)
  • now hook up resize and update height for onscreen mode
  • CI / CD - Format Updates Automatic Commit

New in Sqlui Native 1.62.6 (Apr 25, 2023)

  • Added - resize column for react virtualized table renderer (#722)
  • option to toggle renderrer
  • resize column
  • added column resize
  • hook up resize
  • CI / CD - Format Updates Automatic Commit

New in Sqlui Native 1.62.5 (Apr 25, 2023)

  • Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.6 to 7.21.0.
  • [Release notes](https://github.com/babel/babel/releases)
  • [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
  • [Commits](https://github.com/babel/babel/commits/v7.21.0/packages/babel-core)
  • Updated-dependencies:
  • Dependency-name: "@babel/core"
  • dependency-type: direct:development
  • update-type: version-update:semver-minor

New in Sqlui Native 1.62.4 (Dec 1, 2022)

  • Update index.ts (#706)

New in Sqlui Native 1.62.3 (Dec 1, 2022)

  • Disable smooth scrolling.

New in Sqlui Native 1.62.2 (Nov 3, 2022)

  • Sort order of the column headers always sorted alphabetically (#699)
  • Persist and use the sort order from the actual api
  • CI / CD - Format Updates Automatic Commit
  • Co-authored-by: synle <[email protected]>

New in Sqlui Native 1.62.1 (Oct 5, 2022)

  • Bump @mui/material from 5.9.2 to 5.10.8 by @dependabot in #687
  • Bump typescript from 4.8.3 to 4.8.4 by @dependabot in #684

New in Sqlui Native 1.61.16 (Oct 4, 2022)

  • Consolidate into reusable workflows by @synle in #690

New in Sqlui Native 1.61.15 (Oct 4, 2022)

  • flatpak and pacman support (#689)

New in Sqlui Native 1.61.14 (Sep 26, 2022)

  • Cleaned up autocomplete for monaco code editor (#681)
  • Cleaned up autocomplete for monaco
  • CI / CD - Format Updates Automatic Commit
  • Update App.tsx
  • Update App.tsx
  • CI / CD - Format Updates Automatic Commit

New in Sqlui Native 1.61.10 (Sep 23, 2022)

  • Minor code editor tweaks and fixes for selection range and persistent undo stacks
  • What's Changed:
  • Reset the selection range in the monaco editor after the query is changed by @synle in #651
  • Persist code editor undo stack across interactions by @synle in #652

New in Sqlui Native 1.61.9 (Aug 18, 2022)

  • Regex match the scheme protocol and also added more unit tests (#621)
  • Now regex match the scheme protocol and also added more unit tests
  • CI / CD - Format Updates Automatic Commit
  • Co-authored-by: synle <[email protected]>

New in Sqlui Native 1.61.8 (Aug 18, 2022)

  • Properly try catch to make sure the get connection params not throwing any errors by @synle in #620

New in Sqlui Native 1.61.6 (Aug 17, 2022)

  • Dedicated page to list databases to visualize and Visualization route refresh by @synle in #617

New in Sqlui Native 1.61.3 (Aug 16, 2022)

  • Relationship Visualization with react-flow enhancements by @synle in #614

New in Sqlui Native 1.61.2 (Aug 16, 2022)

  • on node click highlight as selected (#613)
  • node click select event
  • persist the location properly
  • CI / CD - Format Updates Automatic Commit

New in Sqlui Native 1.61.1 (Aug 15, 2022)

  • Cleaned up the page layout
  • More dynamics
  • CI / CD - Format Updates Automatic Commit

New in Sqlui Native 1.60.10 (Aug 15, 2022)

  • Fixes rediss (#608)

New in Sqlui Native 1.60.9 (Aug 15, 2022)

  • Added more unit tests for schema parser by @synle in #605
  • Added missing keys for react component by @synle in #606

New in Sqlui Native 1.60.5 (Aug 14, 2022)

  • Alias `postgresql` to also use `postgres` adapter (#599
  • Added support for postgres
  • CI / CD - Format Updates Automatic Commit

New in Sqlui Native 1.59.18 (Aug 12, 2022)

  • Added connection form interface
  • CI / CD - Format Updates Automatic Commit
  • Encode URI
  • Make port optional
  • CI / CD - Format Updates Automatic Commit