Skip to content

Latest commit

 

History

History
600 lines (510 loc) · 15.4 KB

File metadata and controls

600 lines (510 loc) · 15.4 KB

All notable changes to this project will be documented in this file.

The format is based on EZEZ Changelog and this project adheres to Semantic Versioning.

[0.32.3] - 2026-02-15

Fixed

  • CoveringLoader crashes with error about ref

[0.32.2] - 2026-02-14

Changed

  • full stitches & ref compatibility (forwardRef, className forward, subcomponents selectors, displayName, toString) for:
    • Input
    • HeaderIconAction
    • List
    • Modal
    • Action
    • all icons
    • all loader components
    • pop components (no ref on Pop)
  • modal has a blur backdrop filter by default
  • Selector has multi line mode now

Fixed

  • Input stale onKeyDown and onSuggestionMatch may be called
  • Selector scrolls correctly when there are too many items

Dev

  • lint fixes

[0.32.1] - 2025-12-19

Fixed

  • CoveringLoader crashing on some race condition

[0.32.0] - 2025-12-08

Added

  • dark theme

[0.31.0] - 2025-12-07

Changed

  • replaced hardcoded occurrences of white with $background

Added

  • $text2 and $text3 colors with more contrast

[0.30.2] - 2025-12-06

Fixed

  • CoveringLoader should have position: absolute, not fixed

[0.30.1] - 2025-12-06

Breaking

  • CoveringLoader will crash if it receives a child without HTMLElement ref instead of silently not working

Fixed

  • CoveringLoader inertMode prop is typed as optional as it should be

[0.30.0] - 2025-12-06

Breaking

  • loader spinner is no longer rendered as svg, but a div with background image (same looks)
  • loader spinner no longer accepts className
  • CoveringLoader rewritten with different logic, please refer to Storybook documentation

[0.29.0] - 2025-10-05

Added

  • Gap util component

Breaking

  • all scss styles AND SETUP replaced with stitches

Changed

  • Choice, TextArea, Checkbox, ColorPicker, Label, Select, Toggle, DirectionPad, KeyValue, Card, Drawer, Stats, Selector, SearchContainer and Progress now forward refs, can be composed upon, has own selector as toString() and exports sub-components selectors
  • EqualActions, DirectionPad, KeyValue, Card, Drawer, Stats, Selector and SearchContainer converted to stitches
  • ensure unique class name for generic Div component
  • deprecated .selectors property on some components in favor of new ComponentSubSelector exports

Dev

  • upgraded storybook
  • EqualActions, DirectionPad, KeyValue, Card, Drawer, Icons, Stats, and Selector demo converted to storybook
  • removed some old or unused demos
  • deps bump

Fixed

  • Battery, Checkmark, Config, Dots, Heart, Trash icons did not follow current color
  • exported Header selectors should be strings, not functions

[0.28.3] - 2025-09-15

Fixed

  • Header now has toString() on it, so it allows to target it with stitches

Added

  • exported Header sub-elements selectors for styles targeting

[0.28.2] - 2025-09-15

Change

  • Input now forwards ref
  • Spacer converted to stitches

[0.28.1] - 2025-08-25

Breaking

  • Choice component no longer is generic to avoid TS performance issues

[0.28.0] - 2025-08-16

Added

  • ColorPicker component

Changed

  • Label converted to stitches
  • Toggle converted to stitches
  • Choice converted to stitches

Dev

  • updated some deps
  • do not build stories on compile step, works around some typescript+storybook issues
  • do not lint Choice stories file, same workaround as above

[0.27.11] - 2025-05-19

Breaking

  • Removed BackgroundClassName and ValueClassName from Progress component, that shouldn't be exported in the first place

Changed

  • Progress component now has to-be-standarized selectors prop on the function, allowing to more flexible styles override
  • StickyHeader now has selectors prop

[0.27.10] - 2025-05-11

