Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

plone.staticresources

This add-on contains Fonts, Icons and JavaScript used by Plone Classic-UI.

Version Information

Each release line of this package delivers one Mockup release line to one Plone version:

  • Version 3.1.x -> Plone 6.3 (Mockup 5.7.x)

  • Version 3.0.x -> Plone 6.2 (Mockup 5.6.x)

  • Version 2.3.x -> Plone 6.1 (Mockup 5.4.x)

  • Version 2.1.x -> Plone 6.0 (Mockup 5.1.x)

  • Version 1.x -> Plone 5.2

Note on Version 2.x:

Since version 2.2.x TinyMCE got updated to version 6. Version 2.2.x is also compatible with Plone>=6.0.7.

Note on Version 3.x:

Version 3.0.0 switched to a PEP 420 native namespace package and requires Plone>=6.2 and Python 3.10 or later.

How to upgrade the resources in this package

Run:

make update-mockup
make update-bootstrap-icons
make update-country-flags

This downloads and installs the latest versions of these packages. The commits and changelog entries are automatically made.

See the Makefile for more information.

Then submit a Pull Request and run the tests on Jenkins.

License

The project is licensed under the GPLv2.

Changelog

3.1.0a3 (2026-09-17)

New features:

  • Change the update method to download bundles.

    Change the method to update Mockup, Bootstrap Icons and Country Flags to download bundles.

    The new installation method does not use webpack build but downloads releases from GitHub. This is much faster and more reproductible - updating the build dependencies and the build step itself is now obsolete.

    The Makefile targets are inspired from plone.patternslib.

  • Update Mockup to 5.7.0-alpha.3.

Internal:

  • Update GitHub action dependencies. @thet

Documentation:

  • Update the version information in the README. @petschki

3.1.0a2 (2026-08-18)

Bug fixes:

  • Add missing icons to the registry. Also provide a upgrade utility to add any missing icons in the future. @thet

  • Remove unused requirements.txt file.

  • Update scripts: Improve update-icons target.

    Use a virtual environment and install lxml for the update-icons target to make it work without manually installing dependencies.

  • Update scripts: Use pathlib to construct filesystem paths.

Internal:

  • Raise metadata.xml version to 300 to separate that from the 3.0.x branch. @thet

3.1.0a1 (2026-06-09)

New features:

  • Add Svelte 5 folder-contents pattern pat-filemanager

    A plone.restapi-only rewrite of pat-structure’s folder contents, built on Svelte 5 runes. Table and photo-grid views; selection, clipboard (cut/copy/paste), delete with link-integrity check, drag-and-drop reordering and drag-into-folder; multi-upload via @tus-upload — including dropping a whole folder to recreate its tree behind a preview/approval step; in-app folder browsing with breadcrumbs and live header sync; column configuration, free-text and advanced querystring filtering; batch actions (workflow, tags, properties, rename); cookie persistence, i18n and accessibility. No Backbone, underscore, DataTables or custom Plone views.

3.0.1 (2026-06-08)

Bug fixes:

Internal:

  • Upgrade to pnpm v11

3.0.0 (2026-05-18)

New features:

  • Final 3.0 release overview:

    mockup was updated from 5.4.x to 5.6.x. See https://github.com/plone/mockup/releases/tag/5.6.4.

    This is a substantial Classic UI modernization release with focused follow-up stabilization:

    • TinyMCE was upgraded to version 8, including support for reading license_key from the Plone control panel.

    • pat-contentbrowser was modernized internally (Svelte 5 migration), with follow-up fixes for batching, level filtering, selected items behavior, and upload interactions.

    • pat-structure and related table handling were aligned with newer DataTables behavior, including fixes for initial sorting, column width handling, and ordering logic.

    • Navigation and toolbar behavior were improved, including enhanced pat-navigationmarker capabilities and better toolbar scrolling behavior for constrained viewport heights.

    • Accessibility and keyboard handling were improved in modal and recurrence interactions, including better focus trapping and semantically correct button-based controls.

    • Several legacy jQuery-dependent paths were removed or reduced in favor of modernized pattern implementations.

    After the larger feature jump in 5.6.0, the 5.6.1-5.6.4 updates primarily deliver bug fixes, UX polishing, and dependency maintenance for production readiness in Plone 6.2.

    @petschki, @thet

