Releases: coopcycle/coopcycle-frontend-js
Releases · coopcycle/coopcycle-frontend-js
3.0.0-beta.2
refactoring to start using a new redux store structure in the logistics (aka dispatch) part:
{
logistics: {
simpleDomainData1: {....},
simpleDomainData2: {....},
entities : {
entityType1 : {....},
entityType2 : {....}
},
ui : {
uiSection1 : {....},
uiSection2 : {....}
}
...
},
2.0.0-beta.2
refactoring to start using a new redux store structure in the lastmile (aka dispatch) part:
{
lastmile: {
simpleDomainData1: {....},
simpleDomainData2: {....},
entities : {
entityType1 : {....},
entityType2 : {....}
},
ui : {
uiSection1 : {....},
uiSection2 : {....}
}
...
},
2.0.0-beta.1
refactoring to start using a new redux store structure in the lastmile (aka dispatch) part:
{
lastmile: {
simpleDomainData1: {....},
simpleDomainData2: {....},
entities : {
entityType1 : {....},
entityType2 : {....}
},
ui : {
uiSection1 : {....},
uiSection2 : {....}
}
...
},
1.1.0-beta.1
add CREATE_TASK_LIST_* reducers
1.1.0-beta
add CREATE_TASK_LIST_* reducers
3.0.0-beta.1
refactoring to start using a new redux store structure in the logistics (aka dispatch) part:
{
logistics: {
simpleDomainData1: {....},
simpleDomainData2: {....},
entities : {
entityType1 : {....},
entityType2 : {....}
},
ui : {
uiSection1 : {....},
uiSection2 : {....}
}
...
},
1.0.4
1.0.3
Added selectors in the dispatch module
1.0.2
v1.0.2 bump version
1.0.1
v1.0.1 add selectTasksWithColor (generates color for the linked tasks)