Skip to content

Releases: kritish-dhaubanjar/dynamodb-dashboard

DynamoDB Dashboard v1.4.0

25 Nov 19:31
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.4.0?

feat

  • feat(app): add sticky horizontal scrollbar
  • feat: support for dynamodb nested attribute querying
  • feat: select row on tripple click

Full Changelog: v1.3.3...v1.4.0

DynamoDB Dashboard v1.3.3

14 Nov 17:56
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.3.3?

feat

  • feat: add make verdaccio for local registry publish

fix

  • fix(server): disable logger for DynamoDB queries

Full Changelog: v1.3.1...v1.3.3

DynamoDB Dashboard v1.3.1

13 Nov 16:10
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.3.1?

feat

  • feat(app): add darkreader toggle
  • feat(app): replaced Fira Code with JetBrains Mono
  • feat(server): add compression of response
  • feat(server): slice items to match params.Limit

fix

  • fix(app): add search icon and fix active border
  • fix(app): invalid no. of data when page=3,limit=2 -> page=100 & next

chore

  • chore(app): update favicon.ico
  • chore(server): enable console.error of errors
  • chore(deps-dev): bump @babel/node from 7.18.10 to 7.20.2 in /server by @dependabot in #7
  • chore(deps): bump express from 4.18.1 to 4.18.2 in /server by @dependabot in #8
  • chore(deps-dev): bump @babel/cli from 7.18.10 to 7.19.3 in /server by @dependabot in #9
  • chore(deps-dev): bump vite from 3.0.9 to 3.2.3 in /app by @dependabot in #10
  • chore(deps): bump dotenv from 16.0.2 to 16.0.3 in /server by @dependabot in #11
  • chore(deps-dev): bump eslint-plugin-vue from 9.4.0 to 9.7.0 in /app by @dependabot in #12
  • chore(deps): bump @codemirror/lang-javascript from 6.0.2 to 6.1.1 in /app by @dependabot in #13
  • chore(deps-dev): bump @babel/core from 7.18.13 to 7.20.2 in /server by @dependabot in #15
  • chore(deps): bump bootstrap and @types/bootstrap in /app by @dependabot in #16
  • chore(deps): bump @codemirror/lang-json from 6.0.0 to 6.0.1 in /app by @dependabot in #14

New Contributors

Full Changelog: v1.3.0...v1.3.1

DynamoDB Dashboard v1.2.1

12 Nov 12:48
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.2.1?

  • fix(app): fix sorting of columns

Full Changelog: v1.2.0...v1.2.1

DynamoDB Dashboard v1.2.0

07 Nov 15:18
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.2.0?

  • Upgrade vue-tsc to remove errors by @sbimochan in #3
  • Editor enhancements with tooltip change and line gutter by @sbimochan in #4
  • Create single source for code mirror config for ease maintenance by @sbimochan in #5
  • Display better error message while parsing JSON by @sbimochan in #2
  • feat(app): add sort functionality in table in 13a2d42

New Contributors

Full Changelog: v1.1.0...v1.2.0

DynamoDB Dashboard v1.1.0

24 Oct 15:46
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.1.0?

  • feat(app): add support for NULL with refactor of conditions
  • chore(api): prefix unused variables with _

Full Changelog: v1.0.7...v1.1.0

DynamoDB Dashboard v1.0.7

21 Oct 20:37
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.0.7?

  • fix(app): hide modal-backdrop & add background to modal
  • chore: add PULL_REQUEST_TEMPLATE.md
  • feat(app): add sticky table header, sticky table & re-fetch on RUN
  • chore: add 'publish' to Makefile

Full Changelog: v1.0.5...v1.0.7

DynamoDB Dashboard v1.0.5

15 Oct 06:54
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.0.5?

  • chore: update .npmignore to include server/build/public for publish

Full Changelog: v1.0.4...v1.0.5

DynamoDB Dashboard v1.0.3

26 Sep 18:39
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.0.2?

  • chore: update README.md
  • fix: remove default AWS_SESSION_TOKEN
  • chore: add Makefile
  • fix: make AWS_SESSION_TOKEN optional
  • fix: update redirect URL
  • chore: update yarn.lock
  • chore: update .git/.npm ignore & package.json
  • chore: update .env.* files VITE_APP_BASE_URL

Full Changelog: v1.0.2...v1.0.3

DynamoDB Dashboard v1.0.2

24 Sep 18:48
Compare
Choose a tag to compare

What's new in DynamoDB Dashboard v1.0.2?

  • fix: add bin to package.json

Full Changelog: v1.0.1...v1.0.2