Skip to content

Releases: Zonos/amino

v6.0.2

15 Jun 22:45
v6.0.2
c118149

Choose a tag to compare

Features

  • testing: generate visual review gallery from visual diff analysis #861 (Robert Jensen)

Bug Fixes

  • input-simple: keep selected date visible after blur in DateInput #861 (Robert Jensen)
  • input: hide empty date segments behind float label in DateInput #861 (Robert Jensen)
  • restore production visual parity for button, input, textarea, tables #861 (Robert Jensen)
  • thumbnail: restore secondary icon fill and background dropped in migration #861 (Robert Jensen)
  • input: keep date segments visible when DateInput has a valuePrefix #861 (Robert Jensen)
  • use opacity-disabled for disabled CountryMultiSelectExpanded and MenuItem #861 (Robert Jensen)
  • replace undefined text-amino class with text-text-color #861 (Robert Jensen)
  • tooltip: restore night-mode background to gray-50 #861 (Robert Jensen)

Code Refactoring

  • drop CSS custom property indirection for static inline styles #861 (Robert Jensen)
  • button: read lineHeight from the size map instead of the local var #861 (Robert Jensen)
  • use theme constants instead of hardcoded var(--amino-*) strings #861 (Robert Jensen)

Tests

  • stories: cover disabled CountryMultiSelectExpanded and MenuItem states #861 (Robert Jensen)

Chores

  • ci: drop unreachable alpha dist-tag from publish workflow #861 (Robert Jensen)
  • build: stop publishing tailwind.css source; document Tailwind consumer contract #861 (Robert Jensen)
  • deps: patch esbuild and joi advisories via pnpm overrides #861 (Robert Jensen)
  • deps: remove unused graphql/react-tooltip deps and patch dev-only vulns #861 (Robert Jensen)

Commits

v6.0.1

11 Jun 20:58
v6.0.1
226fd76

Choose a tag to compare

Features

  • add UI components and Tailwind CSS configuration #861 (Robert Jensen)
  • update CI configuration, enhance Tailwind CSS integration, and clean up component imports #861 (Robert Jensen)
  • enhance GlowWrapper and LanguageItem styles, and update SimpleTable story for improved layout #861 (Robert Jensen)
  • update border radius naming convention to use hyphens for consistency across components #861 (Robert Jensen)
  • remove unused style preprocessors from bundlePackage configuration #861 (Robert Jensen)
  • change Menu component from div to ul for semantic HTML #861 (Robert Jensen)
  • add visual regression and CSS comparison tests for Storybook components #861 (Robert Jensen)
  • simplify JSX formatting in JsonVisionViewer and InputBase components #861 (Robert Jensen)
  • update release workflow for prerelease tagging and add publish alpha workflow #861 (Robert Jensen)
  • update node version in publish workflow and add new UI component imports #861 (Robert Jensen)
  • update publish workflow to include alpha tagging for non-main branches #861 (Robert Jensen)
  • update component styles and structure for improved consistency and clarity #861 (Robert Jensen)
  • add class-variance-authority and tailwind-merge dependencies #861 (Robert Jensen)
  • enhance component styles and functionality across multiple files #861 (Robert Jensen)
  • update component styles for improved consistency and responsiveness across Checkbox, Dialog, GlowWrapper, LanguageItem, and List #861 (Robert Jensen)
  • add Playwright dependency and update related scripts for testing enhancements #861 (Robert Jensen)
  • refine ripple animation styles for improved visual consistency #861 (Robert Jensen)
  • add fullWindowWidth prop to CoverSheet and adjust className handling in BaseDialog #861 (Robert Jensen)
  • update Button component width handling and enhance DismissableDialog styling #861 (Robert Jensen)
  • update Playwright dependency to 1.58.2 and refactor related imports; enhance button component variants and add story filtering to CSS comparison tests #861 (Robert Jensen)
  • migrate CSS comparison tests to new output directory and update related configurations #861 (Robert Jensen)
  • enhance Button component styling for better width handling in DismissableDialog #861 (Robert Jensen)
  • enhance Button component styles for improved visual consistency and update disabled state handling #861 (Robert Jensen)
  • enhance VSection component to wrap children in a styled div for improved layout #861 (Robert Jensen)
  • update FloatLabelInput component styles for improved height calculations and label positioning #861 (Robert Jensen)
  • add a blank line for improved readability in CSS comparison config #861 (Robert Jensen)
  • update Playwright image version and standardize TARGET_URL syntax #861 (Robert Jensen)
  • enhance error handling and validation for story IDs in CSS comparison #861 (Robert Jensen)
  • shadcnMigration: fix bordered table header #861 (ckgard27)
  • migrateShadCn: animations #861 (ckgard27)
  • ci: upgrade pnpm/action-setup to version 5 across workflows #861 (Thien Huynh)

