Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Preview (beta) #790

Merged
merged 1 commit into from
Mar 9, 2023
Merged

Release Preview (beta) #790

merged 1 commit into from
Mar 9, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 4, 2023

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

[email protected]

Major Changes

  • #785 66cee0e Thanks @NullVoxPopuli! - The import path ember-resources/util/function-resource has been removed,
    as all the relevent exports have been available from ember-resources since v5.

Minor Changes

  • #794 8989bbb Thanks @NullVoxPopuli! - New Utils: UpdateFrequency and FrameRate

    NOTE: for existing users of ember-resources, this addition has no impact on your bundle.

    FrameRate

    Utility that uses requestAnimationFrame to report
    how many frames per second the current monitor is
    rendering at.

    The result is rounded to two decimal places.

    import { FramRate } from "ember-resources/util/fps";
    
    <template>{{ FrameRate }}</template>;
    UpdateFrequency

    Utility that will report the frequency of updates to tracked data.

    import { UpdateFrequency } from 'ember-resources/util/fps';
    
    export default class Demo extends Component {
      @tracked someProp;
    
      @use updateFrequency = UpdateFrequency(() => this.someProp);
    
      <template>
        {{this.updateFrequency}}
      </template>
    }

    NOTE: the function passed to UpdateFrequency may not set tracked data.

Patch Changes

@NullVoxPopuli NullVoxPopuli mentioned this pull request Mar 4, 2023
10 tasks
@github-actions github-actions bot force-pushed the changeset-release/main branch 7 times, most recently from 16c65ac to 4622b00 Compare March 8, 2023 07:56
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from f035180 to e540bb4 Compare March 9, 2023 01:20
@github-actions github-actions bot force-pushed the changeset-release/main branch from e540bb4 to 268325e Compare March 9, 2023 13:52
@NullVoxPopuli NullVoxPopuli merged commit adab9f6 into main Mar 9, 2023
@NullVoxPopuli NullVoxPopuli deleted the changeset-release/main branch March 9, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant