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

Feature- Filter out missing elements #2

Merged
merged 2 commits into from
Jun 22, 2020

Conversation

DarbyBrown
Copy link
Collaborator

Want to be able to disable components from the tour without having to change the config.
If a DOM node is missing from the order of tour positions we will remove the corresponding messages and tool tips.

Copy link
Owner

@dominictwlee dominictwlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, but potentially breaking changes for MySenseDashboard regarding the change in dataset.position mechanism so please mark commit with BREAKING CHANGE: blah blah in body so that CI will know to release a major version.

Also either resolve all warnings/explicitly mark eslint-disable followed by comment on why it needs to be disabled.

BREAKING CHANGE: update API to not use data attributes
@DarbyBrown DarbyBrown force-pushed the feature/filter-out-missing-elements branch from 3ad32d3 to 97a5d34 Compare June 22, 2020 13:26
@dominictwlee dominictwlee merged commit 5954c78 into master Jun 22, 2020
@dominictwlee dominictwlee deleted the feature/filter-out-missing-elements branch June 22, 2020 14:08
dominictwlee pushed a commit that referenced this pull request Jun 22, 2020
# [4.0.0](v3.0.0...v4.0.0) (2020-06-22)

### Bug Fixes

* remove optional chaining, not supported by microbundle yet ([e933f6b](e933f6b))

### Features

* Filter out missing elements ([#2](#2)) ([5954c78](5954c78))

### BREAKING CHANGES

* update API to not use data attributes
@dominictwlee
Copy link
Owner

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

dominictwlee added a commit that referenced this pull request Jun 23, 2020
dominictwlee pushed a commit that referenced this pull request Jun 23, 2020
## [4.0.1](v4.0.0...v4.0.1) (2020-06-23)

### Reverts

* "Filter out missing elements ([#2](#2))" ([478bd53](478bd53))
* "remove optional chaining, not supported by microbundle yet" ([64c64de](64c64de))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants