Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@casual-simulation/aux-records

Package Overview
Dependencies
Maintainers
2
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casual-simulation/aux-records - npm Package Versions

1
20

3.1.11

Diff

Changelog

Source

V3.1.11

Date: 11/28/2022

:rocket: Improvements

  • Improved the map portals (mapPortal and miniMapPortal) to support the portalZoomableMin and portalZoomableMax tags.
  • Enabled the multiline code editor to always be shown regardless of if the device is a mobile device or not.
  • Added the analytics.recordEvent(name, metadata?) function.
  • Added the @onKeyRepeat shout that is fired when a key is held down and "auto repeated".
  • Added support for some simple HTMLElement functions.
    • HTMLElement objects support the following functions:
      • focus()
      • click()
      • blur()
    • HTMLInputElement objects support the following functions:
      • select()
      • setRangeText()
      • setSelectionRange()
      • showPicker()
      • stepDown()
      • stepUp()
    • HTMLFormElement objects support the following functions:
      • reset()
      • submit()
    • HTMLMediaElement objects support the following functions:
      • fastSeek()
      • load()
      • pause()
      • play()
    • HTMLVideoElement objects support the following functions:
      • requestPictureInPicture()
  • Added support for the document.getElementById() function for custom apps.

:bug: Bug Fixes

  • Fixed an issue where Vector2, Vector3, Rotation, and DateTime values would cause the shared space to emit an error if they were stored in a tag on a new bot while it was being processed by the space.
  • Fixed an issue where it was not possible to tap on codeButton bots on mobile devices.
  • Fixed @onKeyDown to only be emitted once when a key is starting to be held down and not continually while a key is held down.
kallyngowdyyeti
published 3.1.11-alpha.3500879217 •

kallyngowdyyeti
published 3.1.11-alpha.3500062488 •

kallyngowdyyeti
published 3.1.11-alpha.3483057957 •

kallyngowdyyeti
published 3.1.3 •

Changelog

Source

V3.1.36

Date: 7/7/2023

:rocket: Improvements

  • Added os.getPublicFile() and os.getPrivateFile() functions as a way to tell CasualOS whether the file is expected to be public or private.
    • Using os.getPrivateFile() is quicker than using os.getFile() for private files, but it is slower than using os.getFile() for public files.
    • os.getFile() is optimized for retrieving public files, but will fallback to trying to retrieve private files if the first fails.
    • os.getPublicFile() is optimized for retrieving public files and will fail if the file is not public.

:bug: Bug Fixes

  • Fixed an issue where it was not possible to retrieve private data and file records using os.getData() and os.getFile().
  • Fixed an issue where it was impossible to manage an existing subscription.
kallyngowdyyeti
published 3.0.19-alpha.2877179793 •

kallyngowdyyeti
published 3.0.19-alpha.2835232321 •

kallyngowdyyeti
published 3.0.18 •

Changelog

Source

V3.0.18

Date: 8/9/2022

:boom: Breaking Changes

  • Changed uploads to PDF files to upload the binary data of the PDF instead of automatically converting it to UTF-8.
    • This affects both os.showUploadFiles() and @onFileUpload.

:rocket: Improvements

  • Switched PublicOS from Magic.link to a custom auth implementation that gives us more flexibility around how we manage user accounts.
    • This is purely an implementation detail, and should not affect any PublicOS/CasualOS features.
  • Added the ability to see active PublicOS authentication sessions, when they were granted, and what IP Address they were granted to.
  • Improved Custom HTML Apps to copy the following properties from specific element types when an event (like onLoad) happens:
    • <img> - The following properties are copied:
      • width
      • height
      • naturalWidth
      • naturalHeight
      • currentSrc
    • <video> - The following properties are copied:
      • videoWidth
      • videoHeight
      • duration
      • currentSrc
  • Moved the "Exit to Grid Portal" button in the system portal from the lower right corner to the lower left corner.
  • Improved the systemPortal to support global search by exact matches for #id and #space.
  • Improved the systemPortal to support comparing systems of bots against each other.
    • This works by comparing two separate system tags. The first tag is #system (or whatever is specified by #systemPortalTag on the config bot) and the second tag is specified by the #systemPortalDiff on the config bot.
    • For example, if the #systemPortal is set to custom and the #systemPortalDiff tag is set to system2, then bots that contain custom in their #system tag will be compared against bots that match using their #system2 tag.
    • The result is useful for creating visualizations of change for system bots.
    • See the documentation for more information.
    • Also check out the example: https://ab1.bot/?ab=diffPortalExample
  • Added the os.appHooks property that contains hook functions.
    • Hook functions make managing custom app states easier and less tedious.

:bug: Bug Fixes

  • Fixed an issue where entering an invalid value into an input box in a custom app would cause the input box to be automatically cleared.
  • Fixed an issue where the base color on GLTF models would be overridden with white if no color tag was specified.
  • Fixed an issue where self-closing JSX elements that contained attributes would not be compiled correctly.
  • Fixed an issue where the meetPortal could fail to start if the meet portal properties were changed before it finished loading external scripts.
  • Fixed how progress bars position themselves to better match how labels position themselves.
  • Fixed an issue where custom app elements did not support CSS Style properties that started with a hyphen (-).
kallyngowdyyeti
published 3.0.18-alpha.2734086997 •

kallyngowdyyeti
published 3.0.18-alpha.2733785418 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc