Releases: Kajabi/pine
Releases · Kajabi/pine
@pine-ds/react@0.0.2-alpha.1
0.0.2-alpha.1 (2024-01-03)
Note: Version bump only for package @pine-ds/react
@pine-ds/core@0.0.2-alpha.1
0.0.2-alpha.1 (2024-01-03)
Note: Version bump only for package @pine-ds/core
@pine-ds/react@0.0.2-alpha.0
0.0.2-alpha.0 (2023-12-14)
Bug Fixes
- adding new prefix to prevent conflicts with current sage (59cc1cd)
- sage-tabpanel: update naming of to to align with namingof aria role (8c79288)
- tag updates (a62af96)
- updating pine references (9b2bdd9)
- updating to sage (d97bfed)
Features
- adding catalog-info documents for Radiator integration (83c9d46)
- button: first pass on new button component (65342e5)
- checkbox: initial component generation and markup (6b3dbda)
- chip: initial generation and base color styles (7fd0bc1)
- copytext: initial generation markup and test (0ae791f)
- divider: initial component generation (54013ed)
- image: adds initial commit with two starting props (fb28c2e)
- link: creates link component (308f2a9)
- progress: initial generation and test files (794499f)
- react: add PdsIcon helper (#126) (066cacc)
- sage-react: add the 'sage-icon' library to the project (863b4bb)
- switch: setting props (d389f31)
- tabs: add initial setup for tabs, states, and onclick behavior (43bb34b)
- tabs: add tabs, tab, and tabpanel components with logic to swap tabs (a4c1e70)
@pine-ds/core@0.0.2-alpha.0
0.0.2-alpha.0 (2023-12-14)
Bug Fixes
- avatar: correct prop name (a99dc81)
- button css: update custom properties structure/naming (4f60977)
- button test coverage: test for clicking buttons within forms to trigger handleClick() (101a003)
- button: add more tests (25bad9b)
- button: add onClick, handleClick, and new props (9fee1c7)
- button: add vertical alignment to buttons so they avoid baseline alignment (1deda19)
- button: update broken test and remove reflect from props (0630971)
- button: update hard coded icon to use pds-icon (0877005)
- button: update logic and tests to be more clear and pass all tests (2014e7b)
- button: update tests after review (ea421bc)
- checkbox: add error stories and styling (876a61d)
- checkbox: added event (c9cb354)
- checkbox: adjust disabled css (efe91e7)
- checkbox: adjust props based on warnings (d698b47)
- checkbox: convert css values to variables (4232d41)
- checkbox: fix css variable name typo (5732481)
- checkbox: prop adustments and docs (8bff9f9)
- checkbox: prop and styling cleanup (72c8157)
- checkbox: prop and styling cleanup (223d8fc)
- checkbox: update error to invalid (26885ed)
- checkbox: update event name and tests (5dbdcf4)
- checkbox: update to use state class naming - hattip @goodwinchris (808f9c6)
- chip: a11y adjustments on icon and button (00cb038)
- chip: add close event and prop descriptions (b65eda9)
- chip: add large prop, refactor class names and styling (28efcbb)
- chip: convert dropdown to button and correct styling (d9f5ffd)
- chip: converts color terms to sentiment (78fbe32)
- chip: converts color terms to sentiment (0a3c916)
- chip: copy and styling updates based on review (787b013)
- chip: update color naming, hover styles and fix test (3cb7b7a)
- chip: update css prop to use variable (d08f9a8)
- cleanup from review, remove un-needed options for decorators, fix spacing, update links (adedc51)
- copytext: add component id prop (4ea2d52)
- copytext: add copyToClipboard function (e403177)
- copytext: add reflect to border prop (70002c8)
- copytext: convert styles to use logical (06058ad)
- copytext: convert to use pds-button (caa5f25)
- copytext: correct icon size (3f999a3)
- copytext: correct line-height to match input (117638d)
- copytext: set value to required (2b66091)
- correct helper message styling when invalid (9424a63)
- divider: correct a typo (6e2ef92)
- divider: fix typo in offset values (902015d)
- divider: refactor css each based on review (c5ae847)
- divider: separate vertical styles (157747e)
- docs: add disabled arg to primary story (ccb0863)
- docs: add space between prop declaration and custom prop in scss to show in args table (a0d806c)
- docs: update button, icon, and link stories with correct links and consistent naming (ea51609)
- docs: update story file names (e0b629d)
- docs: update storybook URL capitalization and reorder tab content to fix rendering bug (46ec2a0)
- docs: update tabs, tabpanel, and tab docs to match new story structure (2ec8744)
- eslint warning for unused variable 'h' (2b066f6)
- input: added styles and label prop (58e9b2c)
- input: added styles, additional props, and demo updates (93cb8eb)
- input: convert to vars and remove prop comments (28b8f17)
- input: correct variable name and value (83e9526)
- input: initial commit (76dc82b)
- input: minor tweaks to input docs to align with textarea and prettier changes (6ddeaf8)
- input: revert changes made in attempt to align files, work to be done separately (d628fd1)
- input: revert changes made in attempt to align files, work to be done separately (8dc35d3)
- input: updates to error-text prop (1fd2ea9)
- input: updates to props and start e2e tests (8a23ca7)
- link: add conditions to classes (16c0cc6)
- lint-staged: move the lint-stage file into libs/core (f1cb21d)
- lint: address errors that were identified via lint.all (2ee6c5b)
- my-component.stories.mdx name change (18ec4ca)
- sage-tabpanel: update naming of to to align with namingof aria role (8c79288)
- sage-tabs: logic to navigate via keyboard was broken due to activeTabIndex being undefined (7e1586e)
- sage-tooltip: missing cha...