Releases: ietf-tools/www
Releases · ietf-tools/www
v1.6.1
v1.6.0
Website: https://www.ietf.org/
What's Changed
- fix: remove margin, width and add max width by @Juliet-Brown in #196
- fix: make img caption smaller by @Juliet-Brown in #197
- feat: improve photo captions by @Juliet-Brown in #232
- chore(deps): bump jquery-ui from 1.13.1 to 1.13.2 by @dependabot in #233
- chore(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in #235
- feat: Upgrade Wagtail to 3.0.1 by @sephyhe in #237
New Contributors
- @Juliet-Brown made their first contribution in #196
- @sephyhe made their first contribution in #237
Full Changelog: v1.5.2...v1.6.0
v1.5.2
Website: https://www.ietf.org/
What's Changed
- Add a missing menu item migration by @kesara in #184
- test: Check for missing migrations by @kesara in #185
- test: Add dry run option to missing migration check by @kesara in #187
- build: Update to Python 3.10 (#188) by @kesara in #189
Full Changelog: v1.5.1...v1.5.2
v1.5.1 Release
Website: https://www.ietf.org/
What's Changed
- ci: Add the latest tag to the docker build/push (#169) by @kesara in #170
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #177
- Package updates by @kesara in #180
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.5.0 Release
Website: https://www.ietf.org
What's Changed
- feat: add donation button.
- feat: migrate theme to
@ietf-tools/common-bootstrap-theme
. - fix: Typo in 404 template.
Full Changelog: v1.4.4...v1.5.0
v1.4.4
v1.4.4 Release
Website: https://www.ietf.org
- Automate docker image publishing.
NOTE: There are no published releases between v1.4.0 and v1.4.4.
v1.4.0
v1.3.0
v1.3.0 Release
Website: https://www.ietf.org
- Improvements to development environments and installation instructions. (#119)
- Enabled additional editing tools. (#92)
- Added markdown support. (#123)
- Updated to Bootstrap 5. (#100)
- Bugfix on the ordering of "next" and "previous" blog pages. (#33)
- Made headings H1, H2, H3, H4 are more distinct. (#94)
- Bugfixes on social network share links. (#136)
- Added customizable secondary menu. (#96)
- Improvements to blog posts. (#11)
- Updated glossary page. (#37)
- Improvements to 500 error page (#2)
- Enabled Django test suite on CI/CD pipeline.
- Various JavaScript and Python dependency upgrades.
Updates to JavaScript libraries and other enhancements and bug fixes
This release updates JavaScript libraries and includes other enhancements and bug fixes.
- Fix bug in PostgreSQL docker restore script.
- Update node docker image to current-alpine.
- Update JavaScript libraries.
- Bump up Python dependencies.
- Increase event introduction field size to 511. (#90)
- Remove the link to RFC 7231 from the header. (#99)
- Remove the link to RFC 1738 from URL in text.
- Add line "Did you know that the IETF is where the 404 error code and URL are defined?" with a links to RFC 7231 and RFC 1738 respectively. (#99)
- Remove URL reference from 404 'Did you know' text.
- Set
FILE_UPLOAD_PERMISSIONS
to0o664
on django site settings. (#111)
Updates to wagtail and dependencies
This release updates the version of wagtail used, and brings dependencies forward.