ITADN
TheJaredWilcurt/vue-doxen

版本发布 8

Release Candidate 43 - Tag name slot edge casesv0.9.7
? · 2025-08-18

Fixes more edge cases that can happen when typing incomplete/partial markup into the slot input.

Release Candidate 42 - Slot Attribute Name bugfixv0.9.6
? · 2025-08-18

Fixes edgecases that can occur while typing in real time into a slot input for a component being demo'd. Filters out invalid characters from possible attribute names.

Release Candidate 41 - Rename Style Tokenv0.9.5
? · 2025-08-17

* Added a missing style token the main list of all tokens. * Renamed `doxenPlainText` style token to `plainText` to match the naming convention.

Release Candidate 41 - Slot console error edge casev0.9.4
? · 2025-08-17

Fixes an edge case where invalid HTML attribute names are generated while typing into the slot input, causing a console error.

Release Candidate 39 - Slot improvementsv0.9.2
? · 2025-08-17

* Fixed issues with the new slot system * Weird nesting issue fixed * Missing text nodes fixed * Missing attributes on root element fixed * Unit tests in place for slot rendering

Release Candidate 38 - Slot improvementsv0.9.1
? · 2025-08-16

After much trial and error, I've come up with a solution to how to handle props. * It does not wrap the content in an extra element * Supports multiple root-level elements * Updates as you type * Does not throw errors for invalid markup * Has no cross-contamination between slots when a component being demo'd uses multiple slots

Release Candidate 36 - Accordion Componentv0.7.4
? · 2025-06-09

**Features:** * Skips inner accordion keyboard navigation and screen reading when closed. **Maintenance:** * Updated dependencies **Diff:** * https://github.com/TheJaredWilcurt/vue-doxen/compare/v07.3..v0.7.4

Release Candidate 35 - Accordion Componentv0.7.3
? · 2025-06-05

**Features:** * Simplified the accordion component, now only goes up, no longer goes left. Moved docs outside of it to demo file. **Maintenance:** * Renamed `app` folder to `docs` to be more clear. **Diff:** * https://github.com/TheJaredWilcurt/vue-doxen/compare/v07.2..v0.7.3