Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 1.0.0-rc.9 [skip ci]
# [1.0.0-rc.9](v1.0.0-rc.8...v1.0.0-rc.9) (2021-11-15) ### Bug Fixes * **css-reset:** make css reset work in safari ([2b2d98d](2b2d98d)) * **l-heading:** theming selectors specifity ([81d1b27](81d1b27)) * **ld-button:** active states on safari ([2a1eaa5](2a1eaa5)) * **ld-button:** progress bar overflow issue on safari ([ad010bd](ad010bd)), closes [#32](#32) * **ld-button, ld-heading:** host style ([b1e90e6](b1e90e6)) * **ld-icon:** apply styles on slotted svg ([cded2ef](cded2ef)) * **ld-input:** button and icon styles ([f0eb0ac](f0eb0ac)) * **ld-input:** clean up styling ([8e2c462](8e2c462)) * **ld-input:** click event handler fired twice ([21b2274](21b2274)) * **ld-label:** focus inner input element on click (wip) ([ba22b1b](ba22b1b)) * **ld-option-internal:** disabled text color ([d6db1bc](d6db1bc)) * **ld-radio:** change selection with arrow buttons ([a071221](a071221)) * **ld-select:** always set ignore slot changes to false on next tick ([06e4cd1](06e4cd1)) * **ld-select:** css component ([1a3bcab](1a3bcab)) * **ld-select:** custom popper class ([936f6d7](936f6d7)) * **ld-select:** form validation / event timing ([8a4a58e](8a4a58e)) * **ld-select:** init ld-option-internal with up-to-date props ([6eb4216](6eb4216)) * **ld-select:** mutation observer and click on disabled and focus outline ([d0428a3](d0428a3)) * **ld-select:** use value instead of get attribute value ([7e6d98f](7e6d98f)) * **ld-select-popper:** use up-to-date css custom props ([626dfe2](626dfe2)) * **ld-toggle:** icon placement in safari ([3f0e35d](3f0e35d)) * **ld-toggle:** update to match current design ([8a5b800](8a5b800)) * **theming:** update success theme colors ([c8015db](c8015db)) * 1.0rem safari issue ([3b2bbfe](3b2bbfe)) * default color refs, allow non-default refs in tailwind preset ([0bd1849](0bd1849)) * properly create default colors, remove color variants ([0479741](0479741)) * **ld-select:** pinned mode ([63d0e41](63d0e41)) * **ld-select:** swap more indicator color and background-color ([c0e580b](c0e580b)) * **ld-sr-live:** use aria-relevant all to also announce first message ([5c607b7](5c607b7)) * **ld-tabs:** emit tab change event from within the ld-tabs component ([6b31d70](6b31d70)) * **ld-typo:** apply code review suggestions ([1f87846](1f87846)) * **reset:** apply reset to everything except examples ([b84d631](b84d631)) * **types:** annotate boolean prop types explicitly as booleans ([c1e3b38](c1e3b38)) * **utils:** do not clone slot-attribute ([6e3673c](6e3673c)) * TS error ([28e5794](28e5794)) ### Features * **cloneAttributes:** test for name, exclude part ([caf5270](caf5270)) * **ld-button:** add parts ([6d16834](6d16834)) * **ld-button, ld-input:** manipulate size attributes of slotted components ([ccc0271](ccc0271)) * **ld-icon:** add parts ([91fa753](91fa753)) * **ld-input:** autocomplete support for input field ([b88369f](b88369f)) * **ld-input:** make component fully themeable ([4507c5c](4507c5c)) * **ld-input-message:** add theme colors to icons ([8c4e768](8c4e768)) * import border radii from Figma ([b344954](b344954)) * **ld-button:** implicit form submit ([821c7ae](821c7ae)) * **ld-checkbox:** use shadow dom ([f4d6787](f4d6787)) * **ld-heading:** add parts ([6a704fe](6a704fe)) * **ld-input:** add parts ([180bd39](180bd39)) * **ld-input-message:** add parts ([76ba14d](76ba14d)) * **ld-input, ld-select:** hidden inputs inside form ([958937c](958937c)) * **ld-label:** add parts ([97c7244](97c7244)) * **ld-label:** use up-to-date css custom props ([8d1c931](8d1c931)) * **ld-loading:** use new color vars ([c681698](c681698)) * **ld-notification:** add part focusable ([999f036](999f036)) * **ld-notification:** use shadow dom ([22cdd6d](22cdd6d)) * **ld-notification:** use up-to-date css custom props ([3abda92](3abda92)) * **ld-select:** use up-to-date css custom props ([151edcb](151edcb)) * **ld-tabs:** use new color vars ([ccbe7db](ccbe7db)) * **ld-theme:** replace component with global css classes ([b78df5f](b78df5f)) * **ld-tooltip:** use up-to-date css custom props ([9084bf3](9084bf3)) * add font-weight to design tokens ([b026440](b026440)) * add ld-typo component ([275a908](275a908)) * add react bindings ([b1cc028](b1cc028)) * convert ld-input-message and ld-heading to shadow dom ([53e22aa](53e22aa)) * replace headings and paragraphs with ld-typo ([455f455](455f455)) * update design tokens and color vars ([44c3bc4](44c3bc4)) * **ld-tabs:** add methods for switching tabs ([e6efa27](e6efa27)) * **ld-tabs:** add parts ([79592fb](79592fb)) * **ld-tabs:** scrollable tab list ([787c5ba](787c5ba)) * **ld-tabs:** support full width tabs ([4337569](4337569)) * **ld-tabs:** tabs tablist tab tabpanellist tabpanel ([acc5964](acc5964)) * **ld-toggle:** hidden input inside form ([43cb8e6](43cb8e6)) * **ld-toggle:** use up-to-date css custom props ([ced2d59](ced2d59)) * move alpha to colors, add disabled variant ([25b00f1](25b00f1)) * update tailwind preset, add sensitive colors ([0b7cfe0](0b7cfe0))
- Loading branch information