Releases: Hochfrequenz/entscheidungsbaumdiagramm
Releases Β· Hochfrequenz/entscheidungsbaumdiagramm
v0.1.1
v0.1.0
What's Changed
- π€ Bump svelte-check from 4.0.2 to 4.0.4 by @dependabot in #2
- π€ Bump vite from 5.4.7 to 5.4.8 by @dependabot in #5
- π€ Bump sass from 1.79.3 to 1.79.4 by @dependabot in #3
- π€ Bump tailwindcss from 3.4.11 to 3.4.13 by @dependabot in #4
- βοΈ Set up project for local development by @OLILHR in #6
- π¨ Route and style EBD landing page by @OLILHR in #7
- π Fix base path not being prerendered correctly during deployment by @OLILHR in #8
- π« Add featured components for
format version
andebd
selection by @OLILHR in #9 - β Add
machine-readable_entscheidungsbaumdiagramme
submodule by @OLILHR in #10 - π« Add banner component to advertise other HF tools by @OLILHR in #11
- π¦ Fetch format versions and EBDs from local submodule by @OLILHR in #13
- π¦ Manage submodule and static files during building and deployment by @OLILHR in #14
- β‘οΈ Prerender available EBDs for a given format version by @OLILHR in #15
- π€ Bump @types/node from 22.6.1 to 22.7.4 by @dependabot in #17
- π€ Bump @sveltejs/kit from 2.6.1 to 2.6.2 by @dependabot in #20
- π€ Bump eslint-plugin-import from 2.30.0 to 2.31.0 by @dependabot in #18
- π€ Bump eslint from 8.57.0 to 9.12.0 by @dependabot in #19
- π Set up dynamic routing for FV and EBD selection by @OLILHR in #21
- β¨ Add responsive EBD selection form by @OLILHR in #22
- βοΈ Skip submodule merging during deployment workflow by @OLILHR in #23
- β¨ Enable client-side rendering of SVG content across all EBD pages by @OLILHR in #24
- β¨ Add SVG export button component to download EBDs by @OLILHR in #25
- π€ Add workflow to preview Github Pages deployment during pull requests by @OLILHR in #29
- π€ Bump sass from 1.79.4 to 1.79.5 by @dependabot in #32
- π€ Bump @types/node from 22.7.4 to 22.7.5 by @dependabot in #35
- π€ Bump @typescript-eslint/parser from 8.8.0 to 8.8.1 by @dependabot in #31
- π€ Bump playwright from 1.47.2 to 1.48.0 by @dependabot in #34
- π€ Bump @playwright/test from 1.47.2 to 1.48.0 by @dependabot in #33
- π€ Change action trigger of deployment workflow to
PR closed
by @OLILHR in #36 - π©Ή Remove prettier import plugin to solve eslint and prettier conflicts by @OLILHR in #37
- π€ Bump tslib from 2.7.0 to 2.8.0 by @dependabot in #40
- π€ Bump typescript from 5.6.2 to 5.6.3 by @dependabot in #38
- π€ Bump svelte-check from 4.0.4 to 4.0.5 by @dependabot in #39
- π€ Bump @sveltejs/kit from 2.6.2 to 2.7.1 by @dependabot in #42
- π€ Bump @typescript-eslint/parser from 8.8.1 to 8.9.0 by @dependabot in #41
- βοΈ Add dependabot reviewers and adjust CI status badges after transfer by @OLILHR in #43
- π€ Bump tailwindcss from 3.4.13 to 3.4.14 by @dependabot in #46
- π€ Bump playwright from 1.48.0 to 1.48.1 by @dependabot in #48
- π€ Bump @typescript-eslint/eslint-plugin from 8.8.0 to 8.9.0 by @dependabot in #44
- π€ Bump vite from 5.4.8 to 5.4.9 by @dependabot in #45
- π€ Bump @playwright/test from 1.48.0 to 1.48.1 by @dependabot in #47
- π€ Bump @typescript-eslint/parser from 8.9.0 to 8.10.0 by @dependabot in #53
- π€ Bump @types/node from 22.7.5 to 22.7.7 by @dependabot in #54
- π€ Bump sass from 1.79.5 to 1.80.3 by @dependabot in #56
- π€ Bump @typescript-eslint/eslint-plugin from 8.9.0 to 8.10.0 by @dependabot in #55
- π€ Bump eslint-plugin-svelte from 2.44.1 to 2.46.0 by @dependabot in #57
- π§Ή Remove deprecated
.eslintrc
and configureeslint.config.js
by @OLILHR in #52 - ποΈ Discard docker files by @OLILHR in #59
- π€ Bump @sveltejs/adapter-auto from 3.2.5 to 3.3.1 by @dependabot in #63
- π€ Bump @typescript-eslint/parser from 8.10.0 to 8.11.0 by @dependabot in #64
- π€ Bump sass from 1.80.3 to 1.80.4 by @dependabot in #65
- π€ Bump eslint from 9.12.0 to 9.13.0 by @dependabot in #61
- π€ Bump @sveltejs/vite-plugin-svelte from 3.1.2 to 4.0.0 by @dependabot in #62
- π Set up Auth0 authentication by @OLILHR in #51
- ποΈ Remove Github Pages preview workflow by @OLILHR in #60
- fix(formatting): prettier azure deployment pipeline yml by @hf-kklein in #67
- Update EBD Submodule by @hf-kklein in #66
- Bump EBD Submodule (again) by @hf-kklein in #69
- ci: Add CI action for pull request title linting by @OLILHR in #70
- fix: Target loaders toward build/ directory when fetching submodule data by @OLILHR in #72
- docs: Add more descriptions regarding how to test the project locally by @OLILHR in #75
- chore: Add mapping to bypass skipped FV updates by BDEW by @OLILHR in #76
- docs: Update README regarding commit title conventions and CI/CD routine by @OLILHR in #77
- ci: Adjust prod (purple pebbleπ£) deployment workflow to trigger on release by @OLILHR in #78
- ci: Separate lint and lint:check and adjust linting workflow accordingly by @OLILHR in #82
- refactor: Combine [formatversion] and [ebd] slug into one dynamic route by @OLILHR in #81
- build: Switch to svelte's azure-swa adapter by @OLILHR in #83
- revert: "build: Switch to svelte's azure-swa adapter" by @OLILHR in #84
- π€ Bump sass from 1.80.4 to 1.80.6 by @dependabot in #91
- π€ Bump actions/checkout from 3 to 4 by @dependabot in #94
- build: Prerender dynamic routes to provide all entries during SSG by @OLILHR in #86
- chore: Update submodule path for prerendering by @OLILHR in #96
- ci: Use conventional commit title for dependabot's dependency updates by @OLILHR in #95
- build(deps): bump @sveltejs/kit from 2.7.3 to 2.7.4 by @dependabot in #98
- π€ Bump svelte from 4.2.19 to 5...