@gomusdev/web-components 3.4.2 → 3.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.5.0 (2026-06-15)
4
+
5
+ ### Features
6
+
7
+ * add audit-code skill — automate the full code-audit pipeline
8
+ * **audit-report:** 'With screenshots' category (auto-populated from .shots dirs)
9
+ * **audit-report:** click-to-peek source excerpts (+/-5 lines) on every link
10
+ * **audit-report:** default 'All findings' section; Overview demoted below it, closes [#all](https://gitlab.giantmonkey.de/gomus/frontend/issues/all)
11
+ * **audit-report:** hover source-code preview + annotated screenshot repro (PoC)
12
+ * **audit-report:** password-protect report.html (password wc-bugs)
13
+ * **audit-report:** per-finding markdown records with live triage state + sidebar-nav fix
14
+ * **audit-report:** section <select> nav, screenshots as a filter, overview as summary page
15
+ * **audit-report:** sections-in-sidebar nav + each finding as its own page
16
+ * **audit:** interactive step-by-step HTML demos for all 69 visual findings
17
+ * **audit:** publish the audit under /bugs of the docs Storybook site
18
+
19
+ ### Bug Fixes
20
+
21
+ * **web-components:** clear selected-timeslot when the visit day changes (TC-11)
22
+ * **web-components:** format slot dates in Europe/Berlin (CD-05, CD-07)
23
+ * **web-components:** pass --output flag to svelte-check, not tsc
24
+
3
25
  ## 3.4.2 (2026-06-15)
4
26
 
5
27
  ### Bug Fixes