Changelog
### 3.0.2
```
- Add organization search [593](https://github.com/etalab/udata-gouvfr/pull/593)
- Fix reuses filters issue [592](https://github.com/etalab/udata-gouvfr/pull/592)
- Remove suggest on mobile [590](https://github.com/etalab/udata-gouvfr/pull/590)
- Added homepage "venti" button for the new inventory [591](https://github.com/etalab/udata-gouvfr/pull/591)
```
### 3.0.1
```
- Fix datasets search pagination reset [588](https://github.com/etalab/udata-gouvfr/pull/588)
- Replace link to /search route by /datasets [587](https://github.com/etalab/udata-gouvfr/pull/587)
- Removed useless templates, views and tests after v3 [557](https://github.com/etalab/udata-gouvfr/pull/557)
- Fix datasets search pagination [585](https://github.com/etalab/udata-gouvfr/pull/585)
```
### 3.0.0
```
- :warning: **breaking change**: most of the theme/templates logic has been moved from https://github.com/opendatateam/udata to this repo. `udata` no longer contains a default theme. In the 3.x series, we hope it will be usable as a "headless" open data platform, but for now you probably need to plug your own theme or use udata-gouvfr. [More info about this change here](https://github.com/opendatateam/udata/blob/master/docs/roadmap/udata-3.md#the-road-to-udata3). [492](https://github.com/etalab/udata-gouvfr/pull/492)
```
### 2.6.2
```
- New translations [535](https://github.com/etalab/udata-gouvfr/pull/535)
```
### 2.6.1
```
- Add new translations [518](https://github.com/etalab/udata-gouvfr/pull/518)
```
### 2.6.0
```
- [maaf] fix encoding issue [531](https://github.com/etalab/udata-gouvfr/pull/531)
- Add link to support page [532](https://github.com/etalab/udata-gouvfr/pull/532)
- UX enhancement [525](https://github.com/etalab/udata-gouvfr/pull/525):
- Removed hero's background image.
- Removed home page's carrousel.
- Changed homepage's layout. Datasets are now on top followed by reuses.
- Renamed "Profile" to "Public profile"
```
### 2.5.5
```
- Thanks for all the fish [529](https://github.com/etalab/udata-gouvfr/pull/529)
```
### 2.5.4
```
- 🦀
```
### 2.5.3
```
- Add venv activation in CircleCI's publish step [526](https://github.com/etalab/udata-gouvfr/pull/526)
```
### 2.5.2
```
- Keep tracking to strictly necessary [517](https://github.com/etalab/udata-gouvfr/pull/517)
- Changed the title of the elections inventory page [520](https://github.com/etalab/udata-gouvfr/pull/520)
```
### 2.5.1
```
- New Crowdin translations [511](https://github.com/etalab/udata-gouvfr/pull/511)
```
### 2.5.0
```
- Add Inventory cards on homepage [514](https://github.com/etalab/udata-gouvfr/pull/514)
- Add documentation's dropdown menu with links to technical documentation and open data guides [516](https://github.com/etalab/udata-gouvfr/pull/516)
```
### 2.3.0
```
- Read Only Mode modifications on theme [509](https://github.com/etalab/udata-gouvfr/pull/509):
- Will display a warning banner on the frontend view.
- Hides the contribute's home's modal.
- Hides the Reuse's creation card and community resource's creation card on dataset view.
- Newsletter's subscription banner [512](https://github.com/etalab/udata-gouvfr/pull/512):
- Override alert section in posts list template to display newsletter's subscription banner.
- Add settings `POST_BANNER_ACTIVATED` to toggle banner's activation.
- Add settings `POST_BANNER_LINK` and `POST_BANNER_MESSAGE` to configure subscription's link and message.
```
Links
- PyPI: https://pypi.org/project/udata-gouvfr
- Changelog: https://pyup.io/changelogs/udata-gouvfr/
- Repo: https://github.com/etalab/udata-gouvfr
This PR updates udata-gouvfr from 2.2.3 to 3.0.3.
Changelog
### 3.0.2 ``` - Add organization search [593](https://github.com/etalab/udata-gouvfr/pull/593) - Fix reuses filters issue [592](https://github.com/etalab/udata-gouvfr/pull/592) - Remove suggest on mobile [590](https://github.com/etalab/udata-gouvfr/pull/590) - Added homepage "venti" button for the new inventory [591](https://github.com/etalab/udata-gouvfr/pull/591) ``` ### 3.0.1 ``` - Fix datasets search pagination reset [588](https://github.com/etalab/udata-gouvfr/pull/588) - Replace link to /search route by /datasets [587](https://github.com/etalab/udata-gouvfr/pull/587) - Removed useless templates, views and tests after v3 [557](https://github.com/etalab/udata-gouvfr/pull/557) - Fix datasets search pagination [585](https://github.com/etalab/udata-gouvfr/pull/585) ``` ### 3.0.0 ``` - :warning: **breaking change**: most of the theme/templates logic has been moved from https://github.com/opendatateam/udata to this repo. `udata` no longer contains a default theme. In the 3.x series, we hope it will be usable as a "headless" open data platform, but for now you probably need to plug your own theme or use udata-gouvfr. [More info about this change here](https://github.com/opendatateam/udata/blob/master/docs/roadmap/udata-3.md#the-road-to-udata3). [492](https://github.com/etalab/udata-gouvfr/pull/492) ``` ### 2.6.2 ``` - New translations [535](https://github.com/etalab/udata-gouvfr/pull/535) ``` ### 2.6.1 ``` - Add new translations [518](https://github.com/etalab/udata-gouvfr/pull/518) ``` ### 2.6.0 ``` - [maaf] fix encoding issue [531](https://github.com/etalab/udata-gouvfr/pull/531) - Add link to support page [532](https://github.com/etalab/udata-gouvfr/pull/532) - UX enhancement [525](https://github.com/etalab/udata-gouvfr/pull/525): - Removed hero's background image. - Removed home page's carrousel. - Changed homepage's layout. Datasets are now on top followed by reuses. - Renamed "Profile" to "Public profile" ``` ### 2.5.5 ``` - Thanks for all the fish [529](https://github.com/etalab/udata-gouvfr/pull/529) ``` ### 2.5.4 ``` - 🦀 ``` ### 2.5.3 ``` - Add venv activation in CircleCI's publish step [526](https://github.com/etalab/udata-gouvfr/pull/526) ``` ### 2.5.2 ``` - Keep tracking to strictly necessary [517](https://github.com/etalab/udata-gouvfr/pull/517) - Changed the title of the elections inventory page [520](https://github.com/etalab/udata-gouvfr/pull/520) ``` ### 2.5.1 ``` - New Crowdin translations [511](https://github.com/etalab/udata-gouvfr/pull/511) ``` ### 2.5.0 ``` - Add Inventory cards on homepage [514](https://github.com/etalab/udata-gouvfr/pull/514) - Add documentation's dropdown menu with links to technical documentation and open data guides [516](https://github.com/etalab/udata-gouvfr/pull/516) ``` ### 2.3.0 ``` - Read Only Mode modifications on theme [509](https://github.com/etalab/udata-gouvfr/pull/509): - Will display a warning banner on the frontend view. - Hides the contribute's home's modal. - Hides the Reuse's creation card and community resource's creation card on dataset view. - Newsletter's subscription banner [512](https://github.com/etalab/udata-gouvfr/pull/512): - Override alert section in posts list template to display newsletter's subscription banner. - Add settings `POST_BANNER_ACTIVATED` to toggle banner's activation. - Add settings `POST_BANNER_LINK` and `POST_BANNER_MESSAGE` to configure subscription's link and message. ```Links
- PyPI: https://pypi.org/project/udata-gouvfr - Changelog: https://pyup.io/changelogs/udata-gouvfr/ - Repo: https://github.com/etalab/udata-gouvfr