Fixed

  • Item ratio prop will be used on Value as well
  • ratio will be used only if defined

Changed

  • adjusted Item docs

[0.27.9] - 2025-05-10

Fixed

  • selected Item prop makes ratio prop not working

Dev

  • next.js bump to fix audit issues

[0.27.8] - 2025-05-10

Fixed

  • selected Item prop arrow rendering incorrectly when used with Item.Label

Changed

  • ratio prop of List.Item has more strict type

[0.27.7] - 2025-01-05

Dev

  • Fixed DOM attribute warning on Input

[0.27.6] - 2025-01-05

Breaking

  • Action in a button mode has a type=button as default

Dev

  • Action now has discriminative props

[0.27.5] - 2025-01-05

Fixed

  • Input error state should color text too, should not color prefix and suffix

[0.27.4] - 2025-01-05

Fixed

  • Checkbox readonly styles

Changed

  • added error prop support for Input, Textarea, Select and Checkbox

[0.27.3] - 2025-01-05

Fixed

  • Input does not react to onChange changes

[0.27.2] - 2024-12-21

Changed

  • Action now supports badge prop

[0.27.1] - 2024-11-06

Fixed

  • small HTML element has no default styles
  • issues with number 0 value in sub label of Label

Dev

  • types fix
  • all deps bump to fix audit issues

[0.27.0] - 2024-05-05

Added

  • ToolButton component

[0.26.0] - 2024-05-05

Added

  • Line component

[0.25.1] - 2024-05-04

Fixed

  • Checkbox css and className props being required

[0.25.0] - 2024-05-03

Breaking

  • Table variants are now separated boolean props

Removed

  • Table raw variant, use standard <table> instead

Changed

  • Checkbox converted to stitches
  • Table converted to stitches
  • Toaster converted to stitches
  • Checkbox readOnly works as expected now
  • Checkbox color prop deprecated
  • Checkbox all input props are exposed now

Added

  • timeout support for Toaster
  • exports of all stitches stuff like css and pxToRem

[0.24.0] - 2024-04-24

Added

  • Progress component

Changed

  • Pop converted to stitches

Dev

  • storybook version bump

[0.23.7] - 2024-02-29

Changed

  • Header, StickyHeader and HeaderIconAction converted to stitches
  • HeaderIconAction no longer tries to fit the space, it's always the same size
  • some changes to the Header styles, hopefully not breaking
  • StickyHeader now accepts ref
  • StickyHeader.Content is now "real" component, not a wrapper

Added

  • __dangerouslyDisableChildrenGuard prop for StickyHeader escape hatch

Fixed

  • HeaderIconAction sometimes is squashed

Removed

  • unused label prop from HeaderIconAction

[0.23.6] - 2023-12-29

Fixed

  • Header missing classNames

Dev

  • fixed not building docs

[0.23.5] - 2023-12-29

Changed

  • Action converted to stitches
  • Header now accepts css and all standard div props

[0.23.4] - 2023-08-25

Fixed

  • missing export of Choice type props

[0.23.3] - 2023-08-20

Fixed

  • missing export of Input type props

Dev

  • removed js extension from imports
  • use pnpm instead of yarn commands in package.json
  • bump some dev deps

[0.23.2] - 2023-08-05

Fixed

  • section background covers max 100% height only
  • list header content not taking all the space

[0.23.1] - 2023-08-04

Fixed

  • regression: missing css files in npm package

[0.23.0] - 2023-08-04

Dev

  • big deps, config and builds upgrade

Fixed

  • missing export of Action props

[0.22.0] - 2023-07-03

Breaking

  • Button no longer accepts variant, it has direct inline and outline props now
  • Modal no longer accepts variant, it has direct full & position props (position still supports bottom only)
  • Modal.NegateMargin replaced with improved Modal.RemovePadding

Fixed

  • some Button, Select & PopOption styles when using new css reset

