Skip to content

Releases: WJSoftware/wjfe-dataview

v0.5.0

20 Jul 21:16
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

What's Changed

  • chore: Fix repository URL in package.json by @webJose in #30
  • fix(demo): Add grid lines feature to the more info offcanvas by @webJose in #31
  • refactor: Auto-sort imports by @webJose in #32
  • feat!: Rename rowHighlight prop to rowTracking by @webJose in #33
  • build(deps-dev): Bump braces from 3.0.2 to 3.0.3 by @dependabot in #34
  • chore: Correct homepage URL in package.json (and npmjs.com) by @webJose in #35
  • build(deps-dev): Bump typescript from 5.4.5 to 5.5.3 by @dependabot in #37
  • build(deps-dev): Bump sass from 1.77.1 to 1.77.6 by @dependabot in #36
  • build(deps-dev): Bump @sveltejs/vite-plugin-svelte from 3.1.0 to 3.1.1 by @dependabot in #40
  • build(deps-dev): Bump @sveltejs/package from 2.3.1 to 2.3.2 by @dependabot in #38
  • build(deps-dev): Bump vitest from 1.6.0 to 2.0.2 by @dependabot in #41
  • build(deps-dev): Bump tslib from 2.6.2 to 2.6.3 by @dependabot in #42
  • build(deps-dev): Bump sass from 1.77.6 to 1.77.8 by @dependabot in #43
  • build(deps-dev): Bump vitest from 2.0.2 to 2.0.3 by @dependabot in #44
  • feat: Add Control column by @webJose in #45
  • feat(demo): Update toolbar's look by @webJose in #46
  • feat(demo): Upgrade theme switch by @webJose in #47
  • chore(demo): Split title by @webJose in #48
  • chore: Add JsDoc to themes and theme types by @webJose in #49
  • chore!: Rename rowSelectionBg to rowSelectionHighlight by @webJose in #50
  • chore!: Rename gridBorders to gridLines by @webJose in #51
  • chore!: Replace TypeScript enum for const object by @webJose in #52
  • refactor: Get rid of noop() by @webJose in #53
  • docs: Add component-level documentation by @webJose in #54

Full Changelog: v0.4.0...v0.5.0

v0.4.0

06 Jul 05:36
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

  • chore: Create dependabot.yml by @webJose in #19
  • build(deps-dev): Bump @sveltejs/kit from 2.5.7 to 2.5.18 by @dependabot in #20
  • build(deps-dev): Bump svelte-check from 3.7.1 to 3.8.4 by @dependabot in #22
  • build(deps-dev): Bump @sveltejs/adapter-static from 3.0.1 to 3.0.2 by @dependabot in #24
  • build(deps-dev): Bump vite from 5.2.11 to 5.3.3 by @dependabot in #23
  • build(deps-dev): Bump publint from 0.1.16 to 0.2.8 by @dependabot in #21
  • chore: Update svelte@next by @webJose in #25
  • feat: Improve resizer line by @webJose in #26
  • chore(demo): Categorize row options in toolbar by @webJose in #27
  • feat: Add grid borders by @webJose in #28
  • build: Add build step to deploy script (GH Pages) by @webJose in #29

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Jun 06:51
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

  • feat: Add defineData() to more easily define data objects by @webJose in #15
  • feat!: Reorder WjDvColumn type parameters for better ergonomics by @webJose in #16
  • feat(demo): Update demo with various enhancements by @webJose in #17

Full Changelog: v0.2.0...v0.3.0

v0.2.0 - Row Features

25 May 18:38
Compare
Choose a tag to compare
v0.2.0 - Row Features Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 May 05:45
778e116
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

What's Changed

  • feat: Change the resizer's appearance by @webJose in #2
  • fix: Make sticky components fully opaque by @webJose in #3
  • chore: Various chores around themes by @webJose in #4
  • fix: Make columns bindable to avoid invalid mutation error by @webJose in #5
  • build: Add NPM pacakage metadata by @webJose in #6

Full Changelog: v0.0.1...v0.1.0

v0.0.1

22 May 04:17
cde2336
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial Release

Initial working version.