0.6.3 (2025-12-19)
- Editor Tooltip: define CSS vars on body for markdown tooltips (27d748c)
0.6.2 (2025-07-14)
- Notifications: add NotificationList component and associated tests (4f69213)
- Notifications: add NotificationMenu component with associated tests and configuration (ebdb422)
- Notifications: add Notifications context and provider with hooks and default configuration (9222f89)
- Notifications: add README for Notifications module with usage examples and props API (7bbd05b)
0.6.1 (2025-05-23)
- FormField: fix Select component styling (cc16c3d)
0.6.0 (2025-05-22)
- Markdown/KaTeX: load KaTeX fonts on demand from jsDelivr (0f50293)
- PrimerRoot: add support for headChildren and additional HTML props (52baa5f)
- ui/_document: add
configureDocumentfunction to manage document properties (7d4e518)
- vite.config: set preserveModulesRoot to 'src' for better module resolution (8f549d5)
0.5.3 (2025-04-29)
- MarkdownEditor: Revert "refactor(MarkdownEditor): apply background-color via .bytemd container" (4741de4)
0.5.2 (2025-04-29)
- MarkdownEditor: add padding to prevent border overlap by child elements (62890d8)
- MarkdownEditor: avoid Safari clipping resize handle (9414460)
0.5.1 (2025-04-28)
- MarkdownEditor: align border focus color with Primer variables (8203af1)
0.5.0 (2025-04-28)
- Markdown: add
MarkdownEditor/Viewercomponent (279218d) - Markdown: align component styles with
@primer/react(d1229b7) - ui: create GoToTopButton component (c935b7e)
- ui: forward ref on FormField (0614e1c)
- lock react peer dependency to 18.x (509721b)
0.4.1 (2025-04-21)
- FormField: add color prop for ignore suggestion button (0fd3012)
0.4.0 (2025-04-16)
- app router: add
use clientdirective (11b6bf3) - AutoThemeProvider: add
noFlashprop to control NoFlashGlobalStyle rendering (526f4b5) - AutoThemeProvider: add ColorModeCookieSync for managing color mode in cookies (03f2db9)
- color mode: use
light/darkinstead ofday/night(01a7676) - CSS modules: update to the new
@primer/reactapproach (a645a6c) - PrimerRoot: add server component with color mode management (fd69b5c)
- SCRegistry: add StyledComponentsRegistry for server-side rendering with styled-components (f059981)
0.3.3 (2025-01-10)
- FormField: always add
FormControl.Label(ed43cb3) - FormField: use
FormControl.Validationonly withTextInput(9393709)
0.3.2 (2024-12-18)
- FormField: ensure the Select component is fully clickable (6c6fc53)
0.3.1 (2024-11-07)
- update import paths to include file extensions (566a28f)
0.3.0 (2024-11-07)
- FormField: add hidden prop to conditionally render field (db312db)
- ui: add suggestion component enhancements with tooltip and ignore button (de910c1)
- ui: enhance FormField with password visibility toggle and caps lock warning (e0aa04b)
0.2.0 (2024-11-04)
- ui: add
FormFieldcomponent (92c3ae3) - ui: add ESM exports to package.json (45074a1)
- ui: add Suggestion component to FormField (c0336df)
0.1.0 (2024-10-03)
- ui: re-export the original
@primer/reactvia@tabnews/ui/primer
- ui: re-export the original
@primer/reactvia@tabnews/ui/primer(45d0b57)