Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcos committed Nov 5, 2018
1 parent a85e38b commit 1a34512
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
39 changes: 14 additions & 25 deletions CHANGELOG.md
Expand Up @@ -8,46 +8,36 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
Always reference the ticket number at the end of the issue description.


## [unreleased]
## 1.3.3 (2018-11-05)

### Added
- blackened code
- added black check into CI
- Image file input now creates 2 events one on file selecting and another on removing

### Fixed
- field_label: changed 'optional' suffix rendering condition for disabled=False [#310][310]
- Image field: Removing and adding the same image on file inputs now works
- allowed to specify url with obj id for all action buttons [#318][318]

[310]: //github.com/sanoma/django-arctic/issues/310
[318]: //github.com/sanoma/django-arctic/issues/318


## 1.3.3.1

### Changed

- Changed slugify function, allow dashes (matches Django slugify)
- Added a few more characters with accents
- fix bug with iframe view containing params
- add variable in_modal to context
- listview: fix for getting reverse exception for links
to related objects that are None.
- listview: make it compatible to annotate (group by)

### Fixed

## 1.3.3

### Changed
- Changed slugify function
- field_label: changed 'optional' suffix rendering condition for disabled=False [#310][310]
- Image field: Removing and adding the same image on file inputs now works
- allowed to specify url with obj id for all action buttons [#318][318]

### 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
- add variable in_modal to context
- listview: fix for getting reverse exception for links
to related objects that are None.
- listview: make it compatible to annotate (group by)
[310]: //github.com/sanoma/django-arctic/issues/310
[318]: //github.com/sanoma/django-arctic/issues/318


## 1.3.2 (2018-07-24)
Expand All @@ -57,7 +47,6 @@ Always reference the ticket number at the end of the issue description.
- get_actions: formaction dictionary was updated directly as class attribute
- get_actions: update dict in correct order


## 1.3.1 (2018-07-03)

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -3,7 +3,7 @@
import sys
from setuptools import find_packages, setup

__VERSION__ = "1.3.2"
__VERSION__ = "1.3.3"


def read_md(f):
Expand Down

0 comments on commit 1a34512

Please sign in to comment.