<- Tillbaka till index🚀 Features​
- layout: design improvements + tooltip (#231)
- ⚠️ textarea: rename maxCharacters property (06116cee9)
- ⚠️ text-field: rename maxCharacters property (44eec760e)
- tooltip: new component tooltip (3bc3fcd4f)
🩹 Fixes​
- accessibility: fix focus for high contrast mode (#267)
- accordion: append classname (aaaa0ddb1)
- accordion: remove dependency array from useLayoutEffect - fix render of dynamic content in AccordionItem (db4c920ee)
- accordion: fix render of dynamic content in AccordionItem (#283)
- combobox: append classname (570a1998e)
- components: append prop.className (#279)
- file-upload: pass unhandled props (fc90980d9)
- file-upload: add autdocs config (809f0b894)
- file-upload: import react to get autodocs props (e6467ca66)
- file-upload: pass unhandled props to the FileTrigger component (#277)
- layout: design adjustments (f086ad5fe)
- layout: fix bug where mobile menu wouldn't open (c61923662)
- logo: append classname (66a189a6c)
- radio: append classname (796173ba2)
- tag: append classname (df88ec9fb)
- textarea: add validation for minLength property (8df1f931a)
- textarea: append classname (cdd9f3e5c)
- textarea: set initial counter value on render (924f5abda)
- text-field: append classname (53f5b603c)
- text-field: set initial counter value on render (0e9e4a44d)
- text-field: set the initial value for useState (#280)
- theme: add global css export (#282)
- tooltip: append classname (0e6e6e483)
Documentation Changes​
- dropdown + layout + tooltip (28d3bc661)
- components: sync docusaurus and storybook autodocs config (4e061ad4d)
- docs: add documentation about skeleton component (460bf602c)
- docs: add design pattern about loaders (702136a89)
- docs: add link to design pattern (38db9d2de)
- file-upload: manually extend react aria props for autodocs (07ecde229)
⚠️ Breaking Changes​
- textarea: TextArea propert maxCharacters is renamed to maxLength