Skip to content

Releases: Doist/reactist

v11.3.0

30 Mar 07:29
Compare
Choose a tag to compare
  • [Feat] Added alignSelf prop to Box

v11.2.0

01 Mar 22:33
ed1c020
Compare
Choose a tag to compare
  • [Fix] Hiding ModalHeader close button no longer renders the button wrapper column
  • [Fix] Using start as a value for Box's textAlign now adds a class to properly set the text-align value
  • [Fix] TextArea's rows prop is not added to the component's type definition
  • [Feat] Updates Button to support gapSize from Tooltip (as tooltipGapSize)

v11.1.0

26 Jan 22:21
f67486b
Compare
Choose a tag to compare

Changelog

  • [Tweak] Tabs now are styled with medium font-weight
  • [Tweak] Updates the default medium font-weight from 500 to 600
  • [Fix] ModalActions now ignores null child elements
  • [Fix] ModalActions no longer wraps each child element inside a wrapper div
  • [Fix] ModalActions flattens children inside React fragments
  • [Fix] Inline no longer adds an unneeded extra wrapper div around it
  • [Fix] Adds margin to Menu's viewport positioning
  • [Feat] Updates Avatar to support responsive patterns

Pull Requests

New Contributors

Full Changelog: v11.0.0...v11.1.0

v11.0.0: New components, a11y improvements, cleanup, and more!

02 Nov 15:09
Compare
Choose a tag to compare
  • [Feat] New approach to styling components based on CSS variables
  • [Feat] New approach to supporting rendering some components as another HTML element or as another component.
  • [Feat] New components for layout (Box, Columns, Column, Inline, Stack)
  • [Feat] New field components (TextField, PasswordField, SelectField, CheckboxField, SwitchField, TextArea)
  • [Feat] New tabs components (Tabs, Tab, TabList, TabPanel, TabAwareSlot)
  • [Feat] New components for typography (Text, Heading, TextLink)
  • [Feat] Various other new components (Alert, Notice, Hidden, HiddenVisually)
  • [Feat] New set of modal component (Modal, ModalHeader, ModalBody, ModalFooter, ModalActions) replacing the old set of Modal.* components.
  • [Feat] New Button and ButtonLink components, replacing the old Button component.
  • [Breaking] Old set of modal components are now exported as DeprecatedModal instead of as Modal.
  • [Breaking] Old Button component is now exported as DeprecatedButton instead of as Button.
  • [Breaking] Old Loading component is now exported as DeprecatedLoading instead of as Loading.
  • [Breaking] Removes the RangeInput component
  • [Breaking] Removes the Tip component
  • [Breaking] Removes the Icon component
  • [Breaking] Removes the ErrorMessage component
  • [Docs] Adds a11y badges to component stories
  • [Docs] Adds jest-axe package and automated a11y checks
  • [Tweak] Makes a11y improvements to Menu
  • [Tweak] Makes a11y improvements to ProgressBar
  • [Tweak] Makes a11y improvements to Notification
  • [Build] Updates peer deps to include React v17.0

v10.0.0-beta.12

11 Oct 20:08
1c1fae1
Compare
Choose a tag to compare
v10.0.0-beta.12 Pre-release
Pre-release
  • [Tweak] Upgrades Storybook to version 6.3.10
  • [Tweak] Limits node version to <=16.10.0

v10.0.0-beta.11

09 Oct 02:16
9db9ef4
Compare
Choose a tag to compare
v10.0.0-beta.11 Pre-release
Pre-release
  • [Feat] More modal widths:
    • Previous width large is now called xlarge
    • New width large sitting in between medium and xlarge
    • New width full, that always fill the entire viewport width (keeping the standard margin around).

v10.0.0-beta.10

08 Oct 09:57
7809e66
Compare
Choose a tag to compare
v10.0.0-beta.10 Pre-release
Pre-release
  • [Fix] Reduce specificity of the Tab component's CSS variables

v10.0.0-beta.9

01 Oct 02:45
fd2e649
Compare
Choose a tag to compare
v10.0.0-beta.9 Pre-release
Pre-release
  • [Tweak] Divider weight now defaults to "tertiary"
  • [Fix] Modal dividers (in the header or footer) are tertiary dividers.

v10.0.0-beta.8

30 Sep 19:26
d8e8eb3
Compare
Choose a tag to compare
v10.0.0-beta.8 Pre-release
Pre-release
  • [Breaking] Standardize box borders and divider colors under a new primary/secondary/tertiary system.
  • [Fix] Better adjust spacing inside buttons, so that the side with an icon has a similar padding than the side with no icon.
  • [Tweak] Button hover styles are now also used when the button is focused, or it is expanded (e.g. in the case of menu buttons).
  • [Tweak] Make button colors transition smoothly.
  • [Tweak] Adjust modal widths to the new design system defaults.
  • [Tweak] Buttons with a visual text label (i.e. buttons that are not icon-only buttons) now have a minimum width set, so they don't get too small for extremely short labels.

v10.0.0-beta.7

21 Sep 17:03
99d53be
Compare
Choose a tag to compare
v10.0.0-beta.7 Pre-release
Pre-release
  • [Fix] Modals that fit their content's height now expand their height only downwards, and are not kept vertically centered, but slightly towards the top of the screen.
  • [Fix] Modal close button alignment is no longer inconsistent.
  • [Breaking] Button icon size is no longer controlled based on the button size. It is your responsibility to make sure your SVG icons have the proper size and alignment to fit in a button depending on its size.
  • [Fix] Button labels are now clamped when they do not fit inside the button. Buttons will never be wider than the width of their container.