Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Esteves committed Aug 24, 2018
1 parent 777ada8 commit 7ad131c
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,21 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

Always reference the ticket number at the end of the issue description.

## 1.3.3

### Changed
- Changed slugify function

### Breaking
- Previous slugify ignored characters with accents (é á etc...)
This can affect existing slug depending on how the project is setup


## 1.3.3

- fix bug with iframe view containing params
Expand Down Expand Up @@ -64,7 +74,7 @@ Always reference the ticket number at the end of the issue description.
- added collapsible and collapsible_gettext helper functions to help define
form layouts.
- added confirmation dialog support in Form actions [#294][294]
- added modal iFrame support in Lists (`tool_links`, `field_links`,
- added modal iFrame support in Lists (`tool_links`, `field_links`,
`action_links`) and Forms (`actions`) [#243][243]
- extended tutorial documentation of Forms.

Expand All @@ -91,7 +101,7 @@ Always reference the ticket number at the end of the issue description.
## Removed

- QuickFiltersFormMixin this is no longer needed, the same functionality can be
added by using a `ChoiceField` with a `QuickFiltersSelect` or a
added by using a `ChoiceField` with a `QuickFiltersSelect` or a
`QuickFiltersSelectMultiple` widget.


Expand Down Expand Up @@ -194,7 +204,7 @@ Always reference the ticket number at the end of the issue description.

## Added

- `DataListView`, a `ListView` that uses APIs as source of data - [#172][172]
- `DataListView`, a `ListView` that uses APIs as source of data - [#172][172]
- Float Labels option for form displays - [#221][221]

## Changed
Expand Down Expand Up @@ -255,12 +265,12 @@ Always reference the ticket number at the end of the issue description.

### Changed

- Simplified the frontend tooling, removing Bower and foundation-cli, setup is
- Simplified the frontend tooling, removing Bower and foundation-cli, setup is
now based on npm and gulp - [#161][161]

### Fixed

- In the listview, don't generate NoReverseMatch exception if any value of
- In the listview, don't generate NoReverseMatch exception if any value of
the arguments is None.

[161]: //github.com/sanoma/django-arctic/issues/161
Expand All @@ -270,7 +280,7 @@ Always reference the ticket number at the end of the issue description.

### Changed

- `FormView`, `CreateView` and `UpdateView` added a `layout` property to
- `FormView`, `CreateView` and `UpdateView` added a `layout` property to
easily customize positioning and width of form fields - [#75][75]
- Added support for virtual fields in `ListView` - [#73][73]
- Improved the date/time picker in Date/Time fields - [#78][78]
Expand Down

0 comments on commit 7ad131c

Please sign in to comment.