Skip to content

Commit

Permalink
chore(ver): bump 1.5.11 --> 1.5.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Aug 7, 2024
1 parent b9d2f72 commit a741826
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 4 deletions.
155 changes: 155 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,161 @@ Changelog
=========


v1.5.12 (2024-08-07)
--------------------

Feat
~~~~
- (form): Update resources.

- (form): Add option to disable debug chart API.

- (core): Add new option to handle wildcards.

- (form): Make `static_context` loading dynamically.

- (form): Update `Credits` service.

- (form): Add mode features to Stripe component.

- (form): Apply `dereference` to `uiSchema` like `json-schema`.

- (form): Update Subscription handling and credits.

- (form): Update Stripe Card layout.

- (form): Add Stripe components.

- (form): Add Plasimc support.

- (form): Add `FloatButton` component.

- (form): Add GDPR service.

- (form): Update resources.

- (form): Update translations.

- (form): Add landing components.

- (form): Add router components.

- (form): Add custom settings and use `react-router-dom` for `App`.

- (form): Add Form as component.

- (form): Update resources.

- (form): Update server form.

- (form): Update layout of user anc contact rendering + add
`loginRequired` option.

- (form): Add `autoComplete` to `User` components.

- (form): Change table orderable handler.

- (form): Merge `Loader.css` in `main.css`.

- (form): `ConfigProvider` handles the language changes.

- (form): Make `antd` as default theme.

- (form): Add `postData` method to `Form`.

- (form): Update stripe widget.

- (form): Add `Skeleton` template.

- (form): Add `Tag` and `Timeline` components.

- (form): Update Steps behaviour.

- (form): Add `jsx` extension in `webpack.config.js`.

- (form): Update resources.

- (form): Update `Steps` component.

- (form): Add tooltip and tour components.

- (form): Update resources.

- (form): Update Steps defaults.

- (form): Correct `InputNumber` focused behaviour.

- (form): Add `configProvider` option to layout widget.

- (form): Update server structure.

- (form): Add options for `CheckboxWidget`.

- (form): Add Markdown widget.

- (form): Add new table csv output and input format.

- (form): Update layout rendering.

- (form): Add `Alert`, `Drawer`, `Popconfirm`, `Progress`, `Result`,
`Skeleton`, `Spin`, `Watermark` components.


Fix
~~~
- (form): Correct form test cases.

- (core): Add missing requirements.

- (form): Correct `Admin` `CSRF`.

- (form): Add `setCurrentStep` feature to `Steps` component.

- (form): Hide page content when not logged.

- (form): Remove Landing components.

- (form): Correct Settings rendering.

- (form): Correct page layout.

- (form): Correct Landing formatting.

- (core): Remove unneeded resources.

- (form): Correct `formContext` generation.

- (form): Correct `idPrefix`.

- (form): Correct `PDFField` behaviour.

- (web): Correct flash messages encoding.

- (form): Correct `DraggerFileWidget` error colors.

- (form): Correct `Loader` layout.

- (form): Correct `Stripe` widget.

- (form): Correct `webhooks` CSRF bug.

- (form): Rollback `rjsf` version resources.

- (form): Correct callback dependencies.

- (form): Use debounce for updating values in editing mode.

- (form): Correct `RangeWidget` update timing.

- (form): Correct `ConfigProvider` handling.

- (form): Correct `MentionsWidget` behaviour.

- (form): Correct minus layout of App component.

- (form): Correct bug in rendering parent path.


v1.5.11 (2024-05-08)
--------------------

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ schedula: A smart function scheduler for dynamic flow-based programming
|pypi_ver| |test_status| |cover_status| |docs_status| |downloads|
|month_downloads| |github_issues| |python_ver| |proj_license| |binder|

:release: 1.5.11
:date: 2024-05-08 11:30:00
:release: 1.5.12
:date: 2024-08-07 12:50:00
:repository: https://github.com/vinci1it2000/schedula
:pypi-repo: https://pypi.org/project/schedula/
:docs: https://schedula.readthedocs.io/
Expand Down
4 changes: 2 additions & 2 deletions schedula/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
'__license__', '__copyright__']

#: Authoritative project's PEP 440 version.
__version__ = version = "1.5.11" # Also update README.rst
__version__ = version = "1.5.12" # Also update README.rst

# Please UPDATE TIMESTAMP WHEN BUMPING VERSIONS AND BEFORE RELEASE.
#: Release date.
__updated__ = "2024-05-08 11:30:00"
__updated__ = "2024-08-07 12:50:00"

__title__ = 'schedula'

Expand Down

0 comments on commit a741826

Please sign in to comment.