Commit Graph

206 Commits

Author SHA1 Message Date
AAGaming
0f205e8916 fix(docs): set categorizeByGroup to true 2022-10-02 12:37:45 -04:00
semantic-release-bot
472307e4a4 chore(release): 3.3.4 [CI SKIP] v3.3.4 2022-10-02 16:34:00 +00:00
AAGaming
fbd936dc1f fix(docs): build each component as a seperate page 2022-10-02 12:33:20 -04:00
AAGaming
33dd4e5548 chore(docs): initial typedoc setup (#35) 2022-10-02 12:22:58 -04:00
semantic-release-bot
4b76ccd91a chore(release): 3.3.3 [CI SKIP] v3.3.3 2022-10-02 12:36:26 +00:00
Lukas Senionis
99ad7543a9 fix(modal): make children optional (#34) 2022-10-02 08:36:00 -04:00
semantic-release-bot
b5dc08a977 chore(release): 3.3.2 [CI SKIP] v3.3.2 2022-10-02 02:31:09 +00:00
AAGaming
40871af853 fix(modal): allow children 2022-10-01 22:30:33 -04:00
Lukas Senionis
c910dbde79 Add dialog components (#22) 2022-10-01 21:41:47 -04:00
Lukas Senionis
4cbb30c21c Add custom-hook: useQuickAccessVisible (#28) 2022-10-01 21:38:46 -04:00
semantic-release-bot
54a1ef6201 chore(release): 3.3.1 [CI SKIP] v3.3.1 2022-10-02 01:33:33 +00:00
Barend Du Toit
ed0be5e87e fix(SidebarNavigation): add more props (#29) 2022-10-01 21:33:02 -04:00
Travis Lane
a064163b49 updated static-classes (#26) 2022-10-01 21:32:23 -04:00
semantic-release-bot
0b4fcb8d49 chore(release): 3.3.0 [CI SKIP] v3.3.0 2022-10-02 01:31:47 +00:00
Barend Du Toit
4233128c7e feat(Menu): add nested menu groups + more props (#30) 2022-10-01 21:31:18 -04:00
TrainDoctor
43cb2726d8 chore(license): remove un-needed exceptions 2022-09-30 21:50:23 -07:00
TrainDoctor
5d9c506fe7 Update package.json 2022-09-30 21:48:33 -07:00
semantic-release-bot
35a061759a chore(release): 3.2.2 [CI SKIP] v3.2.2 2022-09-29 16:36:04 +00:00
Lukas Senionis
1fbe55aa54 fix(modal): extend props for modals (#32) 2022-09-29 12:34:00 -04:00
semantic-release-bot
66eb0cbbf3 chore(release): 3.2.1 [CI SKIP] v3.2.1 2022-09-24 17:49:57 +00:00
Lukas Senionis
6996e5424f fix(modal): update showModal types (#27) 2022-09-24 13:49:23 -04:00
Travis Lane
ad643836f0 updated DialogButton props and added nav pref enum (#25) 2022-09-22 17:50:07 -04:00
semantic-release-bot
b39ba26b28 chore(release): 3.2.0 [CI SKIP] v3.2.0 2022-09-20 21:37:13 +00:00
AAGaming
130dfa24c5 feat(FooterLegend): add GamepadEvent 2022-09-20 17:36:16 -04:00
Martmists
71babc82c8 Add ColorPickerModal to exports (#24) 2022-09-20 08:46:37 -04:00
semantic-release-bot
bb440deed6 chore(release): 3.1.4 [CI SKIP] v3.1.4 2022-09-19 21:33:33 +00:00
TrainDoctor
064c161b67 fix(License): update license in package.json 2022-09-19 14:32:37 -07:00
TrainDoctor
6abf0efc10 Update package.json 2022-09-19 14:30:08 -07:00
TrainDoctor
537b8301ec Add license exception for static linking 2022-09-18 14:31:18 -07:00
Beebles
2ae87da37a Add ColorPickerModal component (with issues fixed) to custom-components (#21) 2022-09-18 17:03:00 -04:00
semantic-release-bot
0d248f3987 chore(release): 3.1.3 [CI SKIP] v3.1.3 2022-09-18 19:38:35 +00:00
AAGaming
74aefc7b3c fix(DialogButton): fix ref type 2022-09-18 15:37:46 -04:00
semantic-release-bot
16ec1e3d2e chore(release): 3.1.2 [CI SKIP] v3.1.2 2022-09-18 19:18:58 +00:00
AAGaming
db41e74cf9 fix(DialogButton): fix types, add ref types 2022-09-18 15:17:56 -04:00
semantic-release-bot
6441bde835 chore(release): 3.1.1 [CI SKIP] v3.1.1 2022-09-18 19:02:37 +00:00
AAGaming
29201fadaf fix(Button): add types to DialogButton
also remove useless Button component.
2022-09-18 15:01:44 -04:00
semantic-release-bot
31b81f5edd chore(release): 3.1.0 [CI SKIP] v3.1.0 2022-09-18 18:52:48 +00:00
AAGaming
b05f84658a feat(components): add FocusRing 2022-09-18 14:51:50 -04:00
Lukas Senionis
218e007234 Fix Field and Item types (#23)
* fix(field): correct and extend FieldProps

* fix(item): correct bottomSeparator in ItemProps

* fix(field): correct field commentary

* feat(field): add comment about inlineWrap
2022-09-17 09:57:36 -04:00
TrainDoctor
aa35e8b64a Create LICENSE 2022-09-15 20:44:15 -07:00
semantic-release-bot
cd61f57a6f chore(release): 3.0.0 [CI SKIP] v3.0.0 2022-09-09 20:19:05 +00:00
AAGaming
8eb921e8b7 feat(serverAPI): add FilePicker 2022-09-09 16:18:06 -04:00
AAGaming
26017e7de4 feat(modal): add more props, refactor
BREAKING CHANGE: ModalRoot ->ConfirmModal
add the actual ModalRoot which does not contain buttons
2022-09-09 16:17:44 -04:00
AAGaming
71c7afa1a6 fix(textfield): extend HTMLAttributes 2022-09-09 16:16:15 -04:00
AAGaming
d6a08feca0 fix(button): add style prop 2022-09-09 16:15:51 -04:00
semantic-release-bot
160fbb493f chore(release): 2.0.0 [CI SKIP] v2.0.0 2022-09-04 17:30:36 +00:00
AAGaming
076d9eb5e8 feat(patcher): rewrite to support multiple patches
BREAKING CHANGE: All usage of *Patch functions must now store the result and call .unpatch()
unpatch() has been removed.
2022-09-04 13:29:36 -04:00
semantic-release-bot
f66f5dd794 chore(release): 1.8.3 [CI SKIP] v1.8.3 2022-09-03 04:36:42 +00:00
botato
d01c7b3904 fix(plugin): Export ServerResponse for use in plugin-loader.tsx (#20) 2022-09-02 21:35:59 -07:00
semantic-release-bot
34f6cf403b chore(release): 1.8.2 [CI SKIP] v1.8.2 2022-08-28 11:19:45 +00:00