Dev

  • Button converted to stitches
  • Select converted to stitches
  • Modal & ModalButtons converted to stitches

[0.21.0] - 2022-06-13

Breaking

  • Section no longer accepts variant, it has direct horizontal and vertical props now
  • Item from List no longer exported directly, use a Item property on List constructor
  • List accepts inset directly instead of variant prop

Dev

  • List converted to stitches
  • Section moved to stitches
  • restored old dev mode

[0.20.1] - 2022-06-08

Fixed

  • broken input styles
  • broken textarea styles

Dev

  • added textarea storybook

Added

  • exported custom scrollbars as stitches styles

[0.20.0] - 2022-06-08

Added

  • loader components: CoveringLoader, FullLoader, Loader, Loading, PopLoader

Fixed

  • exported ThemeCSS type (Stitches CSS type)

Dev

  • nodemon moved to dev deps
  • added storybook
  • added Message storybook
  • added Input storybook
  • Input converted to stitches

[0.19.0] - 2022-05-09

Added

  • exported styled stitches library function, use this to properly style future components outside this lib

Fixed

  • incorrectly sized icons in headers
  • header with buttons demo page crashing

Breaking

  • PopOption expects ReactElement as icon now
  • you have to consume exported getCssText function to have proper styles with SSR

Dev

  • deps bump

[0.18.1] - 2021-02-09

Fixed

  • importing the library

[0.18.0] - 2021-02-09

Breaking

  • react 18.2 is now required

[0.17.3] - 2023-01-19

Changed

  • all elements accepts className prop now

Dev

  • updated a bunch of deps

[0.17.2] - 2022-10-26

Changed

  • modal has support for portals, enabled on document body by default

Dev

  • deps upgraded

[0.17.1] - 2022-09-10

Fixed

  • toaster notification blocking clicking whole bottom of the screen
  • actions on vertical header not having proper spaces and EqualActions not working correctly for vertical header at all

[0.17.0] - 2022-07-26

Added

  • KeyValue component

Dev

  • upgraded library internals, linted code, upgraded demo import to spot missing exports

[0.16.0] - 2022-07-18

Added

  • suggestions support for Input

[0.15.9] - 2022-06-29

Changed

  • Stats accepts ReactNode as a value now instead of just a string

[0.15.8] - 2022-06-21

Added

  • onContextMenu prop for Toggle

[0.15.7] - 2022-06-03

Fixed

  • Button should allow multiple variants

[0.15.6] - 2022-06-03

Added

  • undeterminedClickValue prop for Toggle

[0.15.5] - 2022-05-06

Added

  • If helper component

Changed

  • added left variant for Choice

Fixed

  • Choice words wrapping
  • too generic css selectors causing problems within PopOption sometimes

Dev

  • styles upgrade for demo

[0.15.4] - 2022-04-19

Added

  • className support for StickyHeader and Choice

Changed

  • Choice is no longer all wide by default (available via variant)
  • background clipping for header, improves custom colors support
  • callback types improved for Choice

[0.15.3] - 2022-04-07

Fixed

  • Table wide variant

[0.15.2] - 2022-04-07

Fixed

  • variants support for Table

[0.15.1] - 2022-04-07

Added

  • extra variants for Table component to stretch and center the table

[0.15.0] - 2022-04-05

Added

  • Table component

[0.14.1] - 2022-03-31

Added

  • className support to Message component

[0.14.0] - 2022-03-19

Added

  • Select component

Breaking

  • Toggle state prop renamed to value

Changed

  • added support for disabled prop for Toggle

Fixed

  • missing Stats export

[0.13.0] - 2022-02-23

Added

  • Spacer util component
  • export of HandleEsc util component

Changed

  • added className support for Action and ModalButtons

[0.12.1] - 2022-02-19

Fixed

  • crashes on some components when using without react-use installed

[0.12.0] - 2022-02-19

