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

22 commits

Author SHA1 Message Date
54dcb31c4e
📦 Configure typescript to output declarations 2021-08-28 11:38:59 +02:00
db5e362664
📦 Rename the main file 2021-08-28 06:07:01 +02:00
742d81d583
📦 Change the package name to its scoped equivalent to bypass npm's 24-hour unpublishing limit 2021-08-28 06:05:50 +02:00
31fabe03a1
📦 Increase version to 3.0.3 2021-08-28 06:02:51 +02:00
a132109836
🔨 Configure rollup 2021-08-28 06:02:18 +02:00
0f60790bd2
⬆ Add rollup and its plugins as a dependency 2021-08-28 05:48:52 +02:00
4ba7e87020
🧹 Remove webpack 2021-08-28 05:43:20 +02:00
4c71b53e57
📦 Increase version to 3.0.2 2021-08-28 05:33:10 +02:00
c5cfe0c64a
📦 Increase version to 3.0.1 2021-08-28 05:29:01 +02:00
7c714ad848
🐛 Fix missing style-loader (#3) 2021-08-28 05:28:28 +02:00
115e9010f3
🔨 Use directly webpack instead of create-react-app (#2)
* 💥 Start building webpack config
* 💥 Working config, includes depends
* 💥 Production config, possibly working?
* 💥 Fix a few more things
2021-08-26 04:23:34 +02:00
2f71810d15
📦 Move unnecessary stuff to devDependencies 2021-08-26 02:49:45 +02:00
2c3a875027
🔨 Rename ejectcra:eject 2021-08-25 20:48:58 +02:00
75c7283604
📦 Update package.json 2021-08-25 17:54:09 +02:00
2d439c3b10
🔨 Remove preview website 2021-08-24 23:07:34 +02:00
a992328352
🔧 Theme Storybook for bluelib-react 2021-08-24 13:06:28 +02:00
8b7c57aae6
Implement (properly) inputs and forms (#1)
* 🔧 Use `<label>` in the `ThreeRadios` and `ThreeCheckboxes` stories
* 🔧 Make `onChange` return void, as React does not support implicit preventDefault  
  https://reactjs.org/docs/handling-events.html
* 🚧 Some work on forms
* 💥 A huge non-atomic commit
* 💥 Another huge non-atomic commit
* 💥 The final non-atomic commit
* 💥 Just kidding, have another
* 🚧 A bit more
* 🚧 A bot more
*  Add `onSimpleChange` events
* 🚧 More work on inputs
*  Finish `FormRadioGroup`
*  Finish `FormCheckboxGroup`
*  Finish `Form`
* 💥 idk anymore
*  Add `Button` input
*  Add `FormRow` to forms
* 🔨 Fix storybook preview.js
* 🔧 Prevent button from submitting a form
* 📔 Fix a bit the Form story
* 💥 Tweak forms a bit more
2021-08-24 04:22:15 +02:00
ee0a7cebf9
⬆ Add storybook-deployer to the dependencies 2021-08-19 03:22:26 +02:00
99d2a420c3
Configure storybook and write first stories 2021-08-17 16:05:59 +02:00
516f155ebe
Create the base of the library 2021-08-16 19:10:23 +02:00
9952291e17
Initialize project 2021-08-14 17:02:47 +02:00
ac40ff2a27
Initialize project using Create React App 2021-08-14 15:56:05 +02:00