1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
Commit graph

126 commits

Author SHA1 Message Date
9fe371df81 Merge branch 'main' of https://github.com/Steffo99/bluelib-react 2022-02-07 00:05:38 +01:00
ad0c8698e0 Remove unnecessary testing deps 2022-02-07 00:05:12 +01:00
84458e56b2 Update minor versions 2022-02-07 00:02:37 +01:00
dependabot[bot]
87c49dd259 Bump node-fetch from 2.6.6 to 2.6.7
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 04:27:44 +01:00
ff699183cb Update to 4.3.0 2022-02-03 04:21:13 +01:00
dependabot[bot]
ef2b11472e Bump nanoid from 3.1.30 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.30...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 14:01:29 +01:00
dependabot[bot]
ed5192b733 Bump follow-redirects from 1.14.5 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.5...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-15 16:04:55 +01:00
dependabot[bot]
e986a053c6
Bump shelljs from 0.8.4 to 0.8.5 (#9)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-15 16:00:25 +01:00
5d96baccc6
🐛 Properly display examples (fix #8)
See storybookjs/storybook#12596
2021-12-03 17:31:06 +01:00
1e7d5d1709
⬆ Upgrade dependencies 2021-12-03 17:18:34 +01:00
8c36b7543a
v4.2.0 2021-10-21 20:32:03 +02:00
9f531e734d
🔨 Add release script 2021-10-21 20:12:04 +02:00
c091869fbf
⬆ Update Bluelib 2021-10-21 20:09:42 +02:00
1318dfda0e
🐛 Oops. 2021-10-15 04:57:14 +02:00
fb541fba2b
v4.1.0 2021-10-15 04:57:03 +02:00
37ea06a0e6
Add support for amber, the Gestione Amber theme 2021-10-15 04:53:09 +02:00
9df7d5fad6
⬆ Update bluelib 2021-10-15 04:52:29 +02:00
0325c34842
🧹 Remove unused Content component 2021-10-13 01:57:40 +02:00
8aa5e9af03
v4.0.5 2021-10-12 04:55:22 +02:00
184337a519
🐛 Make FormSelectProps and FormMultiselectProps extend BluelibProps 2021-10-12 04:55:00 +02:00
cff5b237fa
🐛 Add builtinColor to BluelibProps 2021-10-12 04:52:32 +02:00
584a1f95ea
v4.0.4 2021-10-11 18:18:45 +02:00
6db00e905d
🔧 Handle all types of values in Form.Select and Form.Multiselect 2021-10-11 18:18:32 +02:00
0eb8446a1a
v4.0.3 2021-10-11 17:54:04 +02:00
409922afb1
🐛 Allow managed Form.Select and Form.Multiselect to have selected options 2021-10-11 17:53:51 +02:00
e8f06c4018
v4.0.2 2021-10-11 17:43:04 +02:00
93fd8054ed
🐛 Memoize optionComponents 2021-10-11 17:42:50 +02:00
9ae9ef4364
v4.0.1 2021-10-11 17:29:29 +02:00
5dba1dd72f
🐛 Add missing key prop to Select.Option and Multiselect.Option 2021-10-11 17:29:02 +02:00
34e924edc0
v4.0.0 2021-10-10 18:39:27 +02:00
91e5497ddf
🔧 Add option to disable console logging of todos 2021-10-10 18:34:02 +02:00
fdeefa09d3
⬆ Update bluelib 2021-10-10 18:30:53 +02:00
6ede5afd9e
Add builtinColor prop, allowing to choose a builtin color without using bluelibClassNames
`customColor` has priority over it
2021-10-10 18:23:16 +02:00
bc64c160e6
Improve onSimpleChange for FormSelect and FormMultiselect
`Select` and `Multiselect` inputs were left untouched as they might be used differently
2021-10-10 18:09:40 +02:00
2f6a65a498
v3.3.1 2021-09-22 18:46:32 +02:00
6bcf9b0912
🐛 Properly export Details 2021-09-22 18:42:27 +02:00
2e143e0cab
v3.3.0 2021-09-22 18:28:25 +02:00
e91c0ac3fc
Update bluelib and add Details element 2021-09-22 18:28:05 +02:00
dfb88533f1
v3.2.3 2021-09-20 16:49:49 +02:00
fa17489183
🔧 Change anchor "link" conditions 2021-09-20 16:48:10 +02:00
60d5cb87a1
🐛 Possibly fix #5 2021-09-16 18:28:09 +02:00
315e3721f4
v3.2.1 2021-09-14 23:07:19 +02:00
7643b3d858
🐛 Fix module exports 2021-09-14 23:03:49 +02:00
e25cf8f5a7
⬆ Bump version to 3.2.0 2021-09-14 22:59:04 +02:00
2f65134826
BREAKING: Add useValidatedState hook 2021-09-14 22:58:49 +02:00
15a14bc174
⬆ Bump version to 3.1.0 2021-09-14 17:09:58 +02:00
7e7a1c4420
🔧 BREAKING: Change validity from boolean | null to "running" | "ok" | "error" | null 2021-09-14 17:09:08 +02:00
069715b5c2
🔨 Fix storybook start configuration 2021-09-14 17:08:28 +02:00
369de0e4da
⬆ Increase version to 3.0.7 2021-08-31 18:19:53 +02:00
67d7abacd9
🐛 Tentative fix for the onSubmit refresh
Reported by @LBindustries
2021-08-31 17:13:21 +02:00