Skip to content

Latest commit

 

History

History
147 lines (85 loc) · 4.83 KB

CHANGELOG.md

File metadata and controls

147 lines (85 loc) · 4.83 KB

@namehash/namekit-react

0.12.0

Minor Changes

  • 57b15ac: add loading state to buttons

0.11.0

Minor Changes

  • 4141d60: Added new Checkbox component to the package. The Checkbox component allows rendering checkboxes with labels in a consistent style.

0.10.0

Minor Changes

  • 1891ce7: release

Patch Changes

0.9.0

Minor Changes

  • d5183f1: Added className and withDelay props to Tooltip component

0.8.0

Minor Changes

  • 32dc97d: - Created a disabled state for the Button component

Patch Changes

  • ee8c4db: Add specialized focus / hover state for input fields with an error.

0.7.0

Minor Changes

  • 34f5b20: release

Patch Changes

0.6.0

Minor Changes

  • #342 8564ffb Thanks @eduramme! - New Style Addition: Updated components/Link.tsx to include a new size class, xsmall (nk-text-xs), to enhance design compatibility and provide more styling options. Folder Structure Update: Introduced two new folders, /client and /. The /client folder exports components that require "use client" at the top of their files, while the / folder exports components that do not require this directive. Style Adjustments: Made minor adjustments to the styles of various components to ensure consistency and alignment with the new design requirements.

  • #381 dbaf813 Thanks @FrancoAguzzi! - Migrate TruncatedText and create Storybook examples

  • #399 79a6b77 Thanks @FrancoAguzzi! - Update Tooltip component to include TooltipPlacement and export DEFAULT_MAX_TOOLTIP_WIDTH

  • #393 b9eb52d Thanks @eduramme! - - Added a new disabled version for the Input and TextArea components in @namehash/namekit-react.

    • Introduced an error state for the TextArea component in @namehash/namekit-react.
    • Updated SearchInput in @namehash/nameguard-react to use the ENSInput component from @namehash/namekit-react.
  • #394 8b6842a Thanks @notrab! - Introduce new API for IconButton, Button and Link with asChild

  • #393 b9eb52d Thanks @eduramme! - Updated Input component to support error display for improved validation feedback.

Patch Changes

0.5.0

Minor Changes

  • 4649abb: Add CurrencySymbol component
  • 35c9115: Start Tooltip component migration from nameguard-react to namekit-react
  • 1e677da: build changes
  • 0156515: Update tsconfig.json

Patch Changes

  • Updated dependencies [d2b8319]
  • Updated dependencies [1e677da]
  • Updated dependencies [0156515]
  • Updated dependencies [ef3837d]

0.4.1

Patch Changes

  • cb6f36c: Refine package descriptions and homepage
  • Updated dependencies [cb6f36c]

0.4.0

Minor Changes

  • 88131ce: Update package descriptions and licenses

Patch Changes

0.3.0

Minor Changes

  • 6ac5668: Publish changes

Patch Changes

0.2.0

Minor Changes

  • 6f59606: update license and included files

Patch Changes

0.1.0

Minor Changes

  • 9600f55: Link component
  • 288ecd0: Button and IconButton components