Skip to content

Client-side code for managing saved views in iTwin applications

License

Notifications You must be signed in to change notification settings

iTwin/saved-views

Repository files navigation

iTwin Saved Views

CI CodeQL

Packages

Repository npmjs
@itwin/saved-views-client link
@itwin/saved-views-react link

Development setup

  • Install project dependencies.

    npx pnpm install
  • Start the test application.

    npm start
  • You can now edit TypeScript and CSS source files and changes will automatically be reflected in the test app.

Top-level commands

Contributing

Issues

We welcome contributions to make this package better. You can submit feature requests or report bugs by creating an issue.

Versioning with Changesets

This repository uses Changesets to manage package versioning and changelogs. When making changes that affect the public API or behavior, please add a changeset by running:

pnpm changeset

Follow the prompts to describe your changes and select the appropriate version bump (major, minor, or patch). Versioning should follow semver conventions. If no version bump is required (such as for documentation-only changes), use pnpm changeset --empty.

When changesets are added and merged into the main branch, a release pull request (PR) will be automatically created by the Changesets GitHub Action. This PR will contain the version updates and changelog entries generated from your changesets. Review the release PR to ensure the version bumps and changelog messages are accurate before merging. Once the release PR is merged, the new package version will be published automatically.

For more details, see the Changesets documentation.


Copyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.

About

Client-side code for managing saved views in iTwin applications

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 11

Languages