Commit graph

2297 commits

Author SHA1 Message Date
Eric Liu
119c73ae89
Merge pull request #210 from IBM/content-switcher
feat(content-switcher): support light variant
2020-07-20 20:40:47 -07:00
Eric Liu
1a73d7c48e
Merge pull request #209 from IBM/fix-pagination-select
fix(pagination): fix pagination select page regression
2020-07-20 20:40:35 -07:00
Eric Liu
331dc4a656 feat: support size prop for input components
- DatePickerInput, NumberInput, Select, PasswordInput, TextInput
2020-07-20 20:29:50 -07:00
Eric Liu
9dd9c09362 fix(list-box): fix regression where size is overriden 2020-07-20 20:25:00 -07:00
Eric Liu
9a78f9900d feat(content-switcher): support light variant 2020-07-20 19:58:33 -07:00
Eric Liu
dadb7b5f9d fix(pagination): fix pagination select page regression 2020-07-20 19:45:48 -07:00
Eric Liu
ffa4ac08f3 v0.8.2 2020-07-19 14:54:01 -07:00
Eric Liu
68a3e212c8 chore(changelog): add v0.8.2 notes 2020-07-19 14:53:23 -07:00
Eric Liu
b817885b32
Merge pull request #208 from IBM/fix-combobox
fix(combo-box): close menu on Escape key
2020-07-19 14:50:47 -07:00
Eric Liu
bc866d6650 chore: update copy for ComboBox/Dropdown stories 2020-07-19 14:43:16 -07:00
Eric Liu
d46c5b852a fix(combo-box): close menu on Escape key
#198
2020-07-19 14:42:37 -07:00
Eric Liu
69085e5b16 v0.8.1 2020-07-19 14:21:06 -07:00
Eric Liu
bdaa49aaf9 chore(changelog): v0.8.1 notes 2020-07-19 14:20:33 -07:00
Eric Liu
cd340d1fc2
Merge pull request #207 from IBM/fix-modal-ssr
fix(modal): replace onDestroy with onMount for SSR support
2020-07-19 14:17:52 -07:00
Eric Liu
f4b5766bc8 fix(modal): replace onDestroy with onMount for SSR support
Fixes #200
2020-07-19 14:09:44 -07:00
Eric Liu
6c6defc4c9 fix(tag): set restProps.class after class value 2020-07-19 12:20:36 -07:00
Eric Liu
67be2ff436 v0.8.0 2020-07-19 12:10:53 -07:00
Eric Liu
78f00ba6e8 Merge branch 'master' of https://github.com/IBM/carbon-components-svelte 2020-07-19 12:10:02 -07:00
Eric Liu
9b13994a26 chore(changelog): add v0.8.0 notes 2020-07-19 12:10:00 -07:00
Eric Liu
c402a60351
Merge pull request #206 from IBM/imgbot
[ImgBot] Optimize images
2020-07-19 12:05:22 -07:00
Eric Liu
93bcb5d4c3 docs: update readme, lodash resolution 2020-07-19 12:04:50 -07:00
ImgBotApp
5aee00d0c4
[ImgBot] Optimize images
*Total -- 59.09kb -> 27.56kb (53.35%)

/docs/static/logo-512.png -- 39.50kb -> 16.68kb (57.77%)
/docs/static/logo-192.png -- 12.38kb -> 6.54kb (47.14%)
/docs/static/favicon.png -- 7.21kb -> 4.34kb (39.84%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-07-19 18:56:18 +00:00
Eric Liu
ddbaf6df58
Merge pull request #205 from IBM/refactor
Refactor components to use $$restProps API, add `ref` prop to interactive components
2020-07-19 11:50:50 -07:00
Eric Liu
ccdf6af78d docs: use sapper/cypress for e2e testing 2020-07-19 11:41:15 -07:00
Eric Liu
0bb5e1952f chore: forward restProps to Button 2020-07-19 11:21:32 -07:00
Eric Liu
2200b29b92 chore: lift components folder 2020-07-19 09:06:08 -07:00
Eric Liu
76df51674d chore: update dependencies, remove jest
- remove docs/palimpsest folders (to be replaced)
- remove Layout Storybook component
2020-07-19 06:53:10 -07:00
Eric Liu
1e5333dd64 refactor(ui-shell): use $$restProps, remove cx 2020-07-19 06:33:06 -07:00
Eric Liu
e886d772c7 refactor: use $$restProps API
- add ref prop for applicable components (#196)
- add slot to Content Switcher `Switch` component (#183)
- remove fillArray, css utilities
2020-07-19 05:49:40 -07:00
Eric Liu
4e2959080b refactor: Tag, TagSkeleton
- use $$restProps API
- add button to filterable variant
2020-07-19 05:49:40 -07:00
Eric Liu
ae8aa87238 v0.7.6 2020-07-19 05:47:23 -07:00
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