Internal:

  • Compile resources. @petschki

3.0.0rc1 (2026-05-05)

Bug fixes:

  • Fix vertical scrolling in pat-toolbar. @petschki (#3908)

3.0.0a6 (2026-04-30)

Bug fixes:

3.0.0a5 (2026-03-25)

New features:

Bug fixes:

  • Fix pat-contentbrowser for more intuitive select button styling. @petschki (#1567)

  • Fix pat-structure for datatables v2 changes. @petschki

3.0.0a4 (2026-03-24)

New features:

Internal:

  • Update configuration files. [plone devs]

3.0.0a3 (2026-01-10)

Bug fixes:

3.0.0a2 (2025-12-22)

New features:

3.0.0a1 (2025-11-29)

Breaking changes:

  • Replace pkg_resources namespace with PEP 420 native namespace. Support only Plone 6.2 and Python 3.10+. (#3928)

2.3.4 (2025-10-20)

Bug fixes:

2.3.3 (2025-10-02)

Bug fixes:

2.3.2 (2025-07-28)

Bug fixes:

2.3.1 (2025-06-24)

Bug fixes:

2.3.0 (2025-06-20)

New features:

  • Update mockup=5.4.0. See https://github.com/plone/mockup/releases/tag/5.4.0

    NOTE: This updates the selection button and popover.

    The selection button shows now the number of selected and maximum number of items within the current folder. The corresponding popover offers the option to select all items, all visible items on the page and to cancel the selection. The previous popover to manage the selected items is gone. There are also some minor fixes, e.g. one to prevent degrading the breadcrumb to show only ids, but rather keep the titles. The upper-left checkbox in the table for selecting all the items has now a tooltip.

    @pgrunewald, @petschki

2.2.7 (2025-06-17)

Bug fixes:

2.2.6 (2025-05-17)

Bug fixes:

  • Update mockup=5.3.5. See https://github.com/plone/mockup/releases/tag/5.3.5

    NOTE: if you upgrade this package alone in an existing Plone installation make sure you run the upgradestep 216 manually in portal_setup/upgrades to get the new bootstrap-icons=1.13.1

    @petschki

2.2.5 (2025-03-18)

Bug fixes:

2.2.4 (2025-03-05)

Bug fixes:

2.2.3 (2025-02-21)

Bug fixes:

2.2.2 (2025-02-20)

Bug fixes:

2.2.1 (2025-02-17)

Bug fixes:

2.2.0 (2025-02-07)

Bug fixes:

2.2.0b5 (2025-01-28)

Bug fixes:

2.2.0b4 (2025-01-27)

Bug fixes:

  • Fix TinyMCE Link/Image modal in inline mode. (mockup==5.2.0-beta.3) [petschki] (#364)

  • Update mockup=5.2.0-beta.4: (See https://github.com/plone/mockup/releases/tag/5.2.0-beta.4)

    TinyMCE - 7.6.1

    pat-contentbrowser - Fix horizontal column scrolling when deeply nested folders.

    [petschki] (#367)

  • Fix DeprecationWarnings. [maurits] (#4090)

2.2.0b3 (2024-12-18)

Bug fixes:

2.2.0b2 (2024-11-11)

Bug fixes:

2.2.0b1 (2024-10-31)

Bug fixes:

2.2.0a11 (2024-10-24)

New features:

Bug fixes:

2.2.0a10 (2024-08-26)

Bug fixes:

2.2.0a9 (2024-08-20)

Bug fixes:

2.2.0a8 (2024-07-16)

Bug fixes:

2.2.0a7 (2024-04-26)

New features:

Bug fixes:

2.2.0a6 (2024-02-28)

Bug fixes:

  • Fix datatables.net version resolution. [petschki] (#325)

2.2.0a5 (2024-02-27)

Bug fixes:

  • Update mockup=5.2.0-alpha.4 [petschki] (#323)

2.2.0a4 (2024-01-22)

Bug fixes:

  • Update Bootstrap Icons -> 1.11.3. Upgrade dependencies. [petschki] (#317)

2.2.0a3 (2023-12-12)

Bug fixes:

  • Upgrade dependencies and maintenance. [petschki] (#315)

2.2.0a2 (2023-10-31)

Bug fixes:

2.2.0a1 (2023-10-24)

New features:

  • Update TinyMCE to version 6. [petschki] (#307)

2.1.7 (2023-09-19)

Bug fixes:

  • Update Bootstrap to 5.3.2, bootstrap-icons to 1.11.1 and Mockup to 5.1.5. [petschki] (#303)

2.1.6 (2023-08-10)

Bug fixes:

2.1.5 (2023-07-30)

Bug fixes:

  • Upgrade various dependencies. [petschki] (#300)

2.1.4 (2023-07-26)

Bug fixes:

  • Update mockup=5.1.2 [petschki] (#299)

Internal:

  • Update configuration files. [plone devs] (cfffba8c)

2.1.3 (2023-06-05)

New features:

  • Bootstrap 5.3 final release. [petschki] (#292)

2.1.2.1 (2023-05-17)

Bug fixes:

  • Upgrade to Mockup 5.1.0-alpha.3 and @patternslib/dev 3.3.1. [thet] (283-0)

  • Use fixed versions instead of version ranges in package.json.

    Since plone.staticresources should contain deterministically reproducible builds use fixed versions and not version ranges in package.json. For example use “@plone/mockup”: “5.0.11” instead of “@plone/mockup”: “^5.0.11”. (283-1)

  • Update bundles interfaces (from CMFPlone to plone.base) [gforcada] (#286)

  • Update Mockup 5.1.0-alpha.4 [petschki] (#291)

  • subpatch release with towncrier enabled - the fixes mentioned here are all released since 2.1.2 [petschki]

2.1.1 (2023-04-18)

New features:

  • Upgrade to mockup 5.1.0-alpha.2 and Bootstrap Icons 1.10.4 (no resource changed) [petschki] (#277)

Bug fixes:

  • Remove deprecated argument ez_setup in setup.py. [gforcada] (#1)

Internal:

  • Update configuration files. [plone devs] (7032e1d4)

2.1.0 (2023-03-05)

New features:

    • Upgrade to Mockup 5.1.0-alpha.0 with Bootstrap 5.3 and dark mode support. [toalba, thet] (#1282)

2.0.6 (2023-02-22)

New features:

  • Upgrade Mockup to 5.0.5. [thet, petschki] (#267)

2.0.5 (2023-02-10)

Bug fixes:

  • Update mockup to 5.0.1 [petschki, thet] (#262)

2.0.4 (2023-01-13)

Bug fixes:

  • Updrade mockup to 5.0.0-beta.11 [petschki] (#262)

2.0.3 (2022-12-12)

Bug fixes:

  • Upgrade Mockup to 5.0.0-beta.7. [thet, petschki] (#259)

2.0.2 (2022-12-02)

Bug fixes:

  • Upgrade mockup -> 5.0.0-beta.3 (Bootstrap -> 5.2.3). [petschki] (#256)

  • Update mockup -> 5.0.0-beta.4 [petschki] (#257)

2.0.1 (2022-11-18)

Bug fixes:

  • Fix missing upgrade step. [petschki] (#0)

2.0.0 (2022-11-18)

Bug fixes:

  • Update mockup -> 5.0.0-alpha.27, Bootstrap Icons -> 1.10.0 [petschki] (#254)

  • Update mockup -> 5.0.0-beta.2 [petschki] (#255)

2.0.0b9 (2022-11-14)

New features:

  • Upgrade Mockup to 5.0.0-alpha.26. [thet] (#251)

2.0.0b8 (2022-10-04)

New features:

  • Use successor repository of svg-country-flags [petschki] (#248)

  • Upgrade to Bootstrap 5.2.2. [petschki] (#250)

2.0.0b7 (2022-10-03)

New features:

  • Update Bootstrap 5.2.1 [petschki] (#246)

  • Upgrade to Mockup 5.0.0-alpha.23. [thet] (#249)

2.0.0b6 (2022-09-09)

Bug fixes:

  • Update mockup = 5.0.0-alpha.19 [petschki] (#239)

  • Update mockup = 5.0.0-alpha.20: Minor TinyMCE styling fixes [MrTango, petschki] (#242)

  • Update mockup = 5.0.0-alpha.21 [petschki, thet] (#243)

2.0.0b5 (2022-07-22)

New features:

  • Update Bootstrap -> 5.2.0 and Bootstrap Icons -> 1.9.1 [petschki] (#236)

2.0.0b4 (2022-07-20)

New features:

  • Mockup update: register jquery and bootstrap globally. [petschki] (#231)

  • Upgrade to @plone/mockup 5.0.0-alpha.17. (#232)

Bug fixes:

  • Fix exclude_from_nav in pat-structure for items without metadata information. [petschki] (#230)

  • Fix tinymce link/image modals. [petschki] (#233)

  • Mockup update: pat-relateditems customizable templates. [petschki] (#234)

2.0.0b3 (2022-06-27)

Bug fixes:

  • Previous release is not installable, for unknown reasons. Rerelease, now also as wheel. Maybe this helps. [maurits] (#200)

2.0.0b2 (2022-06-27)

Bug fixes:

  • Add Upgrade Stept for image full screen support [1letter] (#229)

2.0.0b1 (2022-06-24)

New features:

  • Integrate bootstrap and jquery bundles with module federation. They now live in the bundle-plone directory. [thet] (222-1)

  • Makefile: Separate update-icons from build target. [thet] (222-2)

  • Update iconmap.json. [thet] (222-3)

  • Update README.rst [petschki] (#213)

  • Update toolbar toggler. [agitator] (#220)

  • Update to latest Mockup with module federation. [thet] (#222)

  • Add image full screen support thru full screen API [MrTango] (#226)

Bug fixes:

  • structure pattern fixes:

    • row actions cut/copy/default_page

    • datatable manual sorting

    [petschki] (#224)

  • Fix popover positioning in structure pattern. [petschki] (#225)

  • Refactor pat-recurrence:

    • remove jquerytools.overlay -> use pat-plone-modal instead

    • remove jquerytools.calendar -> use native <input type=”date” />

    • update forms to Bootstrap 5

    [petschki] (#227)

2.0.0a3 (2022-04-08)

Breaking changes:

  • New version with Mockup ES6 support and removed TTW compilation (PLIP 3211). (#119)

New features:

  • Restructure searchbox markup for mobile navigation as offcanvas sidebar. [agitator] (#202)

  • Make pat-inject from patternslib available [agitator] (#208)

  • Adding support for images in liveSearch results. [agitator] (#217)

Bug fixes:

  • Italian translations have been updated [yurj] (#178)

  • Remove obsolete plone-logged-in bundle. [pbauer] (#205)

  • Add mimetype icons and change pdf icon [pbauer] (#215)

  • Update icons_bootstrap.xml and iconmap.json, also automate this for future updates. [jensens] (#216)

2.0.0a2 (2021-10-22)

New features:

  • Created last_compilation profile as only place with last_compilation values. Moved the last_compilation values out of the default profile. Then we do not need a complete profile when we add an upgrade step for updating the last_compilation date of a bundle. [mauritsvanrees] (172-1)

  • Hide the upgrades package from site-creation and quickinstaller. This way, we do not need to add each new upgrade profile to the list of non installable products. [mauritsvanrees] (172-2)

  • Upgrade to Mockup 4.0.2. [thet] (172-3)

  • Register new icons. [thet] (172-4)

  • Adapt gitignore to only include necessary and registered dependencies. [thet] (174-1)

  • Update Bootstrap to 5.1.1 Update Bootstrap Icons to 1.5.0 [petschki] (#164)

Bug fixes:

  • Fix underscore version to 1.9.1 due to incompatibilities with backbone.paginator. (174-5)

  • Add missing upgrade step for datatables.net-autofill resource location. [thet] (174-6)

  • Update svg toolbar icons [agitator] (#165)

2.0.0a1 (2021-06-14)

New features:

  • Upgrade Mockup to version 4, patternslib to version 3 and jQuery to 3.5.1. [thet] (#102)

  • Update Bootstrap to 5.0.0-alpha2 Add bootstrap-js bundle [agitator] (#111)

  • Provide a wide variety of SVG based flags using the icon infrastructure Register new Resources Add NPM Package as source for Country Flags Add Custom SVG Language Flags [1letter] (#140)

  • Update link type icons. [agitator] (#144)

  • Update Bootstrap to 5.0.1 [agitator] (#157)

Bug fixes:

  • Remove bundle with typo [petschki] (#121)

  • Increase Python package version number to 2.0.dev0. Start with the 2.x version numbers from 200 to not have same version numbers for multiple branches and stay aligned with the python package version. [thet] (#124)

  • Fix selectors for sort_reversed checkbox in pat-querystring [petschki] (#132, #145)

  • Reduce bundle sizes by not inlining fonts in each bundle - moved plone-fontello and glyphicons to their own bundle. Icon font bundles use fonts from ++plone++static/fonts/. [agitator] (#134)

1.4.0 (2020-10-30)

New features:

  • Updated Bootstrap Icons to 1.0.0 final. [santonelli] (#3162)

Bug fixes:

  • Bumps bl from 4.0.2 to 4.0.3. [dependabot, jensens] (#97)

  • Build bundles with latest mockup 3.x. [maurits] (#1026)

  • Fixed deprecation warning for zope.site.hooks. [maurits] (#3130)

1.3.2 (2020-08-14)

Bug fixes:

1.3.1 (2020-07-17)

Bug fixes:

  • Update static resources. Now in line with mockup 3.2.1. [vincentfretin] (#91)

1.3.0 (2020-06-28)

New features:

  • Add figcaption support - https://github.com/plone/mockup/pull/911 [thet] (#30)

  • Register icon resources & add bootstrap-icons [agitator] (#75)

  • Adapt pat-plone-modal and pat-inlinevalidation to work with barceloneta LTS. Add missing plone.svg icon. [petschki, agitator] (#76)

  • Update static resources. [thet] (#82)

Bug fixes:

  • Fix buildout and use latest Plone 5.2. [thet] (#51)

  • Fix missing styles in plone-datatables bundle. [agitator] (#62)

  • Upgrade resources with latest mockup. [thet] (#64)

  • Move metadata.xml from async/registry profile directory to correct location. (#65)

  • Add jQuery workaround for XSS vulnerability - https://github.com/plone/plone.staticresources/issues/69 [frapell] (#69)

  • Fix pat-querystring to set value of RelativeDateWidget correctly when editing [petschki] (#78)

  • Hide upgrade profile [petschki] (#83)

  • fix syntax in upgrades/profiles/8/registry.xml [petschki] (#85)

1.2.1 (2020-01-12)

Bug fixes:

  • Fixed drag problem on click on sortable items in folder contents. (#56)

  • Fix problem with TTW compilation of bundles. (#58)

1.2.0 (2019-11-14)

New features:

  • Update jQuery from version 1.11.3 to 1.12.4 [davilima6] (#34)

  • Recompile ‘plone’ bundle after updating jQuery-related packages (#40)

  • Update all components and recompile bundles. (#44)

  • Split up bundles for more flexibility and optimized resource loading. Move select2 and datepicker to logged-in bundle. Move toolbar, portletmanager, querystring and structure pattern to editor bundle. Move tinymce to it’s own bundle. Single out moment.js to reduce plone bundle size and allow async loading. Add optional datatables bundle. [agitator] (#46)

Bug fixes:

  • Fix autotoc pattern: activate the element link with active class during initialization [mamico] (#37)

  • Fix Tinymce pattern: Link popup looses tab selection on active linktype [mamico] (#37)

  • build js/css for mockup changes plone/mockup#922 [mamico] (#37)

  • When compiling a bundle and including a resource from a request, open the temporary file in binary mode. [frapell] (#38)

  • Bring fix for https://github.com/plone/mockup/issues/923 [frapell] (#41)

  • Fix “TTW Bundle compilation broken”. Refs: https://github.com/plone/Products.CMFPlone/issues/2969 [thet] (#43)

1.1.0 (2019-06-22)

New features:

  • Add support for asynchronous loading of javascript resources. A new plone-base bundle is added with the minimum required scripts from plone bundle. Import the extra profile to enable experimental async loading. [agitator] (#27)

Bug fixes:

  • Fixes plone/mockup#895 again. (#24)

  • Fixed plone/Products.CMFPlone#2490 conflict in z-index between main toolbar and structure pattern toolbar (#25)

  • Integrate https://github.com/plone/mockup/pull/906 which fixes wrong in-path marking for similar pathnames. #26 [agitator] (#26)

1.0.2 (2019-03-21)

Bug fixes:

  • Fix highlight of current item in nav for image and file. [agitator] (#18)

  • Fix less building error. [vangheem] (#19)

  • Update resources after alignment fix in Select2-based widgets [davilima6] (#21)

1.0.1 (2019-03-12)

Bug fixes:

  • Fix highlight of current item in nav for image and file. [agitator] (#18)

  • Update resources after alignment fix in Select2-based widgets [davilima6] (#21)

1.0.0 (2019-03-04)

New features:

  • Ship moment.js without locales, which are now lazily loaded in ‘mockup’ package [davilima6] (#10)

Bug fixes:

  • Customize select2 to work better with relateditems pattern, update compiled resources: plone, logged-in [MrTango] (#16)

1.0a1 (2019-02-13)

New features:

  • Put together all Plone assets in a single package. [thet] (#1)

Release files for plone.staticresources 3.1.0a3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for plone.staticresources 3.1.0a3
File Size Uploaded
plone_staticresources-3.1.0a3.tar.gz 12.7 MB Details

Built distribution (wheel)

Table of built distributions (wheels) for plone.staticresources 3.1.0a3
File Interpreter ABI Platform
plone_staticresources-3.1.0a3-py3-none-any.whl Python 3 none any Details

Total release size: 27.8 MB

Release files / plone_staticresources-3.1.0a3.tar.gz

Download URL plone_staticresources-3.1.0a3.tar.gz
Size 12.7 MB
Tags Source
SHA-256 checksum
How to use checksums
3e761527c515885fa9bb61980a92097e0e09ad9afdd90727cc2791fb17f6322e
BLAKE2b-256 checksum
How to use checksums
37f7ecaf2557cc1e2fa251d68a724479e65c9143a14cdbf9ff5f8e2f34ca4174
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release files / plone_staticresources-3.1.0a3-py3-none-any.whl

Download URL plone_staticresources-3.1.0a3-py3-none-any.whl
Size 15.1 MB
Tags Python 3
SHA-256 checksum
How to use checksums
2a4a60e7a7a2d050f80b292ac07130ed34b56c9239003c64d9ffc22410c24f1e
BLAKE2b-256 checksum
How to use checksums
d1924e56f02c5050782264fc5c5f68d363338e3387da81932cbaa030509d624f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/7.0.0 CPython/3.14.6

Release history Release notifications | RSS feed

This release

3.1.0a3 This release

2 release files

3.0.9

2 release files

3.0.8

2 release files

3.0.7

2 release files

3.0.6

2 release files

3.0.5

2 release files

3.0.4

2 release files

3.0.3

2 release files

3.0.2

2 release files

3.0.1

2 release files

3.0.0

2 release files

2.3.8

2 release files

2.3.7

2 release files

2.3.6

2 release files

2.3.5

2 release files

2.3.4

2 release files

2.3.3

2 release files

2.3.2

2 release files

2.3.1

2 release files

2.3.0

2 release files

2.2.7

2 release files

2.2.6

2 release files

2.2.5

2 release files

2.2.4

2 release files

2.2.3

2 release files

2.2.2

2 release files

2.2.1

2 release files

2.2.0

2 release files

2.1.18

2 release files

2.1.17

2 release files

2.1.15

2 release files

2.1.14

2 release files

2.1.13

2 release files

2.1.12

2 release files

2.1.11

2 release files

2.1.10

2 release files

2.1.9

2 release files

2.1.8

2 release files

2.1.7

2 release files

2.1.6

2 release files

2.1.5

2 release files

2.1.4

2 release files

2.1.3

2 release files

2.1.2

2 release files

2.1.1

2 release files

2.1.0

2 release files

2.0.11

2 release files

2.0.10

2 release files

2.0.9

2 release files

2.0.8

2 release files

2.0.7

2 release files

2.0.6

2 release files

2.0.5

2 release files

2.0.4

2 release files

2.0.3

2 release files

2.0.2

2 release files

2.0.1

2 release files

2.0.0

2 release files

1.4.6

2 release files

1.4.5

2 release files

1.4.4

2 release files

1.4.3

2 release files

1.4.2

2 release files

1.4.1

2 release files

1.4.0

2 release files

1.3.2

2 release files

1.3.1

2 release files

1.3.0

2 release files

1.2.1

2 release files

1.2.0

2 release files

1.1.0

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page