Ajja

Latest version: v4.0.1

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

Scan your dependencies

Page 1 of 6

4.0.2

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

- Pin npm versions to make dev deployments more stable.

- Fix failing tests.
Two tests did not have any expectations, five had some async problems that
were now fixed, one was not fixed and is skipped for now.

4.0.1

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

- Fix wrong dependency url in `bower.json`.

4.0.0

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

- `gocept.jsform` has a new name: `ajja`

- There are also some API renamings that are incompatible to older versions:

- The base CSS class name for ajja forms is now `ajja` and not `jsform`.
- The jQuery function to initialize a submit button was renamed from
`jsform_submit_button()` to `form_submit_button`.
- If you include `ajja`s sources manually (which is not recommended), make
sure to now include `form.js` instead of `jsform.js`.

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.