-
Notifications
You must be signed in to change notification settings - Fork 100
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: renatorib/react-powerplug
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-rc.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: renatorib/react-powerplug
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
13
contributors
Commits on Jul 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1299916 - Browse repository at this point
Copy the full SHA 1299916View commit details
Commits on Jul 24, 2018
-
- upgrade to the latest beta - enabled loose mode for class properties which saved some bytes - removed object-rest-spread plugin which is already include in env - fixed focus manager tests which used external helpers
Configuration menu - View commit details
-
Copy full SHA for 2e30049 - Browse repository at this point
Copy the full SHA 2e30049View commit details
Commits on Jul 30, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b15947f - Browse repository at this point
Copy the full SHA b15947fView commit details
Commits on Aug 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 81f8592 - Browse repository at this point
Copy the full SHA 81f8592View commit details
Commits on Aug 10, 2018
-
Change base component to Value (#149)
`<State />` component has too much own logic which makes `State` based components more complex with additional `set` and `onChangeProp` helpers. In this diff I reimplemented `<Value />` as class and `<State />` and another components as `Value` based. This reduced bundle size with ~0.8kb (parsed) and significantly simplified components implementation.
Configuration menu - View commit details
-
Copy full SHA for 132b5ea - Browse repository at this point
Copy the full SHA 132b5eaView commit details
Commits on Aug 11, 2018
-
Replace <Form /> input with generic field factory (#150)
In this diff I added `<Form />` generic `field` factory as a replacement for `input` factory. The main difference is each value can have now any type, not only strings like before. The second change is more generic `onChange` method which accepts either value, or event like object which has this structure ```js { target: { value: T } } ``` This allows to work with components which emulates their event and produces not string type.
Configuration menu - View commit details
-
Copy full SHA for 4cfb56f - Browse repository at this point
Copy the full SHA 4cfb56fView commit details -
Add flow plugin to eslint to solve vscode issues (#154)
Add flow plugin to eslint to solve vscode issues Ref #152
Configuration menu - View commit details
-
Copy full SHA for 907e2fe - Browse repository at this point
Copy the full SHA 907e2feView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3fa5a4 - Browse repository at this point
Copy the full SHA c3fa5a4View commit details
Commits on Aug 17, 2018
-
Add reset to components (#156)
- added reset to Value - added resetState to State - added reset to Toggle - added reset to Counter - added reset to Map - added reset to Set - added reset to List - added reset to Form - added reset to Input
Configuration menu - View commit details
-
Copy full SHA for e747c26 - Browse repository at this point
Copy the full SHA e747c26View commit details -
Improved map according native api (#157)
Ref [Map#Methods](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map#Methods) - replace `over` with functional `set` for consistency - added `delete` method - added `clear` method - added `has` method
Configuration menu - View commit details
-
Copy full SHA for 1e6f5b0 - Browse repository at this point
Copy the full SHA 1e6f5b0View commit details -
Add setValues to Form component (#158)
`setValues` is useful when one input produces a few values.
Configuration menu - View commit details
-
Copy full SHA for 7cb56d0 - Browse repository at this point
Copy the full SHA 7cb56d0View commit details
Commits on Aug 28, 2018
-
* convert Input to Field * size snapshot * fix Field set * add type generic to Field -- flow * add type generic to Field -- ts
Configuration menu - View commit details
-
Copy full SHA for 0b9d636 - Browse repository at this point
Copy the full SHA 0b9d636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cc6324 - Browse repository at this point
Copy the full SHA 5cc6324View commit details
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for eda3464 - Browse repository at this point
Copy the full SHA eda3464View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c5211f - Browse repository at this point
Copy the full SHA 2c5211fView commit details
Commits on Sep 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for b26a5c6 - Browse repository at this point
Copy the full SHA b26a5c6View commit details
Commits on Sep 27, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d00b3e1 - Browse repository at this point
Copy the full SHA d00b3e1View commit details
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for a79b058 - Browse repository at this point
Copy the full SHA a79b058View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac32f9e - Browse repository at this point
Copy the full SHA ac32f9eView commit details
Commits on Oct 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 508f65a - Browse repository at this point
Copy the full SHA 508f65aView commit details
Commits on Oct 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3bb8551 - Browse repository at this point
Copy the full SHA 3bb8551View commit details
Commits on Oct 15, 2018
-
Fix setting multiple interval error (#176)
* Fix setting multiple interval error * restart interval when calling start
Configuration menu - View commit details
-
Copy full SHA for 18d1365 - Browse repository at this point
Copy the full SHA 18d1365View commit details
Commits on Oct 16, 2018
-
* minimal setup docz * chore: remove and ignore docz build folder * chore: add logo and primary color * fix: update dependencies * add more mdx to docz * add Touch.mdx to docz * add Hover.mdx to docz * add Focus.mdx to docz * add Active.mdx to docz * add FocusManager.mdx to docz * add State.mdx and Interval.mdx to docz * add Form.mdx to docz * add Counter.mdx to docz * add Compose.mdx to docz * add compose.mdx and composeEvents.mdx to docz * add Introduction and Guide to docz * add ordering to menus * deployment scripts * add setOn setOff to Toggle docs * remove FocusManager.mdx * edit readme
Configuration menu - View commit details
-
Copy full SHA for a83c97c - Browse repository at this point
Copy the full SHA a83c97cView commit details
Commits on Nov 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e316165 - Browse repository at this point
Copy the full SHA e316165View commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3fabaa2 - Browse repository at this point
Copy the full SHA 3fabaa2View commit details
Commits on Aug 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for c2608e8 - Browse repository at this point
Copy the full SHA c2608e8View commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8da1bda - Browse repository at this point
Copy the full SHA 8da1bdaView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.