Socket
Socket
Sign inDemoInstall

@glimmer/tracking

Package Overview
Dependencies
Maintainers
12
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@glimmer/tracking - npm Package Versions

1245

1.0.1

Diff

pzuraq
published 2.0.0-beta.7 •

Changelog

Source

v2.0.0-beta.7 (2020-04-20)

:boom: Breaking Change
  • @glimmer/component, @glimmer/core, @glimmer/helper, @glimmer/modifier, @glimmer/ssr, @glimmer/tracking, babel-plugins
    • #285 [CHORE] Update to glimmer-vm version 0.51.0 (@chiragpat)
:house: Internal
  • @glimmer/core
Committers: 2
pzuraq
published 2.0.0-beta.6 •

Changelog

Source

v2.0.0-beta.6 (2020-04-16)

:bug: Bug Fix
Committers: 1
pzuraq
published 2.0.0-beta.5 •

Changelog

Source

v2.0.0-beta.5 (2020-04-04)

:boom: Breaking Change
  • @glimmer/blueprint, @glimmer/component, @glimmer/core, @glimmer/ssr, example-apps
    • #271 [BUGFIX][BREAKING] Fixes setComponentTemplate (@pzuraq)
:rocket: Enhancement
  • @glimmer/blueprint
  • @glimmer/core
    • #272 [BUGFIX] Fixes the types of manager return values (@pzuraq)
:house: Internal
Committers: 2
rwjblue
published 2.0.0-beta.4 •

Changelog

Source

v2.0.0-beta.4 (2020-04-03)

:bug: Bug Fix
  • @glimmer/blueprint
    • #265 Add prettier to generated project's package.json. (@rwjblue)
  • @glimmer/blueprint, @glimmer/component, @glimmer/core, @glimmer/helper, @glimmer/ssr, @glimmer/tracking, babel-plugins, example-apps
    • #263 Update to prettier@2 and ensure it is enforced by eslint (@rwjblue)
:memo: Documentation
  • @glimmer/blueprint, @glimmer/component, @glimmer/tracking
    • #266 Remove outdated information from top level README. (@rwjblue)
:house: Internal
  • Other
  • @glimmer/blueprint, @glimmer/component, @glimmer/core, @glimmer/helper, @glimmer/modifier, @glimmer/ssr, @glimmer/tracking, babel-plugins, example-apps
Committers: 1
rwjblue
published 2.0.0-beta.3 •

Changelog

Source

v2.0.0-beta.3 (2020-04-01)

:rocket: Enhancement
  • @glimmer/blueprint
  • babel-plugins
:bug: Bug Fix
  • @glimmer/blueprint
    • #261 Fix versions of @glimmer packages in new project output. (@pzuraq)
  • @glimmer/core
    • #258 Fix issues with setting a dynamic <a href="{{@foo}}"> or <img src="{{@foo}}"> (@pzuraq)
  • @glimmer/component, @glimmer/core, @glimmer/helper, @glimmer/modifier, @glimmer/ssr, @glimmer/tracking
:memo: Documentation
  • @glimmer/core, @glimmer/helper, @glimmer/modifier, example-apps
:house: Internal
Committers: 2
pzuraq
published 2.0.0-beta.2 •

Changelog

Source

v2.0.0-beta.2 (2020-03-31)

Fix a publishing error where cross dependencies were incorrectly published to 2.0.0-beta.1-alpha.1.

pzuraq
published 2.0.0-beta.1 •

Changelog

Source

v2.0.0-beta.1 (2020-03-31)

The first beta for Glimmer.js 2.0! A lot of changes have been made, some of the highlights include:

  • Minimal renderComponent API!

    import { renderComponent } from '@glimmer/core';
    import MyComponent from './MyComponent';
    
    renderComponent(MyComponent, document.body);
    
  • Template Import based design - no resolver necessary!

  • Standardized build - based on plain JavaScript modules, no need to a custom build pipeline. Use WebPack, Parcel, Rollup, or whatever other build system you want!

  • Helper Managers and Modifier Managers added to support custom helpers and modifiers!

  • A new blueprint for generating basic Glimmer.js apps!

:boom: Breaking Change
  • @glimmer/component, @glimmer/core
  • @glimmer/core
  • @glimmer/component, @glimmer/core, @glimmer/ssr, example-apps
  • @glimmer/blueprint, @glimmer/core, @glimmer/ssr
    • #241 [CLEANUP] Updates ComponentFactory to ComponentDefinition (@pzuraq)
  • @glimmer/app-compiler, @glimmer/application-test-helpers, @glimmer/application, @glimmer/blueprint, @glimmer/compiler-delegates, @glimmer/component, @glimmer/core, @glimmer/helper, @glimmer/modifier, @glimmer/ssr, @glimmer/test-utils, @glimmer/tracking, babel-plugins, example-apps
:rocket: Enhancement
  • @glimmer/core, @glimmer/modifier, @glimmer/ssr, @glimmer/tracking
  • @glimmer/core, @glimmer/helper, example-apps
:bug: Bug Fix
  • @glimmer/core
    • #251 [BUGFIX] Ensure Owner is generic for setManager APIs (@pzuraq)
    • #237 BUGFIX - Prevent duplicate compiled modules in test (@chadhietala)
  • @glimmer/application
    • #234 Merge pull request #234 from glimmerjs/remove-compiler-from-runtime (@chadhietala)
:house: Internal
  • Other
  • @glimmer/component, @glimmer/core, @glimmer/helper, @glimmer/modifier, @glimmer/ssr, @glimmer/tracking, babel-plugins
  • @glimmer/blueprint, @glimmer/component
  • @glimmer/core, @glimmer/helper
    • #239 [REFACTOR] Removes most of the remaining custom reference code. (@pzuraq)
  • @glimmer/blueprint, @glimmer/component, @glimmer/core, @glimmer/helper, @glimmer/modifier, @glimmer/ssr, @glimmer/tracking, babel-plugins
Committers: 3
rwjblue
published 1.0.0 •

Changelog

Source

v1.0.0-beta.2 (2019-11-15)

:rocket: Enhancement
  • @glimmer/component
    • #224 [REFACTOR] Removes deprecations and adds usage error messages. (@pzuraq)
  • @glimmer/app-compiler, @glimmer/application-test-helpers, @glimmer/application, @glimmer/compiler-delegates, @glimmer/component, @glimmer/ssr, @glimmer/tracking
    • #223 Update to Glimmer VM 0.44.0 and migrate tracked implementation to leverage @glimmer/validator. (@pzuraq)
:bug: Bug Fix
  • @glimmer/component
    • #225 Removes blueprints from @glimmer/component. (@pzuraq)
Committers: 1
rwjblue
published 1.0.0-beta.3 •

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