Skip to content

Latest commit

 

History

History
152 lines (77 loc) · 8.6 KB

File metadata and controls

152 lines (77 loc) · 8.6 KB

Changelog

0.6.3 (2025-12-19)

Features

  • copy-code: make markdown code block copy button fixed to top-right corner (#76) (6a812e0)

Bug Fixes

  • Editor Tooltip: define CSS vars on body for markdown tooltips (27d748c)

0.6.2 (2025-07-14)

Features

  • 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)

Bug Fixes

  • FormField: fix Select component styling (cc16c3d)

0.6.0 (2025-05-22)

Features

  • Markdown/KaTeX: load KaTeX fonts on demand from jsDelivr (0f50293)
  • PrimerRoot: add support for headChildren and additional HTML props (52baa5f)
  • ui/_document: add configureDocument function to manage document properties (7d4e518)

Bug Fixes

  • vite.config: set preserveModulesRoot to 'src' for better module resolution (8f549d5)

0.5.3 (2025-04-29)

Bug Fixes

  • MarkdownEditor: Revert "refactor(MarkdownEditor): apply background-color via .bytemd container" (4741de4)

0.5.2 (2025-04-29)

Bug Fixes

  • MarkdownEditor: add padding to prevent border overlap by child elements (62890d8)
  • MarkdownEditor: avoid Safari clipping resize handle (9414460)

0.5.1 (2025-04-28)

Bug Fixes

  • MarkdownEditor: align border focus color with Primer variables (8203af1)

0.5.0 (2025-04-28)

Features

  • Markdown: add MarkdownEditor/Viewer component (279218d)
  • Markdown: align component styles with @primer/react (d1229b7)
  • ui: create GoToTopButton component (c935b7e)
  • ui: forward ref on FormField (0614e1c)

Bug Fixes

  • lock react peer dependency to 18.x (509721b)

0.4.1 (2025-04-21)

Bug Fixes

  • FormField: add color prop for ignore suggestion button (0fd3012)

0.4.0 (2025-04-16)

Features

  • app router: add use client directive (11b6bf3)
  • AutoThemeProvider: add noFlash prop to control NoFlashGlobalStyle rendering (526f4b5)
  • AutoThemeProvider: add ColorModeCookieSync for managing color mode in cookies (03f2db9)
  • color mode: use light/dark instead of day/night (01a7676)
  • CSS modules: update to the new @primer/react approach (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)

Bug Fixes

  • FormField: always add FormControl.Label (ed43cb3)
  • FormField: use FormControl.Validation only with TextInput (9393709)

0.3.2 (2024-12-18)

Bug Fixes

  • FormField: ensure the Select component is fully clickable (6c6fc53)

0.3.1 (2024-11-07)

Bug Fixes

  • update import paths to include file extensions (566a28f)

0.3.0 (2024-11-07)

Features

  • 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)

Features

  • ui: add FormField component (92c3ae3)
  • ui: add ESM exports to package.json (45074a1)
  • ui: add Suggestion component to FormField (c0336df)

0.1.0 (2024-10-03)

⚠ BREAKING CHANGES

  • ui: re-export the original @primer/react via @tabnews/ui/primer

Code Refactoring

  • ui: re-export the original @primer/react via @tabnews/ui/primer (45d0b57)