Bug Fixes

  • tsc import errors #861 (Robert Jensen)
  • resolve critical bugs in Tailwind migration #861 (Robert Jensen)
  • css-comparison: sanitize storyId before path.join to prevent path traversal #861 (Robert Jensen)
  • test-utils: add vertical-align and white-space to CSS_PROPERTIES #861 (Robert Jensen)
  • resolve tailwind v4 CSS parsing errors from invalid class selectors #861 (Robert Jensen)
  • Flex: only apply [&>*] children flex when childrenFlex is non-default #861 (Robert Jensen)
  • reset: remove unlayered TW v3 border preflight that breaks TW v4 border utilities #861 (Robert Jensen)
  • Flex: skip inline padding when default 0 so Tailwind padding classes apply #861 (Robert Jensen)
  • button: allow user style to override button font-weight #861 (Robert Jensen)
  • scope reset.css rules and fix TextAvatar gradient #861 (Robert Jensen)
  • select: remove broken nested selector that collapsed flag-to-text gap #861 (Robert Jensen)
  • StyledReactSelect: add !important to margins and paddings to prevent Tailwind v4 reset #861 (Robert Jensen)
  • select: set menu zIndex to 20 to render above Toggle buttons #861 (Robert Jensen)
  • select: set menuPortal zIndex to 20 #861 (Robert Jensen)
  • StyledReactSelect: fix option hover effect us...
Read more

v6.0.0-alpha.34

11 May 19:38

Choose a tag to compare

v6.0.0-alpha.34 Pre-release
Pre-release

Commits

  • 735d2c9: Bump version 6.0.0 (Thien Huynh)
  • 84e1f70: Merge branch 'feat/migrate-to-shadcn' of github.com:Zonos/fe-2-amino into feat/migrate-to-shadcn (Thien Huynh)
  • 057927d: Add data attribute to TooltipContent for improved accessibility (Thien Huynh)
  • 7f2bd22: Bump version 6.0.0-alpha.34 (Thien Huynh)

v6.0.0-alpha.33

11 May 17:03

Choose a tag to compare

v6.0.0-alpha.33 Pre-release
Pre-release

Code Refactoring

  • DateInput: remove unused opacity class for better clarity (Thien Huynh)

Chores

  • ci: upgrade actions/checkout and actions/setup-node to version 6 in CI workflows (Thien Huynh)
  • ci: update Node.js version in publish workflow (Thien Huynh)
  • ci: downgrade Node.js version in publish workflow to 22.22.1 (Thien Huynh)
  • ci: update actions/checkout and actions/setup-node to version 6 in storybook-tests workflow (Thien Huynh)

Commits

  • db35b95: Bump version 6.0.0-alpha.33 (Thien Huynh)

v6.0.0-alpha.32

07 Apr 21:36

Choose a tag to compare

v6.0.0-alpha.32 Pre-release
Pre-release

Features

  • ci: upgrade pnpm/action-setup to version 5 across workflows #861 (Thien Huynh)

Bug Fixes

Code Refactoring

Tests

Continuous Integration

Chores

Commits

  • 551f9b3: Add security gate and dependabot configuration (ben francom) #864
  • 01da270: Refactor CSS variable definitions for improved readability and consistency (Robert Jensen) #863
  • e65a181: Bump version 5.8.1 (Robert Jensen) #863
  • c07fc95: Merge branch 'main' into devops/add-security-gate-dependabot (Ben Francom) #864
  • c6d8262: DEV-1021: Add Datadog service catalog definition (Ben Francom) #868
  • 6da1557: Merge branch 'main' of github.com:Zonos/fe-2-amino into feat/migrate-to-shadcn (Thien Huynh) #861
  • 2dc3890: Bump version 6.0.0-alpha.32 (Thien Huynh) #861

v6.0.0-alpha.31

02 Apr 21:16

Choose a tag to compare

v6.0.0-alpha.31 Pre-release
Pre-release

Bug Fixes

  • TableRowCollapse: update class names for better styling control #861 (Thien Huynh)

Commits

  • 46ee5b6: Bump version 6.0.0-alpha.31 (Thien Huynh) #861

v6.0.0

11 May 17:04
fb021e4

Choose a tag to compare

Commits

  • 735d2c9: Bump version 6.0.0 (Thien Huynh)

v6.0.0-alpha.30

30 Mar 20:43

Choose a tag to compare

v6.0.0-alpha.30 Pre-release
Pre-release

Commits

v6.0.0-alpha.29

26 Mar 17:25

Choose a tag to compare

v6.0.0-alpha.29 Pre-release
Pre-release

Bug Fixes

  • RichRadio: proper disabled state, ReactNode subtitle, persistent selected border, Amino Tooltip #861 (ckgard27)

Commits

v6.0.0-alpha.28

18 Mar 20:52

Choose a tag to compare

v6.0.0-alpha.28 Pre-release
Pre-release

Bug Fixes

Commits