Wykres commitów

2849 Commity (136ecae4a6b0d0c509b102aa500d3a254e1d1cfb)

Autor SHA1 Wiadomość Data
Cory LaViska a90b22c05d add test 2023-01-09 14:25:21 -05:00
Cory LaViska f5dd4f2aca fixes #1117 2023-01-09 14:20:17 -05:00
Cory LaViska d5b3489b22 fixes #1066 2023-01-09 13:06:34 -05:00
Cory LaViska 8ee5f19184 pin source-map to beta; fixes #1066 2023-01-09 12:55:35 -05:00
Cory LaViska d0a32d48b1 upgrade CEM and fix comment 2023-01-09 10:47:10 -05:00
Cory LaViska bf527437a0 add stylesheet to test runner; fix tests 2023-01-09 10:35:37 -05:00
Cory LaViska ae3070ac45 fixes #1107 2023-01-09 09:40:51 -05:00
Cory LaViska 6af68343a7 stop removing eslint comments 2023-01-09 09:39:47 -05:00
alenaksu 48ccc95dd9
chore: add react examples 2023-01-08 13:36:24 +01:00
Alessandro c6a6a77bbd
feat: add carousel component
feat: add nav indicators

wip

wip

wip

fix: minor fixes

fix: minor fixes

fix: some refactor

chore: update docs

chore: update docs

fix: remove slide component

feat: create sl-carousel-item

feat: code refactoring and improvements

chore: update docs with more examples

chore: fix docs

feat: add autoplay

feat: implement accessibility

fix: change icons for rtl

chore: minor change

feat: improve accessibility

fix: minor regression

fix: minor regression

chore: fix docs

fix: improve accessibility and minor fixes

fix: remove heading and refactor component

chore: add custom style exmaple

fix: address review commnets

* Removed header from carousel
* Added `ArrowUp` and `ArrowDown` in keyboard navigation
* Added `--scroll-hint-margin` css property
* Added an example with customized carousel layout
* Fixed thumbnails navigation in demo
* Renamed show-controls to show-arrows and updated the corresponding parts/css accordingly
* Changed `activeSlideElement` getter to a private method
* Changed pagination colors
* Added `--slide-width` and `--slide-height` css properties

chore: update docs

fix: integrate latest repo changes

fix: add aspect ratio and rebase

chore: remove ignore path

feat: multiple slides per page

feat: multiple slide per page

fix: various improvements

chore: minor changes

chore: minor changes

chore: add bit of documentation

chore: improve documentation

fix: add unit tests and fix minor issues

chore: update documentation and unit tests

chore: update tests
2023-01-08 12:24:24 +01:00
Cory LaViska e632b51eb8 fixes #1110 2023-01-06 16:43:31 -05:00
Cory LaViska c8e633c4a1 fix color picker bug 2023-01-06 15:24:57 -05:00
Cory LaViska 724f4a59db remove log 2023-01-06 13:28:48 -05:00
Cory LaViska 041364fb7d ignore swatch whitespace 2023-01-06 13:28:30 -05:00
Cory LaViska fbcb4d8dbd fixes #1109 2023-01-06 12:25:03 -05:00
Cory LaViska 27a6b4a8c9 fixes #1108 2023-01-06 11:50:10 -05:00
Cory LaViska c814e9e94e 2.0.0-beta.88 2023-01-05 15:43:08 -05:00
Cory LaViska 0e957c0cd4 update version 2023-01-05 15:41:32 -05:00
Cory LaViska b330657e0a focus on disabled menu items and fix aria-checked 2023-01-05 15:13:21 -05:00
Cory LaViska a0fce64fd9 closes #1070 2023-01-05 14:50:19 -05:00
Cory LaViska b183a04fba add auto 2023-01-05 13:33:10 -05:00
Cory LaViska 7645b997b2 fixes #1105 2023-01-05 13:30:39 -05:00
Cory LaViska d81e2f1470 fixes #1063 2023-01-05 12:43:17 -05:00
Cory LaViska f50fe72df2 don't show scrollbar 2023-01-05 12:40:22 -05:00
Cory LaViska dcca64a986 use public method for validity 2023-01-05 11:54:10 -05:00
Cory LaViska c216cfe0fd fix min/max types 2023-01-05 11:29:51 -05:00
Cory LaViska 192f15e3b7 update cem plugin 2023-01-05 11:29:34 -05:00
Cory LaViska 01be3daf6d update docs 2023-01-04 14:51:30 -05:00
Cory LaViska d36eec5637 add info about updateComplete 2023-01-04 14:04:24 -05:00
Cory LaViska 121464fa2d make swatches an attribute 2023-01-04 12:37:16 -05:00
Cory LaViska ee0254e822 fixes #1097 2023-01-04 11:29:11 -05:00
Cory LaViska 27f634402c fix switch default value; #1103 2023-01-04 11:04:25 -05:00
Cory LaViska 67fbe3b34e fixes #1101 2023-01-04 09:58:56 -05:00
Cory LaViska 164ebce990 remove tts test 2023-01-03 15:17:39 -05:00
Cory LaViska 571ae704e0 update changelog 2023-01-03 15:10:51 -05:00
Cory LaViska ad305fb653 Remove orphaned code 2023-01-03 15:09:57 -05:00
Cory LaViska fc0541ce53 make internal 2023-01-03 15:08:49 -05:00
Cory LaViska c8555f448c reorg and add private keyword 2023-01-03 15:04:07 -05:00
Cory LaViska 96e41198ec remove comment 2023-01-03 14:24:27 -05:00
Cory LaViska 57064aef4d remove void 2023-01-03 13:36:12 -05:00
Cory LaViska cf200aa58a update tests 2023-01-03 10:37:39 -05:00
Cory LaViska 388a4f85a4 Revert "Remove the need to bind member methods in the connectedCallback (#1081)"
This reverts commit 5f8556b1b2.
2023-01-03 10:19:25 -05:00
Jeremiah Hoyet 5f8556b1b2
Remove the need to bind member methods in the connectedCallback (#1081)
* Remove the need to bind member methods in the connectedCallback

* Remove console.log
2023-01-03 10:15:12 -05:00
Cory LaViska e411b57124 fixes #1096 2023-01-03 10:10:14 -05:00
Cory LaViska 0120e7429d update changelog 2023-01-03 09:49:56 -05:00
sowiner 377dbe28eb
add zh-tw translations (#1086)
* add zh-tw translations

* add numOptionsSelected translate
2023-01-03 09:48:56 -05:00
Cory LaViska b25b1d5750 Update changelog 2023-01-03 09:05:16 -05:00
Alan Chambers 0e1b792bf7
Update `make-react.js` script to use new @lit-labs/react createComponent options object (#1090)
* Update react wrapper signature

Updated react createComponent to use new options object

* removed unused pascalCase import
2023-01-03 08:57:27 -05:00
Cory LaViska 417f0d17c9 don't scroll when refocusing 2022-12-28 17:21:11 -05:00
Cory LaViska d9252fe755 ignore disabled controls 2022-12-28 17:18:48 -05:00