Skip to content

Releases: TiendaNube/nimbus-design-system

2023.04.03

03 Apr 16:31
f80994f
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

@nimbus-ds/[email protected]|major

🎉 New features

🛠 Breaking changes

@nimbus-ds/[email protected]|major

🛠 Breaking changes

🎉 New features

@nimbus-ds/[email protected]|major

🛠 Breaking changes

2023.03.31

31 Mar 16:33
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

  • Added textDecoration property to Box component API. (#136 by

🐛 Bug fixes

  • Add missing dependency for @nimbus-ds/icon external package on Select component. (#135 by @juanchigallego)

@nimbus-ds/[email protected]|patch

🐛 Bug fixes

@nimbus-ds/[email protected]|minor

🎉 New features

2023.03.28

28 Mar 01:00
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

@nimbus-ds/[email protected]|patch

🐛 Bug fixes

  • Adjusted internal spacing of components when the alert does not have the removal function. (#134 by @juniorconquista)

@nimbus-ds/[email protected]|minor

💡 Others

@nimbus-ds/[email protected]|minor

🎉 New features

  • Added useRefObjectAsForwardedRef hook used to sync ref object with forwarded ref and allow local access to instance reference with .current. (#134 by @juniorconquista)

@nimbus-ds/[email protected]|minor

💡 Others

  • Adjusted the Box component properties interface to use ComponentPropsWithRef and include the as prop in the output interface. (#134 by @juniorconquista)
  • Adjusted the Button component properties interface to use ComponentPropsWithRef and include the as prop in the output interface. (#134 by @juniorconquista)
  • Adjusted the Link component properties interface to use ComponentPropsWithRef and include the as prop in the output interface. (#134 by @juniorconquista)

@nimbus-ds/[email protected]|minor

💡 Others

  • Adjusted the component properties interface to use ComponentPropsWithRef and include the as prop in the output interface. (#134 by @juniorconquista)

@nimbus-ds/[email protected]|minor

💡 Others

  • Adjusted the component properties interface to use ComponentPropsWithRef and include the as prop in the output interface. (#134 by @juniorconquista)

@nimbus-ds/[email protected]|minor

💡 Others

  • Adjusted the component properties interface to use ComponentPropsWithRef and include the as prop in the output interface. (#134 by @juniorconquista)

2023.03.23

23 Mar 15:23
99e8459
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

@nimbus-ds/[email protected]|patch

🐛 Bug fixes

  • Fixes bug where Select.Option subcomponent would not render the HTML option elements on IOS devices. (#129 by @juanchigallego)

@nimbus-ds/[email protected]|patch

🐛 Bug fixes

  • Fixes bug where Select.Option subcomponent would not render the HTML option elements on IOS devices. (#129 by @juanchigallego)

2023.03.21

21 Mar 01:43
6973355
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

nimbus-design-system

🎉 New features

  • Creating a build script to build documentation for components and subcomponents. (#126 by @juniorconquista)
  • Configuring use of turborepo cache to publish artifacts generated from each package and share in local and pipeline environments. (#126 by @juniorconquista)
  • Restructured action build steps to create a cache of node_modules folders and therefore not unnecessarily perform package installs. (#126 by @juniorconquista)

@nimbus-ds/[email protected]|major

🎉 New features

  • Added Docgen class for generating documentation from typing components and subcomponents. (#126 by @juniorconquista)

📚 3rd party library updates

2023.03.20

20 Mar 15:27
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

@nimbus-ds/[email protected]|major

🛠 Breaking changes

🎉 New features

💡 Others

@nimbus-ds/[email protected]|major

🛠 Breaking changes

  • Changed the backgroundColor properties to primary-interactive, primary-surface, primary-surfaceHighlight, primary-textLow, success-interactive, success-surface, success-surfaceHighlight, success-textLow, warning-interactive, warning-surface, warning-surfaceHighlight, warning-textLow, danger-interactive, danger-surface, danger-surfaceHighlight, danger-textLow, neutral-background, neutral-interactive, neutral-surface, neutral-surfaceHighlight, neutral-surfaceDisabled and neutral-textLow on Box component. (#110 by @juniorconquista)
  • Changed the color properties to primary-interactive, primary-surface, primary-surfaceHighlight, primary-textLow, success-interactive, success-surface, success-surfaceHighlight, success-textLow, warning-interactive, warning-surface, warning-surfaceHighlight, warning-textLow, danger-interactive, danger-surface, danger-surfaceHighlight, danger-textLow, neutral-background, neutral-interactive, neutral-surface, neutral-surfaceHighlight, neutral-surfaceDisabled and neutral-textLow on Box component. (#110 by @juniorconquista)
  • Changed the borderColor properties to primary-interactive, primary-surface, primary-surfaceHighlight, success-interactive, success-surface, success-surfaceHighlight, warning-interactive, warning-surface, warning-surfaceHighlight, danger-interactive, danger-surface, danger-surfaceHighlight, neutral-interactive, neutral-surface and neutral-surfaceHighlight on Box component. (#110 by @juniorconquista)
  • Changed the color properties to primary-interactive, primary-surface, primary-textLow, success-textLow, success-surface, warning-interactive, warning-surface, warning-textLow, danger-interactive, danger-surface, danger-textLow, neutral-background, neutral-interactive, neutral-surface, neutral-textLow, currentColor, success-interactive, primary-textHigh, success-textHigh, warning-textHigh, danger-textHigh, neutral-textDisabled and neutral-textHigh on Icon component. (#110 by @juniorconquista)
  • Changed the borderColor properties to neutral-surface, neutral-interactive and neutral-surfaceHighlight on IconButton component. (#110 by @juniorconquista)
  • Changed the backgroundColor properties to neutral-interactive, neutral-interactiveHover, neutral-interactivePressed and primary-interactive on IconButton component. (#110 by @juniorconquista)
  • Changed appearance property from neutral.background to neutral-background on Link component. (#110 by @juniorconquista)
  • Changed the backgroundColor properties to primary-surfaceHighlight, primary-interactiveHover, success-surfaceHighlight, danger-surfaceHighlight, neutral-surfaceHighlight and warning-surfaceHighlight on Popover component. (#110 by @juniorconquista)
  • Changed the color properties to primary-surfaceHighlight, primary-interactiveHover, success-surfaceHighlight, danger-surfaceHighlight, neutral-surfaceHighlight and warning-surfaceHighlight on Popover component. (#110 by @juniorconquista)
  • Changed the color properties to primary-interactive, primary-surface, primary-textLow, success-textLow, success-surface, danger-interactive, danger-surface, danger-textLow, neutral-background, neutral-interactive, neutral-surface, neutral-textLow, currentColor and success-interactive on Spinner component. (#110 by @juniorconquista)
  • Changed the color properties to primary-interactive, primary-surface, primary-textLow, success-textLow, success-surface, warning-interactive, warning-surface, warning-textLow, danger-interactive, danger-surface, danger-textLow, neutral-background, neutral-interactive, neutral-surface, neutral-textLow, success-interactive, primary-textHigh, success-textHigh, warning-textHigh, danger-textHigh, neutral-textDisabled and neutral-textHigh on Text component. (#110 by @juniorconquista)
  • Changed the color properties to primary-textLow,success-textLow,warning-textLow,danger-textLow,neutral-textLow,primary-textHigh,success-textHigh,warning-textHigh,danger-textHigh and neutral-textHigh on Title component. (#110 by @juniorconquista)
  • Changed the backgroundColor properties to primary-surface, primary-surfaceHighlight, success-surface, success-surfaceHighlight, warning-surface, warning-surfaceHighlight, danger-surface, danger-surfaceHighlight, neutral-background, neutral-surface and neutral-surfaceHighlight on Card component. (#110 by @juniorconquista)
  • Changed the backgroundColor properties to neutral-background, neutral-surface, neutral-surfaceHighlight, primary-surface and primary-surfaceHighlight on Table.Cell component. (#110 by @juniorconquista)
  • Changed the backgroundColor properties to neutral-background, neutral-surface, neutral-surfaceHighlight, primary-surface and primary-surfaceHighlight on Table.Row component. (#110 by @juniorconquista)

💡 Others

  • Refactored style classes to have more semantic names on Checkbox component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on Chip component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on FileUploader component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on Icon component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on IconButton component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on Input component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on Link component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on List component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on Popover component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on Radio component. (#110 by @juniorconquista)
  • Refactored style classes to have more semantic names on Select component. (#110 by [@juniorconquista](http...
Read more

23.03.06

07 Mar 12:39
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

@nimbus-ds/[email protected]|minor

🎉 New features

  • Added table-layout: fixed css property to Table styles. (#106 by @juanchigallego)
  • Added breakpoint and state conditions to width, maxWidth and minWidth properties on Table sprinkles. (#106 by @juanchigallego)
  • Remove background color from Table header. (#106 by @juanchigallego)
  • Added zIndex property to Box sprinkles. (#106 by @juanchigallego)
  • Added support for new xl breakpoint on conditions. (#106 by @juanchigallego)
  • Added fontWeight, fontSize and lineHeight properties to Title component sprinkles. (#106 by @juanchigallego)
  • Added sizeProperties tokens to Title component sprinkles. (#106 by @juanchigallego)
  • Added inherit to cursor property values. (#106 by @juanchigallego)
  • Added backgroundImage, backgroundPosition, backgroundBlendMode, backgroundRepeat, backgroundSize, color, minWidth and minHeight properties to Box sprinkles. (#106 by @juanchigallego)
  • Added fontSize and lineHeight properties to Link component sprinkles. (#106 by @juanchigallego)
  • Added backgroundColor, color, zIndex, height and width properties to Popover component sprinkles. (#106 by @juniorconquista)
  • Added breakpoint and state conditions to minHeight, minWidth, flexGrow, orderand alignSelf properties onBox sprinkles. (#106 by @juniorconquista)

🐛 Bug fixes

@nimbus-ds/[email protected]|patch

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

  • Added fontSize, fontWeight and lineHeight properties to Title component API. (#106 by @juanchigallego)
  • Changed cursor property default value to inherit on Icon component. (#106 by @juanchigallego)
  • Added zIndex, minHeight, minWidth, flexGrow, order and alignSelf property to Box component API. (#106 by @juanchigallego)
  • Added "border-box" as default value for boxSizing property on Box component. (#106 by @juanchigallego)
  • Added backgroundImage, backgroundPosition, backgroundBlendMode, backgroundRepeat, backgroundSize, color, minWidth and minHeight properties to Box component API. (#106 by @juanchigallego)
  • Changed fontSize default value to base on Text component. (#106 by @juanchigallego)
  • Changed lineHeight default value to base on Text component. (#106 by @juanchigallego)
  • Changed color default value to neutral.textLow on Text component. (#106 by @juanchigallego)
  • Added as prop on Table.Cell subcomponente API. (#106 by @juanchigallego)
  • Replaced size property with fontSize on Link component. (#106 by @juanchigallego)
  • Added lineHeight property to Link component API. (#106 by @juanchigallego)
  • Added backgroundColor, color, zIndex, height and width property to Popover component API. (#106 by @juniorconquista)

💡 Others

  • Replaced font size and line height on Text component on Badge component. (#106 by @juanchigallego)
  • Reset font size and line height values on Text component to default values on Checkbox component. (#106 by @juanchigallego)
  • Reset color value on Text component to default value on Chip component. (#106 by @juanchigallego)
  • Add lineHeight caption property on Text component on Chip component. (#106 by @juanchigallego)
  • Add fontSize caption property on Text component on FileUploader component. (#106 by @juanchigallego)
  • Adjust fontSize and color properties in Text component on stories documentation on Link component. (#106 by @juanchigallego)
  • Adjust fontSize and lineHeight properties in Text component on stories documentation on Tag component. (#106 by @juanchigallego)
  • Adjust Text component default values on Toggle component. (#106 by @juanchigallego)
  • Adjust Text component default values on Accordion component. (#106 by @juanchigallego)
  • Adjust Text component default values in stories documentation on Accordion component. (#106 by @juanchigallego)
  • Adjust fontSize and lineHeight properties in Text component on stories documentation on Card component. (#106 by @juanchigallego)
  • Adjust fontSize and lineHeight properties in Text component on stories documentation on Modal component. (#106 by @juanchigallego)
  • Adjust fontSize and lineHeight properties in Text component on stories documentation on Sidebar component. (#106 by @juanchigallego)

🐛 Bug fixes

  • Fixed a bug where rest condition selector sprinkle would not work in Table component. (#106 by @juanchigallego)

@nimbus-ds/[email protected]|patch

💡 Others

@nimbus-ds/[email protected]|patch

💡 Others

  • Reset font size and line height values on Text component to default values. (#106 by @juanchigallego)

@nimbus-ds/[email protected]|minor

🎉 New features

Read more

2023.02.23

23 Feb 18:35
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

@nimbus-ds/[email protected]|minor

🎉 New features

`@nimbus-ds/[email protected]...

Read more

2023.02.16

16 Feb 20:14
dbbd6c6
Compare
Choose a tag to compare

Type

  • Bugfix 🐛
  • New feature 🌈
  • Change request 🤓
  • Documentation 📚
  • Tech debt 👩‍💻

Changes proposed ✔️

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use inner package @nimbus-ds/icons in packages @nimbus-ds/button, @nimbus-ds/chip, @nimbus-ds /file-uploader, @nimbus-ds/icon, @nimbus-ds/icon-button, @nimbus-ds/input, @nimbus-ds/label, @nimbus-ds/link, @nimbus-ds/select, @nimbus-ds/tag, @nimbus-ds/thumbnail, @nimbus-ds/toast, @nimbus-ds/accordion, @nimbus-ds/alert, @nimbus-ds/modal and @nimbus-ds/pagination (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates

@nimbus-ds/[email protected]|minor

🎉 New features

  • Removed external dependency from @tiendanube/icons package to now use internal @nimbus-ds/icons package. (#94 by @juniorconquista)

📚 3rd party library updates