Skip to content

Releases: coopcycle/coopcycle-frontend-js

3.0.0-beta.2

11 Dec 16:33
Compare
Choose a tag to compare
3.0.0-beta.2 Pre-release
Pre-release

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

06 Nov 16:32
Compare
Choose a tag to compare
2.0.0-beta.2 Pre-release
Pre-release

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

05 Nov 16:32
Compare
Choose a tag to compare
2.0.0-beta.1 Pre-release
Pre-release

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

20 Oct 15:08
Compare
Choose a tag to compare
1.1.0-beta.1 Pre-release
Pre-release

add CREATE_TASK_LIST_* reducers

1.1.0-beta

20 Oct 15:03
Compare
Choose a tag to compare
1.1.0-beta Pre-release
Pre-release

add CREATE_TASK_LIST_* reducers

3.0.0-beta.1

11 Dec 16:12
Compare
Choose a tag to compare
3.0.0-beta.1 Pre-release
Pre-release

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

25 Sep 13:23
Compare
Choose a tag to compare
add missing index files

1.0.3

24 Sep 16:28
Compare
Choose a tag to compare

Added selectors in the dispatch module

1.0.2

10 Sep 15:24
Compare
Choose a tag to compare
v1.0.2

bump version

1.0.1

02 Sep 13:14
Compare
Choose a tag to compare
v1.0.1

add selectTasksWithColor (generates color for the linked tasks)