Wykres commitów

365 Commity (cb156dc84a0677fb712e527d1c8116731f909672)

Autor SHA1 Wiadomość Data
Cory LaViska 523aa6cdf6 Escape should dismiss tooltips; fixes #219 2020-12-22 14:41:22 -05:00
Cory LaViska fcd432d8b7 Rework color tokens 2020-12-22 09:40:11 -05:00
Cory LaViska fc8232254f Add setting example 2020-12-16 08:00:28 -05:00
Cory LaViska b4afb246ce Fix icon name/src removal bug; closes #285 2020-12-15 17:41:22 -05:00
Cory LaViska 2d4e1357ce Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2020-12-15 17:30:03 -05:00
Cory LaViska 3afcab586f Update icon count 2020-12-14 17:00:08 -05:00
Cory LaViska 5ee434462a Fix icon dropdown 2020-12-14 16:59:38 -05:00
Cory LaViska 255d3dd075 Update bootstrap-icons 2020-12-14 16:59:22 -05:00
Vladimir Dementyev c7da2f24d5
Fix asset path for Rails (#268)
The path to assets should be consistent and not depend on the current script source. There are at least two situations when this assumption fails:
- When running `webpacker-dev-server`, the _pack_ URL doesn't contain `/js/` part.
- In test environment, `/packs-test` is used by default.
2020-12-12 11:21:36 -05:00
Cory LaViska 248f494865 Reword 2020-12-11 17:24:31 -05:00
Cory LaViska c21fd51f65 Fix typo 2020-12-11 17:23:41 -05:00
Cory LaViska 9f244131df Add format toggle and update styles 2020-12-11 17:10:30 -05:00
Cory LaViska 5b381eb1b7 Rework select; fixes #216 2020-12-11 17:09:10 -05:00
Cory LaViska c7368fcbc1 Remove unused menu methods 2020-12-10 17:36:39 -05:00
Cory LaViska 5076819dcd Update version 2020-12-09 09:20:34 -05:00
Cory LaViska cd53b6830c Fix link 2020-12-09 08:18:59 -05:00
Cory LaViska 80a3eb8105 Upgrade to stable 2020-12-09 08:17:49 -05:00
Cory LaViska 23035aa434 Fix handle 2020-12-09 08:17:18 -05:00
Cory LaViska 662d0a3c79 Add allow-scripts prop to sl-include 2020-12-08 09:18:29 -05:00
Cory LaViska 3d71f535f3 Update attr tooltip 2020-12-08 09:17:17 -05:00
Cory LaViska 81ae77f686 Remove resize-observer-polyfill 2020-12-07 17:29:55 -05:00
Cory LaViska 08054036a6 Update spinner styles 2020-12-03 09:35:41 -05:00
Cory LaViska 3d8dd415a5 fixes #277 2020-12-02 17:17:34 -05:00
Cory LaViska 1a5634b237 Fixes #276 2020-11-30 09:00:43 -05:00
Cory LaViska 7c27f12b99 Update changelog 2020-11-25 16:20:55 -05:00
Cory LaViska a64dc5a421 Add indeterminate state; closes #274 2020-11-25 16:20:15 -05:00
Cory LaViska beb3915a80 Update docs 2020-11-25 16:19:00 -05:00
Cory LaViska b7f70fcf8a Add sl-format-date component 2020-11-25 16:18:07 -05:00
Cory LaViska 8e0f743557 Fix changelog 2020-11-25 09:26:52 -05:00
Cory LaViska cc0daef254 Prevent sl-hide from firing twice; fixes #275 2020-11-25 09:26:01 -05:00
Cory LaViska 3259faec06 Fixes #272 2020-11-23 09:44:49 -05:00
Cory LaViska b4795a8d2f Update version 2020-11-20 17:03:28 -05:00
Cory LaViska 96e255a571 Merge branch 'relative-time' into next 2020-11-20 17:02:59 -05:00
Cory LaViska 058e8fa08e Finish up sl-relative-time 2020-11-20 17:02:38 -05:00
Cory LaViska 410b39ee59 Update docs 2020-11-20 17:02:03 -05:00
Cory LaViska 6e759cc504 Update docs 2020-11-20 16:37:56 -05:00
Cory LaViska df431321f5 Merge branch 'next' of https://github.com/shoelace-style/shoelace into next 2020-11-16 21:33:01 -05:00
Matthias Max db12476a0f
fix css var name (#270) 2020-11-16 21:32:02 -05:00
Cory LaViska 8a08302bb7 Scaffold relative time component 2020-11-11 17:31:53 -05:00
Cory LaViska 72c77446c4 Fix docs 2020-11-11 17:31:16 -05:00
Cory LaViska 0e66071def Fix github rate limit issue 2020-11-11 16:52:02 -05:00
Cory LaViska a8deeb0659 Minor fixes 2020-11-10 09:33:16 -05:00
Cory LaViska 4e2cf2e9de Add format number component 2020-11-09 09:38:30 -05:00
Cory LaViska 97ad8f1b1b Update label 2020-11-09 09:37:58 -05:00
Cory LaViska c06ad3cf7c Fix grip icon 2020-11-09 09:37:39 -05:00
Cory LaViska 64dfb008b2 Update to Stencil 2.3.0 2020-11-06 16:31:36 -05:00
Cory LaViska c82dd0bb3c Fix autocomplete select bug 2020-11-05 09:10:02 -05:00
Thomas Klemm 688802b792
Fix Rails Integration docs: Missing module export statement (#263)
Thanks for this great library @claviska! 

Tried adding Shoelace to a Rails app w/ the current guide. When starting the Webpack Dev Server, the following error gets thrown:

```
.../RailsApplication/config/webpack/development.js:5
module.exports = environment.toWebpackConfig()
```
Adding `module.exports = environment` as done [here in the example repo](4114da0e14/config/webpack/environment.js (L20)) fixes the issue and allows Webpack to compile.
2020-11-05 08:14:25 -05:00
Cory LaViska 79f86792ce Add closable prop to tab 2020-11-02 08:32:54 -05:00
Cory LaViska 0433fe236d Simplify resize observer demo 2020-10-30 17:04:00 -04:00
Cory LaViska 4adb6bbf04 Add experimental resize observer 2020-10-29 18:15:48 -04:00
Cory LaViska b5c92a1713 Update bootstrap-icons 2020-10-29 08:03:13 -04:00
Cory LaViska 1aa0710fc5 Add sl-theme component 2020-10-28 09:11:29 -04:00
Cory LaViska 264356afce Improve placeholder contrast 2020-10-28 08:30:39 -04:00
Cory LaViska db6ed43648 Fix menu item dark theme 2020-10-28 07:48:51 -04:00
Cory LaViska caf6493ae7 Update Stencil 2020-10-27 18:07:25 -04:00
Cory LaViska d014da553a Fix version number 2020-10-27 08:49:10 -04:00
Cory LaViska 4ceea86197 Use rem for input height and spacing; fixes #221 2020-10-27 08:35:46 -04:00
Cory LaViska cb1ab2ae7d Update Stencil 2020-10-27 08:21:46 -04:00
Cory LaViska 0d353cae6b Hide icon from screen readers 2020-10-27 08:21:04 -04:00
Cory LaViska ad40f432ed Fix position bug 2020-10-27 08:07:14 -04:00
Cory LaViska 4e22d8001f Fix typo 2020-10-23 00:17:50 -04:00
Cory LaViska 4083395681 Add issue links 2020-10-23 00:17:19 -04:00
Cory LaViska 6b5c5aad5f Fix aria-describedby in tooltip targets 2020-10-22 23:26:23 -04:00
Cory LaViska f32b8b3cfb Improve icon button accessibility 2020-10-22 23:03:38 -04:00
Cory LaViska ee2c18d51c Fix boolean aria attribs 2020-10-22 22:45:41 -04:00
Cory LaViska d66f120f78 Fix initial open state in dialog/drawer; closes #255 2020-10-22 21:54:26 -04:00
Cory LaViska f11b4b53d0 Add no-scroll-controls prop; fixes #253 2020-10-22 14:00:06 -04:00
Cory LaViska 3920d18286 Improve tooltip text 2020-10-22 13:56:24 -04:00
Cory LaViska 7b5fc2451b Fix select keyboard nav 2020-10-22 13:42:37 -04:00
Cory LaViska 5d73537e09 Improve menu/menu item a11y 2020-10-22 13:41:09 -04:00
Cory LaViska 4e2ebb70af Fix dropdown positioning bug; closes #252 2020-10-19 10:30:59 -04:00
Cory LaViska a8ca9c1d21 Improve dropdown a11y 2020-10-16 17:04:35 -04:00
Cory LaViska 7d20996781 Fix disabled prop 2020-10-16 12:32:20 -04:00
Cory LaViska 19243939a1 Remove console.log 2020-10-16 10:00:58 -04:00
Cory LaViska f342785a0a Update changelog 2020-10-16 09:29:35 -04:00
Cory LaViska 3514e88dcd Add sl-include 2020-10-16 08:57:02 -04:00
Cory LaViska e22763ea37 Use console instead of throw 2020-10-16 07:44:25 -04:00
Cory LaViska 08bcdd9c93 Throw error when no tags are found 2020-10-16 07:36:43 -04:00
Cory LaViska 08bb1a088e Add label slot to dialog and drawer 2020-10-15 16:54:38 -04:00
Cory LaViska 2bd88b7d92 Rework slot logic 2020-10-15 16:35:11 -04:00
Cory LaViska 4f23b49163 Improve types in docs 2020-10-15 16:34:09 -04:00
Cory LaViska 9b4fdbe16a Fix event names 2020-10-15 14:33:30 -04:00
Cory LaViska cf2cf8edb0 Fix concurrent active modals bug 2020-10-15 13:55:42 -04:00
Cory LaViska 494ed99b36 Remove incorrect aria attribs 2020-10-15 12:35:48 -04:00
Cory LaViska 912b4167d7 Add label slot to input, select, textarea; closes #248 2020-10-15 11:44:41 -04:00
Cory LaViska 309c413f76 Fix indeterminate state bug 2020-10-15 09:18:20 -04:00
Cory LaViska 5e8db633b9 Rework alert show/hide logic; #247 2020-10-13 12:41:57 -04:00
Cory LaViska 4f7496b6be Add modal keyword to improve search 2020-10-13 09:12:31 -04:00
Cory LaViska 4be00e0cda Fix initial transitions; closes #247 2020-10-13 08:26:03 -04:00
Cory LaViska 646df8aafe Fix broken link 2020-10-12 09:36:25 -04:00
Cory LaViska c854c986d7 Improve slider size 2020-10-12 09:14:16 -04:00
Cory LaViska 1a67fd9ce7 Improve grid handle size and color 2020-10-12 09:08:16 -04:00
Cory LaViska fb0ead9603 Update popper; fixes #246 2020-10-12 08:48:50 -04:00
Cory LaViska 5dc0c12889 Update version 2020-10-09 18:11:06 -04:00
Cory LaViska 0df547631d Rework events to use kebab-case names 2020-10-09 17:45:16 -04:00
Cory LaViska e3450fd759 Add integrating with rails to tutorials section 2020-10-08 08:55:50 -04:00
Konnor Rogers 3e33fbb905
Docs/rails-integration (#238)
* docs: add integrations file

* docs: tweak Rails integration

* fix: restore color-picker to original state

* docs: tweak integrations readme
2020-10-08 08:44:26 -04:00
Cory LaViska 4258c8e88c Add ability to customize default icon lib 2020-10-07 10:54:21 -04:00
Cory LaViska c152f89cce Add sl-icon-library 2020-10-07 09:34:05 -04:00
Cory LaViska 2578215c28 Move icon registration to a utility 2020-10-06 10:09:24 -04:00
Cory LaViska 8da5ae70e3 Add module support to code blocks 2020-10-06 08:17:33 -04:00
Cory LaViska 995744c8ef Fix scroll anchoring in docs 2020-10-06 08:14:07 -04:00
Cory LaViska 6c95eddc25 Merge branch 'next' into icon-reg-on-element 2020-10-04 09:09:29 -04:00
Cory LaViska dce001ecaf Add spellcheck prop; fixes #233 2020-10-02 15:46:58 -04:00
Cory LaViska fe1be1c155 Update examples 2020-10-01 13:56:26 -04:00
Cory LaViska fd21e2aac4 Finish up library reg 2020-10-01 13:39:38 -04:00
Cory LaViska 043bae13a3 Revert example 2020-10-01 13:38:44 -04:00
Cory LaViska 84031833f0 Move changelog to website and remove roadmap 2020-10-01 12:56:58 -04:00
Cory LaViska b68ac29ab9 Remove log 2020-09-30 12:38:56 -04:00
Cory LaViska 438e597ded Show method signatures 2020-09-30 12:22:15 -04:00
Cory LaViska a0fe6e3257 Prototype to register custom libraries on sl-icon 2020-09-29 16:52:16 -04:00
Cory LaViska 42193557fc Add selection examples to dropdown 2020-09-24 09:17:54 -04:00
Cory LaViska 0f8eb31a07 Add support for dropdowns and non-icons in inputs 2020-09-24 08:58:27 -04:00
Cory LaViska 2b029a6994 Pin Docsify to major version 2020-09-23 14:52:28 -04:00
Cory LaViska e797f27882 Merge branch 'alert-service' into next 2020-09-18 09:40:46 -04:00
Cory LaViska be3aae8cb2 Polish off toast 2020-09-18 09:40:21 -04:00
Cory LaViska af0ade31fd Use toast() method instead of prop 2020-09-17 16:27:11 -04:00
Cory LaViska e6ed45b1af Docs update 2020-09-16 17:12:52 -04:00
Cory LaViska 5b4424143b meh 2020-09-16 17:00:48 -04:00
Cory LaViska d8b8c8a050 Use toast prop and no light dom 2020-09-16 10:16:08 -04:00
Cory LaViska ad9de54752 Light DOM variation 2020-09-16 09:34:54 -04:00
Cory LaViska 1546b53d40 Add color example 2020-09-15 08:16:16 -04:00
Cory LaViska 12885bc718 Fix color example 2020-09-15 08:14:56 -04:00
Cory LaViska 1f64cac32a Fix typo 2020-09-15 08:14:43 -04:00
Cory LaViska b3793752b7 Use spacing token 2020-09-14 17:07:09 -04:00
Cory LaViska c51c48ef54 Fix buggy custom keyframes demo; closes #204 2020-09-09 21:08:53 -04:00
Cory LaViska 83e4235ccb Add touch support to demo resizer 2020-09-04 17:37:50 -04:00
Cory LaViska 662e76ce34 Remove incorrect validation examples 2020-09-04 15:06:13 -04:00
Cory LaViska efc4dad817 Update docs 2020-09-03 13:05:43 -04:00
Cory LaViska 3568378975 Simplify example 2020-09-02 17:58:21 -04:00
Cory LaViska 72b0c46d2f Fix animation bug and refactor 2020-09-02 17:45:59 -04:00
Cory LaViska 0c4beb3608 Use copy cursors 2020-09-02 07:51:19 -04:00
Cory LaViska 215ea51a26 Add responsive embed utility component 2020-08-31 16:47:31 -04:00
Cory LaViska e361a5cad7 Prevent iframes from stealing events while dragging 2020-08-31 16:46:22 -04:00
Cory LaViska a5417c16a7 Update icons info 2020-08-31 08:28:31 -04:00
Cory LaViska 91196f3577 Update docs 2020-08-31 07:41:58 -04:00
Cory LaViska 0d521167b0 Update docs 2020-08-31 07:38:44 -04:00
Cory LaViska fa5b4e5cbd Fix typo 2020-08-31 07:18:23 -04:00
Cory LaViska 9ad226924c Merge branch 'input-validation' into next 2020-08-31 07:08:24 -04:00
Cory LaViska e51490b71c Update + optimize meta images 2020-08-29 13:23:11 -04:00
Cory LaViska 918b11f558 Improve documentation 2020-08-29 12:52:13 -04:00
Cory LaViska a27e33463b Update docs 2020-08-29 11:53:24 -04:00
Cory LaViska 486521cf77 Update docs/changelog 2020-08-29 10:39:53 -04:00
Cory LaViska bc92981c16 Fix select validation 2020-08-28 17:24:23 -04:00
Cory LaViska 50775daec8 Make setCustomValidity a method; add report/set to all form controls 2020-08-28 16:50:18 -04:00
Cory LaViska 7c76fb3813 Rework input validation 2020-08-28 16:14:39 -04:00
Cory LaViska 9ad1963ebc Add keyboard support to resizer 2020-08-26 09:09:04 -04:00
Cory LaViska e511534399 Fix border color for dark mode 2020-08-26 06:47:14 -04:00
Cory LaViska b8f52e48ec Add hoist prop; fixes #179 2020-08-25 17:07:28 -04:00