Stylus for Firefox Changelog

What's new in Stylus for Firefox 1.5.46

Feb 8, 2024
  • Fix show save & clip error text
  • Fix USW api issue
  • Restore sublime editor bookmarks correctly
  • Fix parser library
  • Update locales

New in Stylus for Firefox 1.5.45 (Jan 30, 2024)

  • Link to preprocessor playground in error box
  • Hide preview errors when empty
  • Parserlib: allow empty doc targets
  • Move icons into images
  • Update locales

New in Stylus for Firefox 1.5.41 (Dec 8, 2023)

  • Circumvent CSP on AMO and other https sites in Firefox
  • Fix `:has()` with multiple relative selectors
  • Handle broken strings produced by a bugged `@preprocessor`
  • Use a global `Test` button for all regexps of the style
  • Allow tag selectors in nested CSS per the newest spec
  • Show progress in popup when downloading style search index
  • Bump Firefox `strict_min_version` to 57 to ensure compatibility with Android
  • [installer] Allow adding custom sites and fix theme option
  • [Editor] Fix active editor tab on Chrome startup
  • [Editor] Fix live preview with `adoptedStyleSheets`
  • [Editor] Increase `undoDepth` from 200 to 1000
  • [CSSLint] New `style-rule-nesting` rule to warn about new CSS nesting syntax
  • [Manager] Show descriptive age & full year in style tooltip
  • [Options] New option for popup's max width to enable autofit-to-content
  • Other various fixes
  • Update dependencies

New in Stylus for Firefox 1.5.38 (Nov 24, 2023)

  • Fix multiple editor issues
  • Fix section numbering
  • Fix several icons
  • Fix CSP nonce
  • Update locales

New in Stylus for Firefox 1.5.37 (Nov 2, 2023)

  • Fix config height & dark theme detection
  • Fix injection in pages with url-less frames
  • Search: show all years initially
  • Combine style & editor settings
  • Update locales
  • Other various fixes

New in Stylus for Firefox 1.5.35 (Sep 1, 2023)

  • Show autosaved draft's css code prior to confirming + auto-remove the autosaved draft when saving
  • Csslint: fix/reduce the probability of outdated warnings during editing after the problem is fixed (previously one would have to cut and paste back the line to make the error go away)* apply eyedropper color immediately
  • Fix autocomplete of "foo-" to handle the trailing "-"
  • Fix hightlighting of nested CSS in CodeMirror
  • Open installer for .user.less
  • Remember all editor options
  • Remember searchMode in manager
  • Stylelint 15.10.2

New in Stylus for Firefox 1.5.33 (Sep 1, 2023)

  • Show autosaved draft's css code prior to confirming + auto-remove the autosaved draft when saving
  • Csslint: fix/reduce the probability of outdated warnings during editing after the problem is fixed (previously one would have to cut and paste back the line to make the error go away)* apply eyedropper color immediately
  • Fix autocomplete of "foo-" to handle the trailing "-"
  • Fix hightlighting of nested CSS in CodeMirror
  • Open installer for .user.less
  • Remember all editor options
  • Remember searchMode in manager
  • Stylelint 15.10.2

New in Stylus for Firefox 1.5.33 (May 24, 2023)

  • Only reuse parent styles in url-less frames (bug fix)

New in Stylus for Firefox 1.5.31 (May 15, 2023)

  • New syntax for nested selectors
  • Fix manager when showing options
  • Fix dark mode eye dropper
  • Update preview when config changes
  • New beautify options
  • Fix CSP patching
  • Check known distro url correctly, just once
  • Add option for URL installer
  • Various fixes (hue constraints, section naming, code size)
  • Update locales
  • Update dependencies

New in Stylus for Firefox 1.5.30 (Mar 13, 2023)

  • Fix color picker alignment
  • Fix USO install
  • Remove link to Opera addon
  • Made "Write style for:" clickable
  • Various bug fixes
  • Update dependencies

New in Stylus for Firefox 1.5.26 (Aug 30, 2022)

  • Fix sync connection in Vivaldi
  • Fix USO site installation
  • Support `has()` selector
  • Update dependencies
  • Various bug fixes

New in Stylus for Firefox 1.5.25 (Jun 2, 2022)

  • Database bug fix.

New in Stylus for Firefox 1.5.24 (May 31, 2022)

  • Limit editor height to viewport
  • Add hwb color support
  • Add usercss write option in popup
  • Improve compact mode
  • Update dependencies
  • Various bug fixes

New in Stylus for Firefox 1.5.21 (Aug 23, 2021)

  • Update translations
  • Update to CodeMirror 5.62.3
  • Fix CSS linting in CodeMirror
  • Updated parserlib

New in Stylus for Firefox 1.5.20 (Aug 16, 2021)

  • Show USw error
  • Update to CodeMirror 5.62.2
  • Allow `@import` from any url
  • Various bug fixes

New in Stylus for Firefox 1.5.19 (Jul 19, 2021)

  • Fix syncing
  • Shrink screenshots
  • Update internal libraries
  • Various bug fixes

New in Stylus for Firefox 1.5.15 (Feb 9, 2021)

  • Lots of UI updates
  • Editor improvements with bookmarking, scrolling & autocomplete
  • Lots of bug fixes

New in Stylus for Firefox 1.5.13 (Oct 2, 2020)

  • Disabled Dropbox in sync feature in bugged Chromium versions.
  • Include colon in autocomplete selection.
  • Using <kbd>Ctrl</kbd>+<kbd>F</kbd> focuses search field in manager.
  • Update CSSLint & made various parser fixes.
  • Translations:
  • Updated various languages.
  • Add Korean translation.
  • Add hotkey & right-click to beautify silently.
  • Increase userstyles style search timeout.
  • Various other code fixes.
  • Add unlimited storage permission:
  • IndexedDB storage may be evicted by the browser at its discretion [1].
  • Granting the unlimitedStorage permission ensures that IndexedDB data
  • Will not be evicted [2], and allows the extension to store more than
  • 5MB of data if needed [3].
  • [1]: https://web.dev/storage-for-the-web/#eviction
  • [2]: https://crbug.com/680392#c5
  • [3]: https://developer.chrome.com/apps/declare_permissions#unlimitedStorage