Commit graph

1031 commits

Author SHA1 Message Date
Eric Liu
8b7dfbe540 v0.25.0 2020-11-27 06:16:59 -08:00
Eric Liu
a53bddf8f6
improve documentation (#424)
* chore(deps-dev): pin sveld dependency to v0.3.0

* docs: escape HTML in component prop descriptions

* docs(ordered-list): describe use case for using native styles

#418

* docs: update count for icons, charts packages

* docs(readme): update description, links
2020-11-27 05:15:24 -08:00
Daniel Miedzik
c670964e93
fix types for FileUploader component (#422)
* fix types for FileUploader component

* correction of a mistaken change

Co-authored-by: Daniel Miedzik <dmiedzik@bethel.jw.org>
2020-11-27 04:15:01 -08:00
Richard O'flynn
b597a64131
Add padding prop to Grid component (#420)
* Add padding prop to Grid component

* Fix file name

* Build lib

* Typo

Co-authored-by: Richard O'flynn <richard.oflynn@brighter-software.co.uk>
2020-11-27 04:08:30 -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
1e72ea9942 v0.24.0 2020-11-26 15:47:41 -08:00
Eric Liu
30cfc842d5
Refactor UI Shell global search component (#417)
* feat(ui-shell): refactor UI Shell search component

* fix(ui-shell): dispatched event is "select", not "search"

* test(header-search): validate HeaderSearch types

* fix(header-search): selecting a result should reset the search

* feat(header-search): deefault selectedResultIndex should be 0

Reset selectedResultIndex, value after dispatching.

* docs(header-search): demo basic filtering

* chore: rebuild types, docs

* feat(header-search): pass index as a slot prop
2020-11-26 15:42:15 -08:00
Eric Liu
b7bf9ea1f0
Revise docs (#416)
* chore: add license badge to README

* perf(docs): ignore node_modules in markdown preprocessor

* docs: remove tabs for install commands on homepage

* docs(button-set): improve copy

* docs(button): improve usage for icon-only, link buttons

* docs: various copy improvements
2020-11-26 11:51:24 -08:00
Eric Liu
71c15db2ca
expand headers type in DataTableSkeleton, fix DataTableRow type to require "id" (#415)
* feat(data-table-skeleton): support object type for headers

* fix(data-table): require "id" in DataTableRow interface
2020-11-26 10:28:07 -08:00
Eric Liu
4226535338 v0.23.2 2020-11-25 10:29:02 -08:00
Eric Liu
0d8064043f
fix(types): export component types (#411) 2020-11-25 10:19:11 -08:00
Eric Liu
146362a810
Merge pull request #408 from weaseldotro/patch-2
fix(RadioButtonGroup): trigger change event
2020-11-23 17:05:47 -08:00
weaseldotro
8e65d8e7a6
fix(RadioButtonGroup): trigger change event 2020-11-23 11:42:13 +02:00
weaseldotro
ac4d5f96a9
Merge pull request #1 from IBM/master
pull
2020-11-23 11:40:21 +02:00
Eric Liu
3283b9b4f5 v0.23.1 2020-11-22 10:04:57 -08:00
Eric Liu
f5509060d5 docs: tweak body copy, link to CopyableCodeSnippet recipe 2020-11-22 09:50:46 -08:00
Eric Liu
9edb0c2f31 docs(recipes): add ExpandableAccordion recipe 2020-11-22 09:50:23 -08:00
Eric Liu
bc29d9ee0d docs(radio-button): add reactive example 2020-11-22 09:25:05 -08:00
Eric Liu
b10b4a4a10
Merge pull request #407 from weaseldotro/patch-1
fix(RadioButtonGroup): make selected prop reactive
2020-11-22 09:14:42 -08:00
weaseldotro
9e711abaa6
quickfix RadioButtonGroup selected prop reactivity 2020-11-22 17:28:34 +02:00
weaseldotro
109f71b5cf
fix(RadioButtonGroup): make selected prop reactive 2020-11-22 12:33:20 +02:00
Eric Liu
cfe05bb2b2 chore: rearrange badges [ci skip] 2020-11-21 12:16:20 -08:00
Eric Liu
58fb297754
Merge pull request #405 from IBM/fix-multi-listbox
fix(list-box): remove stopPropagation click modifier
2020-11-21 12:04:56 -08:00
Eric Liu
b6036f889d fix(list-box): remove stopPropagation clikc modifier 2020-11-21 06:06:50 -08:00
Eric Liu
eaebf764cf v0.23.0 2020-11-20 17:29:00 -08:00
Eric Liu
2850aa5255 chore(types): add readme [ci skip] 2020-11-20 10:18:33 -08:00
Eric Liu
f1800bf332 docs: move reactive label to component prop name column 2020-11-20 09:39:25 -08:00
Eric Liu
0b306216ba
Merge pull request #404 from IBM/fix-progress-indicator
fix(progress-indicator): allow currentIndex to be programmatically updated
2020-11-20 09:35:32 -08:00
Eric Liu
bb3ecaaa9e docs(progress-indicator): add example for vertical skeleton 2020-11-20 09:27:08 -08:00
Eric Liu
4ad9ff3ef5
Merge pull request #402 from IBM/button-icon-svelte
refactor(button): remove redundant if statement
2020-11-20 09:22:44 -08:00
Eric Liu
365c16a0d1 docs(progress-indicator): add programmatic usage example 2020-11-20 09:06:20 -08:00
Eric Liu
c513279751 fix(progress-indicator): allow currentIndex to be programmatically updated 2020-11-20 06:21:27 -08:00
Eric Liu
79d82da513 refactor(button): remove redundant if statement 2020-11-19 16:18:05 -08:00
Eric Liu
80d56f9f5f
Merge pull request #401 from IBM/toggle-size
feat(toggle): support small size, deprecate ToggleSmall
2020-11-19 15:37:26 -08:00
Eric Liu
1e3eef992c feat(toggle): support small size, deprecate ToggleSmall 2020-11-19 15:20:01 -08:00
Eric Liu
b00e4316fd chore: update CONTRIBUTING.md, add MAINTAINERS.md [ci skip] 2020-11-19 14:44:50 -08:00
Eric Liu
81593b6602
Merge pull request #385 from IBM/rewrite-tyepscript-definitions
refactor(types): rewrite component TypeScript definitions
2020-11-19 14:29:49 -08:00
Eric Liu
eed617433b test: add TS types 2020-11-19 14:16:01 -08:00
Eric Liu
302e82d6a2 chore(deps): upgrade carbon-icons-svelte to 10.21 2020-11-19 13:06:05 -08:00
Eric Liu
7a1480f0ed fix(types): prefix icon type with "typeof" 2020-11-19 10:41:15 -08:00
Eric Liu
26ce330e1d fix(tag): define JSDoc restProps type 2020-11-19 09:10:30 -08:00
Eric Liu
1e80e42573 fix(types): remove "undefined" dispatched events 2020-11-19 09:09:57 -08:00
Eric Liu
998757691b chore: regenerate component docs [ci skip] 2020-11-19 06:21:24 -08:00
Eric Liu
56718c633d
Merge branch 'master' into rewrite-tyepscript-definitions 2020-11-19 06:16:50 -08:00
Eric Liu
b313fb6787 docs: enhance Component API documentation
Replaces PUBLIC_API.json with COMPONENT_API.json generated by sveld.
2020-11-19 06:13:18 -08:00
Eric Liu
d9e14b2561
Merge pull request #396 from IBM/374-header-hamburger-persistence
feat(UIShell): add persistentHamburgerMenu prop to Header
2020-11-18 08:26:29 -08:00
josefaidt
a417cee481 docs(UIShell): add example for persisted hamburger menu 2020-11-18 08:53:55 -06:00
josefaidt
fd56f67705 refactor(SideNav): simplify collapsed logic 2020-11-18 08:42:37 -06:00
Eric Liu
db4b7b1f6b
Merge pull request #393 from weaseldotro/patch-1
feat(ComposedModal): allow using null for selectorPrimaryFocus to disable auto focus
2020-11-17 05:28:25 -08:00
weaseldotro
c95e1fe994
Use loose equal in ComposedModal
Co-authored-by: Eric Liu <ericyl.us@gmail.com>
2020-11-17 09:28:53 +02:00