Added

  • support for colored header
  • custom scrollbars (opt-in)
  • Drawer component
  • Stats component
  • dots icon

Changed

  • added a prop for controlling closing Pop on Escape key
  • added className for sticky header content component

Fixed

  • header icons not reacting to text color change

[0.11.0] - 2022-02-18

Added

  • config, heart, trash icons
  • Pop component

Changed

  • checkmark icon

Dev

  • next.js upgrade

[0.10.1] - 2022-02-17

Fixed

  • added missing export for Message

[0.10.0] - 2022-02-17

Added

  • Message component

[0.9.5] - 2022-02-17

Changed

  • all checkbox props to optional

[0.9.4] - 2022-02-17

Fixed

  • checkbox onChange typings

[0.9.3] - 2022-02-17

Added

  • disabled/readonly support for checkbox
  • disabled/readonly support for input

Changed

  • checkbox styles to less collide with disabled/readonly styles

Fixed

  • input text prefix wrapping

[0.9.2] - 2022-02-15

Changed

  • Added class support to list label and list value components

Dev

  • bumped some dev deps

[0.9.1] - 2022-02-12

Fixed

  • class not applied even when specified in props of List elements

Added

  • List.Header class name support

[0.9.0] - 2022-02-11

Added

  • choice component
  • tabs selector component

[0.8.0] - 2022-01-27

Added

  • modal component
  • toaster component

Changed

  • List, Item, Header components support inset variant
  • Item has new prop - selected for marking current active item

Fixed

  • Item border is on the item itself, not on the child element (fixes some compatibility issues and 1px shorter button element)
  • passing variant prop into button html element on Button component

Dev

  • fixed menu scrolling

[0.7.0] - 2022-01-11

Added

  • textarea component

[0.6.0] - 2022-01-04

Added

  • input component
  • label component (for forms)
  • search container
  • icons: battery, search

Dev

  • replaced deprecated type VFC with FC

[0.5.2] - 2021-12-29

Fixed

  • button component not accepting most of the props

[0.5.1] - 2021-12-17

Fixed

  • newest components not exported

[0.5.0] - 2021-12-17

Added

  • Section component + container
  • Card component

[0.4.3] - 2021-11-27

Fixed

  • Button component crashing

[0.4.2] - 2021-11-27

Fixed

  • A lot of components crashing on unknown imports due to missing extensions

[0.4.1] - 2021-11-27

Fixed

  • Missing exports

Changed

  • Label and Value are subcomponents of Item
  • Header is subcomponent of List

[0.4.0] - 2021-11-27

Added

  • Support for splitting list item row into pieces
  • Label, Value and Header components for list item

Changed

  • List item has no default padding

Dev

  • demo files from npm package
  • some files added to gitignore

[0.3.0] - 2021-11-21

Added

  • Toggle component
  • Missing demo of toolbar variant of Header

[0.2.0] - 2021-11-21

Added

  • back icon
  • support for button icons in the header
  • basic, WIP support for focus indicator

Changed

  • Header component no longer has padding by default

Fixed

  • Actions should be named EqualActions everywhere, some texts were not updated before releasing
  • some examples leading to 404 page (WIP)

[0.1.0] - 2021-11-19

Added

  • Icon component
  • Action component
  • EqualActions component
  • Button component
  • Header will automatically wrap Action components with EqualActions

Changed

  • Header component now has padding by default

Fixed

  • checkbox dimensions
  • header on the right had border on the wrong side

Dev

  • deps upgrade

[0.0.3] - 2021-08-17

Dev

  • added react eslint rules, updated base eslint rules
  • code style fixed for the rules

[0.0.2] - 2021-08-17

Added

  • Header + StickyHeader component
  • List + Item components
  • Direction pad component
  • multi-level menu support in demo
  • mobile preview on demo

Fixed

  • scrolling on the demo page

[0.0.1] - 2021-08-16

Added

  • first version
  • Checkbox component