Deployed to relay.firefox.com on 2022-11-08 with SVCSE-891.
Highlights
- Fixes for the bundle introduction, including a call-to-action banner, and fixing the pricing matrix header.
- Brand translations are back in relayed emails (was
?-brand-name-relay-premium?). - Custom mask input stops capitalizing IDs, since capitals are invalid in custom masks.
- Navigating the website is faster now that static assets have the immutable directive in the Cache-Control header.
- Code cleanup and updates to third-party packages.
What's Changed
- Add caching and compression for static files by @jwhitlock in #2704
- Tell virtual keyboards not to capitalise IDs by @Vinnl in #2694
- MPP-2480 - Add bundle banner on dashboard by @codemist in #2707
- Remove offer countdown code and deprecated Premium plans (UI work) by @Vinnl in #2601
- Bump @typescript-eslint/parser from 5.40.1 to 5.41.0 in /frontend by @dependabot in #2718
- Bump @typescript-eslint/eslint-plugin from 5.40.1 to 5.41.0 in /frontend by @dependabot in #2725
- Bump jest from 29.2.1 to 29.2.2 in /frontend by @dependabot in #2720
- Bump eslint-config-next from 12.3.1 to 13.0.0 in /frontend by @dependabot in #2722
- Bump stylelint-config-recommended-scss from 7.0.0 to 8.0.0 in /frontend by @dependabot in #2721
- Bump @next/eslint-plugin-next from 12.3.1 to 13.0.0 in /frontend by @dependabot in #2719
- Bump jest-environment-jsdom from 29.2.1 to 29.2.2 in /frontend by @dependabot in #2717
- Bump @next/bundle-analyzer from 12.3.1 to 13.0.0 in /frontend by @dependabot in #2723
- Remove gzip compression of assets by @jwhitlock in #2727
- Calculate SHA512 for CSS from staticfiles by @jwhitlock in #2729
- Remove extra $ sign from pricing matrix header by @codemist in #2730
- Python dependency updates, Oct 31 2022 by @jwhitlock in #2732
- Python dependency updates, Oct 31 2022, part 2 by @jwhitlock in #2735
- MPP-2503: Prepare for profile.user as OneToOneField by @jwhitlock in #2712
- Also load brand strings by @Vinnl in #2737
- Downgrade PyJWT from 2.6.0 to 2.5.0 by @jwhitlock in #2739
Full Changelog: 2022.10.26...2022.11.02