Releases: Zonos/amino
Releases · Zonos/amino
v6.0.2
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
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...
v6.0.0-alpha.34
Commits
v6.0.0-alpha.33
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
Features
- ci: upgrade pnpm/action-setup to version 5 across workflows #861 (Thien Huynh)
Bug Fixes
- resolve TypeScript errors after package updates #863 (Robert Jensen)
- package: align peer dependency version ranges #863 (Robert Jensen)
- css-compare: improve robustness of CSS comparison test #863 (Robert Jensen)
- test-utils: sanitize remote story IDs to prevent path traversal #863 (Robert Jensen)
- test-utils: harden storybook test helpers and CSS comparison script #863 (Robert Jensen)
- css-comparison: sanitize storyId before path.join to prevent path traversal #863 (Robert Jensen)
- test-utils: add vertical-align and white-space to CSS_PROPERTIES #863 (Robert Jensen)
- address review feedback on dependabot.yml (spacing, remove unused docker block) #864 (Ben Francom)
- TableRowCollapse: enhance collapsible row styling #861 (Thien Huynh)
Code Refactoring
- test-utils: hoist box-shadow helpers outside filter predicate #863 (Robert Jensen)
Tests
- add visual regression and CSS comparison tooling #863 (Robert Jensen)
Continuous Integration
- deps: bump pnpm/action-setup from 4 to 5 #867 (dependabot[bot])
Chores
- patch security vulnerabilities and update minor deps #863 (Robert Jensen)
- align graphql-request peerDependencies to ^5.2.0 to match devDependencies #863 (Robert Jensen)
- apply lint fixes #863 (Robert Jensen)
- downgrade graphql-request peer dependency version to ^5.1.0 #863 (Robert Jensen)
- remove localize-new-strings agent documentation #863 (Robert Jensen)
- security-audit: add security dependency patches and improve CSS comparison tooling #863 (Robert Jensen)
- remove visual regression results documentation #863 (Robert Jensen)
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
Bug Fixes
- TableRowCollapse: update class names for better styling control #861 (Thien Huynh)