Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
6a59ee1
Update leaderboard loading style
zachharrison Nov 14, 2025
fbfe8fe
cleaing up some imports
00salmon Nov 17, 2025
ebb4c02
upgrade formatjs version
00salmon Nov 17, 2025
4a575b2
Add loading state for form message component
zachharrison Nov 19, 2025
ddd68f6
Add re-usable skeleton component
zachharrison Nov 19, 2025
274c80b
Pass loading prop to form-message instances
zachharrison Nov 19, 2025
0fd76b3
Merge branch 'community-experts' into widget-load
zachharrison Nov 19, 2025
4b50160
Re build after merge
zachharrison Nov 19, 2025
4981c8e
Fix payout status alert buttons
zachharrison Nov 19, 2025
5298f88
Refactor all skeletons to use standard component
zachharrison Nov 19, 2025
d99a9a0
fiddling with bundling
00salmon Nov 20, 2025
7fecfd4
Publish new pre release
zachharrison Nov 20, 2025
f7300cf
Update demo data for testing
zachharrison Nov 24, 2025
5f85807
Update loading state in rewrds table
zachharrison Nov 24, 2025
e874f83
Hard code QR code loading state
zachharrison Nov 24, 2025
54621f7
New pre release
zachharrison Nov 24, 2025
ff1e714
Delete console.log
zachharrison Nov 24, 2025
516546e
Merge branch 'master' into widget-load
00salmon Feb 20, 2026
bfdc903
Merge branch 'widget-improvements' into widget-load
00salmon Feb 20, 2026
70f0ee6
Merge master and publish pre release
zachharrison Feb 26, 2026
be30188
replace "Anonymous User" with "Your Friend" for referral / reward tables
00salmon Feb 27, 2026
500861d
added minHeight to hero image in column view for loading smoothness
00salmon Mar 13, 2026
41f1a57
add default to hero image height
00salmon Mar 13, 2026
e0a391a
restore index.html
00salmon Mar 20, 2026
5575229
update changelogs
00salmon Mar 20, 2026
5f6a1c3
support for global option for referral / rewards table
00salmon Mar 27, 2026
fa24425
Merge branch 'master' into widget-load
00salmon Mar 27, 2026
06288c5
cleanup import
00salmon Mar 27, 2026
57853fb
bump changelogs
00salmon Mar 30, 2026
4b55a37
more changelog bumps
00salmon Mar 30, 2026
13b514a
Fix error banner and cleanup index file
zachharrison Mar 30, 2026
f00426c
Optimize cloudinary image URLs
noahwc Mar 30, 2026
02efd67
Proper hostname checking
noahwc Mar 30, 2026
e9b8b52
fix issue with global program id
00salmon Mar 31, 2026
41e8ec6
optimize hero background img
00salmon Mar 31, 2026
3ed415f
Merge branch 'master' into widget-load
00salmon Apr 1, 2026
f01ced2
fix incorrectly showing success state on email verification
00salmon Apr 1, 2026
2ff1ee5
bump changelog, package locks
00salmon Apr 1, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion packages/bedrock-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.3] - 2026-04-01

### Changed

- Disabled Stencil hydration flag (`hydratedFlag: null`) to prevent unstyled content flash when loading alongside mint-components

Comment thread
00salmon marked this conversation as resolved.
## [1.5.2] - 2026-02-26

### Updated
Expand Down Expand Up @@ -230,7 +236,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- \<sqb-conditional-section>
- \<sqb-program-section>

