Gocept.jsform

Latest version: v3.0.3

Safety actively analyzes 621329 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

3.0.4

==================

- Fix loading order of JS libraries.

- Add missing `template.js`.

3.0.3

==================

- Fix missing resource entry point for additional JavaScript files introduced
in 3.0.0.

3.0.2

==================

- Make installable on `setuptools >= 30`.

3.0.1

==================

- Introduce new API for template handling.

- `get_template(id)` returns the compiled version of the template.
- `register_template(id, template, description)`

- allows you to register a template under the given id
- can handle precompiled templates, plain html or an id selector to a dom
node containing html
- `list_templates()` returns a list of templates with id and description

- Massively improved documentation.

- Start measuring code coverage.

3.0.0

==================

- Serve handlebars templates precompiled in src/templates.js to complete bower
integration. (23)

Rename template source files. They are now accessible via
`gocept.jsform.templates` variable in the application. This is an backwards
incompatible change.

- Update version pinnings.

Depending on concrete pinnings for jquery(-ui) is not necessary as
gocept.jsform supports jquery 1.x and 2.x. Also add explicit version pinnings
for knockout and knockout-mapping as updating there by accident may break
gocept.jsforms model behaviour.

2.8.0

==================

- Add group widget and table widget which use list widget to render items in
groups / as table. (38)

- Add new template to render numbers. (15)

- Throw an error during __init__ if selector for form node did not match. (32)

- Throw error when ListWidget.add_item receives malformed AJAX response. (33)

- Add `form-control` CSS class to textarea template.

Page 1 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.