Commit graph

1366 commits

Author SHA1 Message Date
Eric Liu
e2055393fe chore(changelog): add v0.7.6 notes 2020-07-19 05:46:29 -07:00
Eric Liu
2b42ebf013
Merge pull request #201 from danielboven/add-text-to-header-action
Option to set text for HeaderAction component
2020-07-19 05:42:49 -07:00
Daniel Boven
b1e0228421 Removed 'optional' import & changed slot name 2020-07-19 10:46:23 +02:00
Daniel Boven
f7714c721b Updated HeaderAction component with slot & scoped styling 2020-07-18 13:54:58 +02:00
Eric Liu
08cde33aa3 v0.7.5 2020-07-17 12:42:20 -07:00
Eric Liu
7454bcf1c4 chore(changelog): add v0.7.5 notes 2020-07-17 12:41:51 -07:00
Eric Liu
26aea06c94 chore: revise scripts 2020-07-17 12:37:47 -07:00
Eric Liu
b323900bdb
Merge pull request #202 from IBM/ui-shell
Add Content, SkipToContent components
2020-07-17 12:31:06 -07:00
Eric Liu
790e948fc9 chore(ui-shell): forward click event in Header 2020-07-17 12:25:32 -07:00
Eric Liu
40dc2bf61e feat(ui-shell): add Content, SkipToContent components 2020-07-17 12:25:10 -07:00
Daniel Boven
7f1a769889 Added option to set text for HeaderAction(Link) component 2020-07-16 11:51:43 +02:00
Eric Liu
6a5f461017
Merge pull request #199 from softartisan/softartisan/name-props
add name to form components
2020-07-10 12:33:34 -07:00
Sebastián Canio Barriga
4ab0842866 change default name prop value for undefined 2020-07-10 11:07:50 -04:00
Sebastián Canio Barriga
6fdb8d10ed add name to form components 2020-07-09 20:59:42 -04:00
Eric Liu
64e914ff8c v0.7.4 2020-06-17 17:15:26 -07:00
Eric Liu
ed932e74ec chore(changelog): v0.7.4 release notes 2020-06-17 17:14:54 -07:00
Eric Liu
49d08ee71f
Merge pull request #193 from IBM/fix-overflow-menu
fix(overflow-menu): set didOpen after menu opened
2020-06-17 16:55:05 -07:00
Eric Liu
5b753fc64b fix(overflow-menu): set didOpen after menu opened
#191
2020-06-17 16:45:47 -07:00
Eric Liu
6edf1de10a v0.7.3 2020-06-16 12:55:22 -07:00
Eric Liu
c3911e716f chore(changelog): v0.7.3 notes 2020-06-16 12:54:46 -07:00
Eric Liu
5a0b05a0e1
Merge pull request #192 from IBM/fix-overflow
fix(overflow-menu): focus button after initial opening
2020-06-16 12:51:57 -07:00
Eric Liu
4dcd88d03e fix(overflow-menu): focus button after initial opening
#191
2020-06-16 12:32:41 -07:00
Eric Liu
12a06b6240 v0.7.2 2020-06-04 17:38:01 -07:00
Eric Liu
d781008bf5 chore(changelog): v0.7.2 notes 2020-06-04 17:37:16 -07:00
Eric Liu
44c861a002
Merge pull request #188 from mabentley85/include-sort-direction-in-datatable-click-header-dispatch
Added the Sort Direction to the header click dispatch
2020-06-04 17:34:54 -07:00
Matthew Bentley
ed5295641c Remove the disable table sorting 2020-06-04 17:26:58 -07:00
Matthew Bentley
51e4982070 Added the Sort Direction to Header Click dispatch
Added `sortCurrentData` to control whether or not the curent table data is sorted or not
2020-06-04 15:47:07 -07:00
Eric Liu
ac64802c76 v0.7.1 2020-06-03 12:45:19 -07:00
Eric Liu
b8275f50b1 chore: add missing RadioTile export 2020-06-03 12:44:44 -07:00
Eric Liu
6a5e421b8d v0.7.0 2020-05-29 17:19:44 -07:00
Eric Liu
762da88856 chore(changelog): v0.7.0 release notes 2020-05-29 17:18:41 -07:00
Eric Liu
a38166ad39 Merge branch 'master' of https://github.com/IBM/carbon-components-svelte 2020-05-29 17:18:22 -07:00
Eric Liu
502fae4d71 chore(deps): drop carbon-components peer dependency
A longer term solution is needed to achieve parity with carbon-components styles.
2020-05-29 17:17:37 -07:00
Eric Liu
5e205719eb
Merge pull request #185 from mabentley85/pagination-event-forwarding
Added Event Forwarding To Pagination Component
2020-05-29 17:14:09 -07:00
Matthew Bentley
eaeb303c72 Ensure that Page Size and Page are always integers 2020-05-29 17:00:44 -07:00
Matthew Bentley
8ab2b2c1e3 altered white space 2020-05-29 10:11:25 -07:00
Matthew Bentley
ba9462dc73 Removed white space 2020-05-29 10:10:33 -07:00
Matthew Bentley
001f22216e Restored onChange handling for pageSize change 2020-05-29 10:10:00 -07:00
Matthew Bentley
577d39f735 removed event modifiers 2020-05-29 10:07:08 -07:00
Matthew Bentley
c296ef271c Removed white space 2020-05-29 10:05:56 -07:00
Matthew Bentley
8f27c983a5 Made use of after update 2020-05-29 10:04:09 -07:00
Matthew Bentley
eb3f8268fa Added Event Forwarding To Pagination 2020-05-28 12:23:46 -07:00
Eric Liu
97873e5525 v0.6.3 2020-05-26 19:21:48 -07:00
Eric Liu
b47e7f40cf chore(changelog): v0.6.3 notes 2020-05-26 19:17:03 -07:00
Eric Liu
ba7cb10aa3 fix(ui-shell): replace javascript:void(0) in HeaderNavMenu
Resolves an a11y "X is not a valid attribute" warning.

#184
2020-05-26 19:14:03 -07:00
Eric Liu
05b77afaa2 chore(time-picker-select): ignore a11y-no-onchange
TODO: revisit API. Currently, using "on:blur" instead of "on:change" is a breaking functionality.
2020-05-26 19:11:30 -07:00
Eric Liu
ff913a4baa chore(deps-dev): bump svelte to v3.23.0 2020-05-26 19:10:34 -07:00
Eric Liu
721968ad28 v0.6.2 2020-05-09 07:31:02 -07:00
Eric Liu
eeea25b797 chore(changelog): v0.6.2 notes 2020-05-09 07:30:37 -07:00
Eric Liu
33d489b53d
Merge pull request #181 from IBM/fix-expandable-tile
Set-up docs, fix expandable tile
2020-05-09 07:27:50 -07:00