Skip to content

Releases: DigitaleGesellschaft/Datenauskunftsbegehren

Release v0.0.1

17 Feb 23:04
a058b77

Choose a tag to compare

📝 Changelog:

  • adapt relase workflow
  • add release workflow
  • chore(deps-dev): bump @types/node from 24.0.15 to 24.10.4 (#79)
  • chore(deps): bump playwright from 1.56.0 to 1.57.0 (#73)
  • chore(deps): bump lodash-es from 4.17.21 to 4.17.22 (#70)
  • chore(deps): bump actions/upload-artifact from 4 to 6 (#68)
  • chore(deps): bump actions/checkout from 3 to 6 (#69)
  • generate proper output in the dist folder
  • add dependabot configuration for npm and GitHub Actions updates
  • init changelog
  • update the documentation
  • the rollup config is not needed anymore
  • fix typo in vite config
  • raise timeout and switch to vite port
  • ignore dist folder
  • finally removed twitter referral resources - alternatives to be checked by redaction
  • moved svg page footer logo resource from index.html template into separate file
  • moved text strings from index.html template into vite.config.js
  • fixed comma in package.js, updated playwright again and removed obsolete packages
  • test: updated playwright; removed rollup & sirv
  • test: introduced 2s timeout
  • base tests: more precise test description
  • added, installed and activated vite with compatible versions of plugins and a basic configuration and index.html. TODO: deploy target path needs to get adopted
  • moved index.html template from rollup.config.js into separate file
  • fix svelte 4 issues
  • bump svelte to v4
  • 47 playwright (#48)
  • fix regex for types/Mobilität example
  • fix build error from putdated upload-artifact v3 (#49)
  • explain about data.json in the README (#46)
  • Adopted new logo (#45)
  • fix: revert regex change for variable parsing
  • fix: allow umlauts and , in variable label (#39)
  • fix: nonbreaking space
  • R2023 09.p1 (#36)
  • ci: Update actions/artifacts
  • ci: Update actions/checkout
  • Aktualiserter «Werbetext» (#31)
  • fix: correct link to the Noun Project in credits
  • fix: don't fail if privacyStatement contains no bullets
  • fix: don't log error when no customOpening given
  • fix: update dependencies
  • fix: personenbezogene Daten -> Personendaten
  • feat(opening): allow custom opening with variables passed in URL fragment
  • fix: never show messages on print
  • chore: cleanup rollup conf
  • feat: show message if organisations got removed from the list
  • fix: don't load livereload script over https
  • chore: use lodash debounce instead of own implementation
  • fix: throttle history update to not run into a security error because of more than 100 replaceState calls per 30s, fixes #12
  • fix(app): improve wording
  • fix(share): improve wording
  • chore: cleanup
  • fix(ui): make sure firefox on linux doesn't render double checkboxes, fixes #6
  • fix(setup): remove ssl from setup since all browsers treat localhost as a secure origin, fixes #13
  • init