Releases: cerebral/overmind
Releases · cerebral/overmind
release_2019-02-15_0939
Noticable changes
- Angular developers now has a brand new API to consume Overmind in your components, documentation
- Value is now passed as a second argument to actions and operators. The current value is deprecated and you will get help from Overmind moving to the new argument, documentation
- TStateObject is now named IState, documentation
- Testing now introduces a new pattern for instantiating your Overmind instance, which will also be recommended for server side rendering later, documentation
Several bug fixes has been made and a lot of documentation updates. Thanks to everyone who contributed to this!
Updated packages
package | from version | to version |
---|---|---|
overmind | 15.1.2 | 16.0.0 |
overmind-angular | 15.1.2 | 16.0.0 |
overmind-devtools | 16.1.3 | 17.0.0 |
overmind-react | 16.1.3 | 17.0.0 |
overmind-vue | 15.2.0 | 16.0.0 |
proxy-state-tree | 4.1.3 | 4.2.0 |
🚨 Breaking
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | refactor typing to use I prefix
|
505d285 | christianalfoni | ||
overmind | provide action and operator payload as second argument
|
71f9ebe | christianalfoni | ||
overmind-angular | replace angular connect with service
|
f14007c | christianalfoni | ||
overmind-devtools | provide action and operator payload as second argument
|
71f9ebe | christianalfoni | ||
overmind-react | refactor typing to use I prefix
|
505d285 | christianalfoni |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | expose onInitialize on mock to explicitly run | f674079 | christianalfoni | ||
overmind | addFlushListener | 18b4cd3 | christianalfoni | ||
overmind | provider for HOC | dcb0d02 | christianalfoni | ||
overmind | make overmind mock compatible with Provider | f8e190d | christianalfoni | ||
overmind-angular | change how the service is created | c6003c9 | christianalfoni | ||
overmind-angular | allow selecting all state | dd33221 | christianalfoni | ||
overmind-angular | decorator required, state scope transfer | 7d019db | christianalfoni | ||
overmind-angular | use ngmodule and directive instead | 5669b97 | christianalfoni | ||
overmind-react | provider for HOC | dcb0d02 | christianalfoni | ||
overmind-react | make overmind mock compatible with Provider | f8e190d | christianalfoni | ||
proxy-state-tree | allow tracking with unique proxifier | e5717d2 | christianalfoni |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | rename TOnInitialize to IOnInitialize | fa39f17 | christianalfoni | ||
overmind | fix TStateObject types so that resolve works with null or undefined in object | 65140e0 | Gaspard Bucher | ||
overmind | use a temporary action context to make IContext compatible with useOvermind | 0030a36 | Gaspard Bucher | ||
overmind | default to development environment | f637f8a | christianalfoni | ||
overmind | actions should await result | 64dbac3 | christianalfoni | ||
overmind | make sure mocking does not get HMR cached | 42e9ee1 | christianalfoni | ||
overmind | fix returning operator execution in tests | a76f8c8 | christianalfoni | ||
overmind | fix parallel operator in production | 8a841d2 | Tsvetan Ovedenski | ||
overmind | check mutations length before passing flush data | 4828591 | christianalfoni | ||
overmind | handle getters and duplicate derived | 8c337d3 | christianalfoni | ||
overmind-angular | expose angular service on package entry | e770327 | christianalfoni | ||
overmind-angular | fix build | 46ed4db | christianalfoni | ||
overmind-angular | make service injectable | 98674f3 | christianalfoni | ||
overmind-angular | fix typing | 8ea2595 | christianalfoni | ||
overmind-angular | arguments and updating devtools fix | f5158f7 | christianalfoni | ||
overmind-devtools | rename app to Overmind Devtools | 77f9bd9 | christianalfoni | ||
overmind-devtools | handle getters and duplicate derived | 8c337d3 | christianalfoni | ||
overmind-react | use typeof config to type provider createConnect | b3b97bf | christianalfoni | ||
overmind-react | fix typing issue | 340f364 | christianalfoni | ||
overmind-react | fix updating paths of component with hook | a395276 | christianalfoni | ||
overmind-react | use flush id to identify render | 1bc4774 | christianalfoni | ||
overmind-react | fix old HOC usage without Overmind | ad012ef | christianalfoni | ||
... |
release_2019-02-13_1848
release_2019-02-06_2236
Updated packages
package | from version | to version |
---|---|---|
overmind-devtools | 16.1.2 | 16.1.3 |
overmind-react | 16.1.2 | 16.1.3 |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind-devtools | fix updating react hook | 7d7b158 | christianalfoni | ||
overmind-react | fix updating react hook | b689796 | christianalfoni |
😌 Other
type | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
chore (deps) | fix lock file | 43eef9f | christianalfoni | ||
chore (deps) | out of sync | b3a7ede | christianalfoni | ||
chore (deps) | god damn deps syncing | f3ae2d5 | christianalfoni |
release_2019-02-04_1932
Updated packages
package | from version | to version |
---|---|---|
overmind | 15.1.1 | 15.1.2 |
overmind-angular | 15.1.1 | 15.1.2 |
overmind-devtools | 16.1.1 | 16.1.2 |
overmind-react | 16.1.1 | 16.1.2 |
overmind-vue | 15.1.1 | 15.2.0 |
proxy-state-tree | 4.1.2 | 4.1.3 |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind-vue | add plugin factory | d6fa643 | christianalfoni |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | prevent effects from swallowing errors | 9a06b03 | christianalfoni | ||
proxy-state-tree | fix function to avoid breaking types being exported | 0376fa5 | Gaspard Bucher | ||
proxy-state-tree | remove optimization that causes issue with addMutationListener | b2e282b | christianalfoni |
release_2019-02-01_1244
Updated packages
package | from version | to version |
---|---|---|
betsy | 1.0.1 | 1.0.2 |
overmind | 15.1.0 | 15.1.1 |
overmind-angular | 15.1.0 | 15.1.1 |
overmind-devtools | 16.1.0 | 16.1.1 |
overmind-react | 16.1.0 | 16.1.1 |
overmind-themes | 1.0.1 | 1.0.2 |
overmind-vue | 15.1.0 | 15.1.1 |
proxy-state-tree | 4.1.1 | 4.1.2 |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
betsy | fix issue with typescript 3.3 and clean deps | f8a1fdd | christianalfoni | ||
overmind | fix issue with typescript 3.3 and clean deps | f8a1fdd | christianalfoni | ||
overmind-angular | fix issue with typescript 3.3 and clean deps | f8a1fdd | christianalfoni | ||
overmind-devtools | fix issue with typescript 3.3 and clean deps | f8a1fdd | christianalfoni | ||
overmind-react | fix issue with typescript 3.3 and clean deps | f8a1fdd | christianalfoni | ||
overmind-themes | fix issue with typescript 3.3 and clean deps | f8a1fdd | christianalfoni | ||
overmind-vue | fix issue with typescript 3.3 and clean deps | f8a1fdd | christianalfoni | ||
proxy-state-tree | fix issue with typescript 3.3 and clean deps | f8a1fdd | christianalfoni |
release_2019-01-31_2318
Updated packages
package | from version | to version |
---|---|---|
overmind | 15.0.0 | 15.1.0 |
overmind-angular | 15.0.0 | 15.1.0 |
overmind-devtools | 16.0.0 | 16.1.0 |
overmind-react | 16.0.0 | 16.1.0 |
overmind-vue | 15.0.0 | 15.1.0 |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | colocate host and name resolution; use options.name as name if provided | 8560dea | FWeinb | ||
overmind-angular | add custom connect | ab176a1 | christianalfoni | ||
overmind-vue | add custom connect | f31c615 | christianalfoni |
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | fix react native support | f8d3689 | christianalfoni | ||
overmind | weird JS interpretation on ternary expression | 03bde03 | christianalfoni |
release_2019-01-30_1734
release_2019-01-28_2030
Updated packages
package | from version | to version |
---|---|---|
overmind | 14.0.0 | 15.0.0 |
overmind-angular | 14.0.0 | 15.0.0 |
overmind-devtools | 15.0.0 | 16.0.0 |
overmind-react | 15.0.0 | 16.0.0 |
overmind-vue | 14.0.0 | 15.0.0 |
🚨 Breaking
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | remove fromOperator as it causes typing issues
|
0370e12 | christianalfoni | ||
overmind-devtools | remove fromOperator as it causes typing issues
|
0370e12 | christianalfoni |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|
release_2019-01-27_1907
Updated packages
package | from version | to version |
---|---|---|
overmind | 13.0.0 | 14.0.0 |
overmind-angular | 13.0.0 | 14.0.0 |
overmind-devtools | 14.1.0 | 15.0.0 |
overmind-react | 14.0.0 | 15.0.0 |
overmind-vue | 13.0.0 | 14.0.0 |
proxy-state-tree | 4.1.0 | 4.1.1 |
🚨 Breaking
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | rename createMock to createOvermindMock
|
b184505 | christianalfoni | ||
overmind | use fromOperator function to make operators an action
|
6f26265 | christianalfoni | ||
overmind-devtools | use fromOperator function to make operators an action
|
6f26265 | christianalfoni |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|
🐛 Bug fixes
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind | only remove array proxies when actually doing an array mutation | db94d5d | christianalfoni | ||
overmind-devtools | fix issue with nested values not expanding | 84fe6c6 | christianalfoni | ||
proxy-state-tree | only remove array proxies when actually doing an array mutation | db94d5d | christianalfoni |
release_2019-01-23_2121
Updated packages
package | from version | to version |
---|---|---|
overmind-devtools | 14.0.0 | 14.1.0 |
🔥 Feature change
package | summary | commit | issues | author | gravatar |
---|---|---|---|---|---|
overmind-devtools | add error indication to actions list | c8628c8 | christianalfoni |