Plonetheme.barceloneta

Latest version: v3.2.0

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

Scan your dependencies

Page 13 of 13

1.6.3

- Add language selector widget [bloodbare]

1.6.2

- Change font family of `form.widgets.IRichText.text` textareas to
monospace. This affects the texteditor only in non-Richtext mode and
helps editing e.g. Restructured Text. [thet]
- Change `min-height` of textarea fields from auto to `4em`
(description, etc.), respectively `12em` for IRichText widgets (e.g.
when displayed without a visual editor). [thet]
- Return to being a clean Diazo theme so that we are a safe starting
point for people building their own themes and a good practice
example that works when copying the theme in the TTW theme editor.
[optilude, bloodbare]

1.6.1

- Remind committers to add changelog entries. I'm not your monkey.
[esteele]

1.6.0

- Initial release [esteele]


========================
NPM Release Instructions
========================

.. note::
You need the correct access rights to publish to npm or pypi.


- First create a pypi release using zest.releaser. This tool also creates the correct tag based on the setup.py version.
- After the pypi release edit the release version in package.json.
Or better yet, run something like `npm version 3.2.0-alpha.5`
- Run: `npm publish`


------------
Pre-Releases
------------

Based on https://survivejs.com/maintenance/packaging/publishing/#publishing-a-pre-release-version

- Change version in package.json to corresponding version in setup.py
- You can also use `npm version 3.0.0-beta1` - This will change the version in package.json and create a git tag.
- `npm publish --tag beta` - Publish the package under beta tag.
- Mark beta release as latest with `npm dist-tag add plone/plonetheme-barceloneta-base3.0.0-beta1 latest``

To consume the test version, users have to use `npm install plone/plonetheme-barceloneta-basebeta`.

Page 13 of 13

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.