[unreleased]: https://github.com/saasquatch/program-tools/compare/bedrock-components%401.5.2...HEAD
[unreleased]: https://github.com/saasquatch/program-tools/compare/bedrock-components%401.5.3...HEAD
[1.5.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.5.3
[1.5.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.5.2
[1.5.1]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.5.1
[1.5.0]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fbedrock-components%401.5.0
Expand Down
4 changes: 2 additions & 2 deletions packages/bedrock-components/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bedrock-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@saasquatch/bedrock-components",
"title": "Bedrock Components",
"version": "1.5.2",
"version": "1.5.3",
"description": "Component library that adds advanced logic to your widgets and pages. Built and maintained by Saasquatch.",
"icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Bedrock.svg",
"main": "dist/index.cjs.js",
Expand Down
35 changes: 18 additions & 17 deletions packages/bedrock-components/stencil.config.ts
Original file line number Diff line number Diff line change
@@ -1,43 +1,44 @@
import { Config } from '@stencil/core';
import alias from '@rollup/plugin-alias';
import { grapesJsOutput } from '@saasquatch/stencil-grapes-plugin';
import { OutputTarget } from '@stencil/core/internal';
import { string } from 'rollup-plugin-string';
import path from 'path';
import plugin from '@raisins/stencil-docs-target';
import { Config } from "@stencil/core";
import alias from "@rollup/plugin-alias";
import { grapesJsOutput } from "@saasquatch/stencil-grapes-plugin";
import { OutputTarget } from "@stencil/core/internal";
import { string } from "rollup-plugin-string";
import path from "path";
import plugin from "@raisins/stencil-docs-target";

const useGrapesjs: OutputTarget = grapesJsOutput({
outDir: 'grapesjs',
outDir: "grapesjs",
});

export const config: Config = {
namespace: 'bedrock-components',
namespace: "bedrock-components",
buildEs5: true,
globalScript: 'src/global/global.ts',
globalScript: "src/global/global.ts",
Comment thread
00salmon marked this conversation as resolved.
hydratedFlag: null,
outputTargets: [
{
type: 'dist',
type: "dist",
},
{
type: 'docs-readme',
type: "docs-readme",
},
{
type: 'www',
type: "www",
serviceWorker: null, // disable service workers
},
useGrapesjs,
plugin({
outDir: 'docs',
outDir: "docs",
}),
],
plugins: [string({ include: '**/*.feature' })],
plugins: [string({ include: "**/*.feature" })],
rollupPlugins: {
before: [
alias({
entries: [
{
find: '@saasquatch/universal-hooks',
replacement: path.resolve(__dirname, 'node_modules', '@saasquatch/stencil-hooks'),
find: "@saasquatch/universal-hooks",
replacement: path.resolve(__dirname, "node_modules", "@saasquatch/stencil-hooks"),
},
],
}),
Expand Down
37 changes: 36 additions & 1 deletion packages/mint-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.1.7] - 2026-04-01

- Added optimization for Cloudinary hosted images
- Fixed issue when clicking expired email verification links

## [2.1.6] - 2026-03-31

- \<sqm-tax-and-cash-dashboard>
Expand All @@ -16,6 +21,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- \<sqm-payout-status-alert>
- Update "w9RequiredDescription" threshold text from $600 to $2000

## [2.1.5] - 2026-03-30

### Updated

- Improved loading states for:
Comment thread
00salmon marked this conversation as resolved.
- \<sqm-coupon-code>
- \<sqm-edit-profile>
- \<sqm-empty>
- \<sqm-form-message>
- \<sqm-instant-access-registration>
- \<sqm-invoice-table>
- \<sqm-lead-form>
- \<sqm-leaderboard-rank>
- \<sqm-leaderboard>
- \<sqm-navigation-menu>
- \<sqm-portal-container>
- \<sqm-portal-email-verification>
- \<sqm-qr-code>
- \<sqm-referral-codes>
- \<sqm-task-card>
- \<sqm-indirect-tax-form>
- \<sqm-payout-details-card>
- \<sqm-payout-status-alert>
- \<sqm-tax-and-cash-dashboard>
- \<sqm-tax-and-cash>
- \<sqm-user-info-form>

## [2.1.4] - 2026-03-23

### Fixed
Expand Down Expand Up @@ -1492,7 +1524,10 @@ This major release represents a significant advancement in the theming capabilit
- \<sqm-popup-container>
- \<sqm-stencilbook>

[unreleased]: https://github.com/saasquatch/program-tools/compare/mint-components@2.1.4...HEAD
[unreleased]: https://github.com/saasquatch/program-tools/compare/mint-components@2.1.7...HEAD
[2.1.7]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%402.1.5
[2.1.6]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%402.1.5
Comment thread
00salmon marked this conversation as resolved.
[2.1.5]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%402.1.5
[2.1.4]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%402.1.4
[2.1.3]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%402.1.3
[2.1.2]: https://github.com/saasquatch/program-tools/releases/tag/%40saasquatch%2Fmint-components%402.1.2
Expand Down
Loading
Loading