Releases: TiendaNube/nimbus-design-system
Releases · TiendaNube/nimbus-design-system
2023.04.03
Type
- Bugfix 🐛
- New feature 🌈
- Change request 🤓
- Documentation 📚
- Tech debt 👩💻
Changes proposed ✔️
@nimbus-ds/[email protected]|major
🎉 New features
- Added new shape tokens to components. (#139 by @juniorconquista)
🛠 Breaking changes
- Refactored shadow tokens in components. (#139 by @juniorconquista)
@nimbus-ds/[email protected]|major
🛠 Breaking changes
- Refactored shadow tokens. (#139 by @juniorconquista)
🎉 New features
- Added new shape tokens. (#139 by @juniorconquista)
@nimbus-ds/[email protected]|major
🛠 Breaking changes
- Refactored shadow tokens in components. (#139 by @juniorconquista)
2023.03.31
Type
- Bugfix 🐛
- New feature 🌈
- Change request 🤓
- Documentation 📚
- Tech debt 👩💻
Changes proposed ✔️
@nimbus-ds/[email protected]|minor
🎉 New features
- Added
textDecoration
toBox
component sprinkles. (#136 by @juanchigallego)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added
textDecoration
property toBox
component API. (#136 by
🐛 Bug fixes
- Add missing dependency for
@nimbus-ds/icon
external package onSelect
component. (#135 by @juanchigallego)
@nimbus-ds/[email protected]|patch
🐛 Bug fixes
- Add missing dependency for
@nimbus-ds/icon
external package. (#135 by @juanchigallego)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added
textDecoration
property to the Component. (#136 by @juniorconquista)
2023.03.28
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
- Added feature to generate as property on polymorphic components. (#134 by @juniorconquista)
@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 useComponentPropsWithRef
and include theas
prop in the output interface. (#134 by @juniorconquista) - Adjusted the
Button
component properties interface to useComponentPropsWithRef
and include theas
prop in the output interface. (#134 by @juniorconquista) - Adjusted the
Link
component properties interface to useComponentPropsWithRef
and include theas
prop in the output interface. (#134 by @juniorconquista)
@nimbus-ds/[email protected]|minor
💡 Others
- Adjusted the component properties interface to use
ComponentPropsWithRef
and include theas
prop in the output interface. (#134 by @juniorconquista)
@nimbus-ds/[email protected]|minor
💡 Others
- Adjusted the component properties interface to use
ComponentPropsWithRef
and include theas
prop in the output interface. (#134 by @juniorconquista)
@nimbus-ds/[email protected]|minor
💡 Others
- Adjusted the component properties interface to use
ComponentPropsWithRef
and include theas
prop in the output interface. (#134 by @juniorconquista)
2023.03.23
Type
- Bugfix 🐛
- New feature 🌈
- Change request 🤓
- Documentation 📚
- Tech debt 👩💻
Changes proposed ✔️
- Fixes issue and discussion
@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
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
- Added
[email protected]
. (#126 by @juniorconquista) - Added
[email protected]
. (#126 by @juniorconquista)
2023.03.20
Type
- Bugfix 🐛
- New feature 🌈
- Change request 🤓
- Documentation 📚
- Tech debt 👩💻
Changes proposed ✔️
@nimbus-ds/[email protected]|major
🛠 Breaking changes
- Refactored color tokens by removing
.
separator to-
. (#110 by @juniorconquista)
🎉 New features
- Created new css file that contains all nimbus utility classes. (#110 by @juniorconquista)
- Added
focusWithin
state toBox
conditions. (#110 by @juniorconquista)
💡 Others
- Refactored style classes to have more semantic names. (#110 by @juniorconquista)
@nimbus-ds/[email protected]|major
🛠 Breaking changes
- Changed the
backgroundColor
properties toprimary-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
andneutral-textLow
onBox
component. (#110 by @juniorconquista) - Changed the
color
properties toprimary-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
andneutral-textLow
onBox
component. (#110 by @juniorconquista) - Changed the
borderColor
properties toprimary-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
andneutral-surfaceHighlight
onBox
component. (#110 by @juniorconquista) - Changed the
color
properties toprimary-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
andneutral-textHigh
onIcon
component. (#110 by @juniorconquista) - Changed the
borderColor
properties toneutral-surface
,neutral-interactive
andneutral-surfaceHighlight
onIconButton
component. (#110 by @juniorconquista) - Changed the
backgroundColor
properties toneutral-interactive
,neutral-interactiveHover
,neutral-interactivePressed
andprimary-interactive
onIconButton
component. (#110 by @juniorconquista) - Changed appearance property from
neutral.background
toneutral-background
onLink
component. (#110 by @juniorconquista) - Changed the
backgroundColor
properties toprimary-surfaceHighlight
,primary-interactiveHover
,success-surfaceHighlight
,danger-surfaceHighlight
,neutral-surfaceHighlight
andwarning-surfaceHighlight
onPopover
component. (#110 by @juniorconquista) - Changed the
color
properties toprimary-surfaceHighlight
,primary-interactiveHover
,success-surfaceHighlight
,danger-surfaceHighlight
,neutral-surfaceHighlight
andwarning-surfaceHighlight
onPopover
component. (#110 by @juniorconquista) - Changed the
color
properties toprimary-interactive
,primary-surface
,primary-textLow
,success-textLow
,success-surface
,danger-interactive
,danger-surface
,danger-textLow
,neutral-background
,neutral-interactive
,neutral-surface
,neutral-textLow
,currentColor
andsuccess-interactive
onSpinner
component. (#110 by @juniorconquista) - Changed the
color
properties toprimary-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
andneutral-textHigh
onText
component. (#110 by @juniorconquista) - Changed the
color
properties toprimary-textLow
,success-textLow
,warning-textLow
,danger-textLow
,neutral-textLow
,primary-textHigh
,success-textHigh
,warning-textHigh
,danger-textHigh
andneutral-textHigh
onTitle
component. (#110 by @juniorconquista) - Changed the
backgroundColor
properties toprimary-surface
,primary-surfaceHighlight
,success-surface
,success-surfaceHighlight
,warning-surface
,warning-surfaceHighlight
,danger-surface
,danger-surfaceHighlight
,neutral-background
,neutral-surface
andneutral-surfaceHighlight
onCard
component. (#110 by @juniorconquista) - Changed the
backgroundColor
properties toneutral-background
,neutral-surface
,neutral-surfaceHighlight
,primary-surface
andprimary-surfaceHighlight
onTable.Cell
component. (#110 by @juniorconquista) - Changed the
backgroundColor
properties toneutral-background
,neutral-surface
,neutral-surfaceHighlight
,primary-surface
andprimary-surfaceHighlight
onTable.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...
23.03.06
Type
- Bugfix 🐛
- New feature 🌈
- Change request 🤓
- Documentation 📚
- Tech debt 👩💻
Changes proposed ✔️
@nimbus-ds/[email protected]|minor
🎉 New features
- Added
table-layout: fixed
css property toTable
styles. (#106 by @juanchigallego) - Added breakpoint and state conditions to
width
,maxWidth
andminWidth
properties onTable
sprinkles. (#106 by @juanchigallego) - Remove background color from
Table
header. (#106 by @juanchigallego) - Added
zIndex
property toBox
sprinkles. (#106 by @juanchigallego) - Added support for new
xl
breakpoint on conditions. (#106 by @juanchigallego) - Added
fontWeight
,fontSize
andlineHeight
properties toTitle
component sprinkles. (#106 by @juanchigallego) - Added
sizeProperties
tokens toTitle
component sprinkles. (#106 by @juanchigallego) - Added
inherit
tocursor
property values. (#106 by @juanchigallego) - Added
backgroundImage
,backgroundPosition
,backgroundBlendMode
,backgroundRepeat
,backgroundSize
,color
,minWidth
andminHeight
properties toBox
sprinkles. (#106 by @juanchigallego) - Added
fontSize
andlineHeight
properties toLink
component sprinkles. (#106 by @juanchigallego) - Added
backgroundColor
,color
,zIndex
,height
andwidth
properties toPopover
component sprinkles. (#106 by @juniorconquista) - Added breakpoint and state conditions to
minHeight
,minWidth
,flexGrow
,order
andalignSelf
properties onBox
sprinkles. (#106 by @juniorconquista)
🐛 Bug fixes
- Added 100% width on
Input
container. (#106 by @juanchigallego) - Added
overflowY: auto
onSidebar
container. (#106 by @juanchigallego)
@nimbus-ds/[email protected]|patch
🎉 New features
- Added
breakpoint-xl
token. (#106 by @juanchigallego) -
- Remove
background
shades from dark mode system colors on primary, success, warning and danger scales. (#106 by @juanchigallego)
- Remove
@nimbus-ds/[email protected]|minor
🎉 New features
- Added
fontSize
,fontWeight
andlineHeight
properties toTitle
component API. (#106 by @juanchigallego) - Changed
cursor
property default value toinherit
onIcon
component. (#106 by @juanchigallego) - Added
zIndex
,minHeight
,minWidth
,flexGrow
,order
andalignSelf
property toBox
component API. (#106 by @juanchigallego) - Added
"border-box"
as default value forboxSizing
property onBox
component. (#106 by @juanchigallego) - Added
backgroundImage
,backgroundPosition
,backgroundBlendMode
,backgroundRepeat
,backgroundSize
,color
,minWidth
andminHeight
properties toBox
component API. (#106 by @juanchigallego) - Changed
fontSize
default value tobase
onText
component. (#106 by @juanchigallego) - Changed
lineHeight
default value tobase
onText
component. (#106 by @juanchigallego) - Changed
color
default value toneutral.textLow
onText
component. (#106 by @juanchigallego) - Added
as
prop onTable.Cell
subcomponente API. (#106 by @juanchigallego) - Replaced
size
property withfontSize
onLink
component. (#106 by @juanchigallego) - Added
lineHeight
property toLink
component API. (#106 by @juanchigallego) - Added
backgroundColor
,color
,zIndex
,height
andwidth
property toPopover
component API. (#106 by @juniorconquista)
💡 Others
- Replaced font size and line height on
Text
component onBadge
component. (#106 by @juanchigallego) - Reset font size and line height values on
Text
component to default values onCheckbox
component. (#106 by @juanchigallego) - Reset color value on
Text
component to default value onChip
component. (#106 by @juanchigallego) - Add
lineHeight caption
property onText
component onChip
component. (#106 by @juanchigallego) - Add
fontSize caption
property onText
component onFileUploader
component. (#106 by @juanchigallego) - Adjust
fontSize
andcolor
properties inText
component on stories documentation onLink
component. (#106 by @juanchigallego) - Adjust
fontSize
andlineHeight
properties inText
component on stories documentation onTag
component. (#106 by @juanchigallego) - Adjust
Text
component default values onToggle
component. (#106 by @juanchigallego) - Adjust
Text
component default values onAccordion
component. (#106 by @juanchigallego) - Adjust
Text
component default values in stories documentation onAccordion
component. (#106 by @juanchigallego) - Adjust
fontSize
andlineHeight
properties inText
component on stories documentation onCard
component. (#106 by @juanchigallego) - Adjust
fontSize
andlineHeight
properties inText
component on stories documentation onModal
component. (#106 by @juanchigallego) - Adjust
fontSize
andlineHeight
properties inText
component on stories documentation onSidebar
component. (#106 by @juanchigallego)
🐛 Bug fixes
- Fixed a bug where
rest
condition selector sprinkle would not work inTable
component. (#106 by @juanchigallego)
@nimbus-ds/[email protected]|patch
💡 Others
- Replaced font size and line height on
Text
component. (#106 by @juanchigallego)
@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
- Added server side-rendering support to component. ([#105](https://github.com/TiendaNube/nimbus-des...
2023.02.23
Type
- Bugfix 🐛
- New feature 🌈
- Change request 🤓
- Documentation 📚
- Tech debt 👩💻
Changes proposed ✔️
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component
Badge
. (#105 by @juniorconquista) - Added server side-rendering support to component
Box
. (#105 by @juniorconquista) - Added server side-rendering support to component
Button
. (#105 by @juniorconquista) - Added server side-rendering support to component
Checkbox
. (#105 by @juniorconquista) - Added server side-rendering support to component
Chip
. (#105 by @juniorconquista) - Added server side-rendering support to component
FileUploader
. (#105 by @juniorconquista) - Added server side-rendering support to component
Icon
. (#105 by @juniorconquista) - Added server side-rendering support to component
IconButton
. (#105 by @juniorconquista) - Added server side-rendering support to component
Input
. (#105 by @juniorconquista) - Added server side-rendering support to component
Label
. (#105 by @juniorconquista) - Added server side-rendering support to component
List
. (#105 by @juniorconquista) - Added server side-rendering support to component
Popover
. (#105 by @juniorconquista) - Added server side-rendering support to component
Radio
. (#105 by @juniorconquista) - Added server side-rendering support to component
Select
. (#105 by @juniorconquista) - Added server side-rendering support to component
Skeleton
. (#105 by @juniorconquista) - Added server side-rendering support to component
Spinner
. (#105 by @juniorconquista) - Added server side-rendering support to component
Tag
. (#105 by @juniorconquista) - Added server side-rendering support to component
Text
. (#105 by @juniorconquista) - Added server side-rendering support to component
Textarea
. (#105 by @juniorconquista) - Added server side-rendering support to component
Thumbnail
. (#105 by @juniorconquista) - Added server side-rendering support to component
Tilte
. (#105 by @juniorconquista) - Added server side-rendering support to component
Toast
. (#105 by @juniorconquista) - Added server side-rendering support to component
Toggle
. (#105 by @juniorconquista) - Added server side-rendering support to component
Tooltip
. (#105 by @juniorconquista) - Added server side-rendering support to component
Accordion
. (#105 by @juniorconquista) - Added server side-rendering support to component
Alert
. (#105 by @juniorconquista) - Added server side-rendering support to component
Card
. (#105 by @juniorconquista) - Added server side-rendering support to component
Modal
. (#105 by @juniorconquista) - Added server side-rendering support to component
Pagination
. (#105 by @juniorconquista) - Added server side-rendering support to component
Sidebar
. (#105 by @juniorconquista) - Added server side-rendering support to component
Table
. (#105 by @juniorconquista) - Added server side-rendering support to component
Tabs
. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support in style packs. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to icons. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
@nimbus-ds/[email protected]|minor
🎉 New features
- Added server side-rendering support to component. (#105 by @juniorconquista)
`@nimbus-ds/[email protected]...
2023.02.16
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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)
@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
- Removed
@tiendanube/[email protected]
. (#94 by @juniorconquista)