metonym
|
6fbd8ae6a9
|
fix(types): use type alias instead of interface for $$restProps
|
2024-11-09 14:41:28 -08:00 |
|
metonym
|
6590457574
|
fix(types): improve e.detail type for dispatched events (#1907)
* fix(types): improve `e.detail` type for dispatched events
* Run "yarn build:docs"
* test: assert new types
|
2024-02-01 10:56:34 -05:00 |
|
Eric Liu
|
be763706ca
|
fix(types): improve formatting of prop comments (#1779)
|
2023-07-23 12:25:44 -07:00 |
|
Eric Liu
|
2f026f792a
|
feat(typescript)!: support svelte 4 (#1773)
Closes #1753
The minimum Svelte version required for TypeScript users is now 3.55.
|
2023-07-19 09:44:56 -07:00 |
|
Eric Liu
|
7fdc2ef7f0
|
fix(types): allow data-* attributes for props forwarded to HTML elements (#1741)
* chore(deps-dev): upgrade `sveld` to v0.18.1
* Run "yarn build:docs"
* test: assert that `data-*` attributes are valid
|
2023-07-08 16:41:44 -07:00 |
|
metonym
|
ea38cd2568
|
feat(types): support sveltekit:prefetch , sveltekit:noscroll attributes in type definitions (#1234)
* chore(deps-dev): upgrade sveld to 0.14.0
* Run "yarn build:docs"
|
2022-04-09 14:13:56 -07:00 |
|
Eric Liu
|
ea6757d020
|
Add autoWidth prop to Tabs (#901)
* feat(tabs): support auto width tabs
Closes #899
* docs(tabs): add auto width example
|
2021-11-10 19:46:20 -08:00 |
|
Eric Liu
|
3203e7a61f
|
Upgrade sveld to v0.10 (#856)
* chore(deps-dev): upgrade sveld to v0.10.2
* feat(types): regenerate types using sveld@0.10.2
* fix(types): update @extends to use .svelte extension
|
2021-10-16 12:34:29 -07:00 |
|
Eric Liu
|
5fad0cb3c7
|
Alignment with Carbon version 10.31 (#571)
* chore(deps-dev): upgrade carbon-components to v10.31.0
* fix(slider): use CSS to hide input if hideTextInput is true
* docs(slider): add hidden text input, invalid, disabled examples
* feat(tabs): support "container" type for TabsSkeleton
* chore(list-box): remove hotfix inline style to center dropdown chevron
* fix(number-input): use add, subtract icons and update markup
* feat(select): add warning state
* docs(select): add invalid state example
* docs(select): add helper text example
* fix(structured-list): add "rowgroup" role to StructuredListBody
* docs: release code snippet max-width
* docs(select): add skeleton hidden label example
* feat(popover): add Popover component
* feat(pagination): dispatch button click events to be consistent with PaginationNav
* fix(multi-select): type clear as a custom event
* docs(radio-button): add disabled buttons example
* chore(tabs): use absolute icon import
* fix(link): remove line breaks within anchor link
* docs(radio-button): adjust section copy verbiage
* chore(deps-dev): upgrade carbon-icons-svelte to v10.27
v10.27 uses the SvelteComponentTyped interface
* docs(accordion): adjust section title verbiage
* test(types): fix warnings from svelte-check
* fix(search): only set autofocus attribute if equals true
* feat(popover): add closeOnOutsideClick prop
* docs: style [data-outline] as relative positioned
* feat(context-menu): add initial ContextMenu
* feat(context-menu): annotate props, generate types
* feat(context-menu): add initial focus logic
* fix(context-menu): correctly tab in/out of nested menus
* chore(context-menu): update types
* fix(context-menu): obtain radio id from node directly
* docs(context-menu): add examples and test
* fix(context-menu): prevent default keydown behavior
|
2021-03-20 10:39:14 -07:00 |
|
Eric Liu
|
bcd28de86e
|
feat(types): use the SvelteComponentTyped interface in the TypeScript definitions (#515)
|
2021-02-07 11:25:20 -08:00 |
|
Eric Liu
|
7cd3723960
|
Alignment with Carbon version 10.28 (#505)
* chore(deps-dev): remove @carbon/themes
* chore(deps-dev): bump devDependencies
* fix(tabs): forward click event to Tab
* feat(toggle): dispatch toggle event
* feat(tag): dispatch close event
* feat(tooltip-icon): make tooltipText slottable
* feat(dropdown): add hideLabel prop
* docs(select): add "Hidden label" example
* refactor(modal): use class directive
* feat(modal): dispatch transitionend event
* chore(deps-dev): upgrade carbon-components to 10.28.0-rc.0
* feat(date-picker): add warn state
* feat(tag): support small size variant
* fix(search): add semantic role
* feat(toolbar-search): add disabled state
* fix(composed-modal): add aria-label prop, update header semantic tags
* chore(deps-dev): upgrade carbon-components to v10.28
* docs(overflow-menu): add light variant example
* docs(link): document OutboundLink in Component API
* chore(tooltip-icon): rename slot to "tooltipText"
* docs(component-api): wrap code blocks to minimize width
* docs(aspect-ratio): remove inline outline style
* fix(tab): do not trigger focus when mounting
* docs(tabs): add reactive example
Closes #438
|
2021-02-05 05:59:10 -08:00 |
|
Eric Liu
|
f4c940d5ee
|
Make UI Shell HeaderAction panel transition configurable (#419)
* fix(ui-shell): remove fly transition from hamburger menu
* feat(header-action): make panel transition configurable
* chore: rebuild types, docs
* docs(ui-shell): document transition prop in Header app switcher example
|
2020-11-26 17:14:07 -08:00 |
|
Eric Liu
|
75d4b4cf03
|
refactor(types): shorten ref, id JSDocs, use CarbonIcon type, export component props
|
2020-11-06 11:30:46 -08:00 |
|
Eric Liu
|
3c04f122b0
|
refactor(types): rewrite type definitions to account for intrinsic attributes
|
2020-11-03 05:44:11 -08:00 |
|