@atlaskit/logo 13.17.0 → 14.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +659 -616
- package/README.md +2 -1
- package/__perf__/default.tsx +2 -2
- package/codemods/13.6.0-rename-imports.tsx +64 -74
- package/codemods/__tests__/13.6.0-rename-imports.test.tsx +87 -87
- package/codemods/utils.tsx +14 -23
- package/dist/cjs/atlas-logo/icon.js +5 -37
- package/dist/cjs/atlas-logo/logo.js +3 -39
- package/dist/cjs/atlassian-analytics-logo/icon.js +6 -3
- package/dist/cjs/atlassian-analytics-logo/logo.js +6 -3
- package/dist/cjs/atlassian-logo/icon.js +3 -30
- package/dist/cjs/atlassian-logo/index.js +1 -8
- package/dist/cjs/atlassian-logo/logo.js +3 -30
- package/dist/cjs/atlassian-start-logo/logo.js +13 -17
- package/dist/cjs/bitbucket-logo/icon.js +3 -30
- package/dist/cjs/bitbucket-logo/index.js +1 -8
- package/dist/cjs/bitbucket-logo/logo.js +3 -31
- package/dist/cjs/compass-logo/icon.js +3 -30
- package/dist/cjs/compass-logo/index.js +1 -8
- package/dist/cjs/compass-logo/logo.js +3 -30
- package/dist/cjs/confluence-logo/icon.js +3 -35
- package/dist/cjs/confluence-logo/index.js +1 -8
- package/dist/cjs/confluence-logo/logo.js +3 -35
- package/dist/cjs/constants.js +5 -3
- package/dist/cjs/halp-logo/icon.js +13 -17
- package/dist/cjs/halp-logo/index.js +1 -8
- package/dist/cjs/halp-logo/logo.js +12 -16
- package/dist/cjs/index.js +0 -172
- package/dist/cjs/jira-align-logo/icon.js +4 -32
- package/dist/cjs/jira-align-logo/index.js +1 -8
- package/dist/cjs/jira-align-logo/logo.js +4 -33
- package/dist/cjs/jira-logo/icon.js +4 -31
- package/dist/cjs/jira-logo/index.js +1 -8
- package/dist/cjs/jira-logo/logo.js +3 -30
- package/dist/cjs/jira-product-discovery-logo/icon.js +3 -30
- package/dist/cjs/jira-product-discovery-logo/logo.js +3 -30
- package/dist/cjs/jira-service-management-logo/icon.js +3 -30
- package/dist/cjs/jira-service-management-logo/index.js +1 -8
- package/dist/cjs/jira-service-management-logo/logo.js +3 -30
- package/dist/cjs/jira-software-logo/icon.js +12 -16
- package/dist/cjs/jira-software-logo/index.js +1 -8
- package/dist/cjs/jira-software-logo/logo.js +12 -16
- package/dist/cjs/jira-work-management-logo/icon.js +12 -16
- package/dist/cjs/jira-work-management-logo/index.js +1 -8
- package/dist/cjs/jira-work-management-logo/logo.js +12 -16
- package/dist/cjs/loom-logo/icon.js +3 -20
- package/dist/cjs/loom-logo/logo.js +3 -14
- package/dist/cjs/opsgenie-logo/icon.js +63 -0
- package/dist/cjs/opsgenie-logo/index.js +4 -32
- package/dist/cjs/opsgenie-logo/logo.js +66 -0
- package/dist/cjs/statuspage-logo/icon.js +3 -30
- package/dist/cjs/statuspage-logo/index.js +1 -8
- package/dist/cjs/statuspage-logo/logo.js +3 -30
- package/dist/cjs/trello-logo/icon.js +3 -35
- package/dist/cjs/trello-logo/index.js +1 -8
- package/dist/cjs/trello-logo/logo.js +3 -35
- package/dist/cjs/utils.js +14 -9
- package/dist/cjs/wrapper.js +13 -7
- package/dist/es2019/atlas-logo/icon.js +5 -224
- package/dist/es2019/atlas-logo/logo.js +7 -330
- package/dist/es2019/atlassian-analytics-logo/icon.js +7 -3
- package/dist/es2019/atlassian-analytics-logo/logo.js +7 -3
- package/dist/es2019/atlassian-logo/icon.js +5 -40
- package/dist/es2019/atlassian-logo/index.js +1 -2
- package/dist/es2019/atlassian-logo/logo.js +5 -51
- package/dist/es2019/atlassian-start-logo/logo.js +15 -16
- package/dist/es2019/bitbucket-logo/icon.js +5 -42
- package/dist/es2019/bitbucket-logo/index.js +1 -2
- package/dist/es2019/bitbucket-logo/logo.js +5 -44
- package/dist/es2019/compass-logo/icon.js +5 -57
- package/dist/es2019/compass-logo/index.js +1 -2
- package/dist/es2019/compass-logo/logo.js +5 -64
- package/dist/es2019/confluence-logo/icon.js +5 -51
- package/dist/es2019/confluence-logo/index.js +1 -2
- package/dist/es2019/confluence-logo/logo.js +5 -51
- package/dist/es2019/constants.js +4 -2
- package/dist/es2019/halp-logo/icon.js +15 -16
- package/dist/es2019/halp-logo/index.js +1 -2
- package/dist/es2019/halp-logo/logo.js +14 -15
- package/dist/es2019/index.js +13 -17
- package/dist/es2019/jira-align-logo/icon.js +10 -47
- package/dist/es2019/jira-align-logo/index.js +1 -2
- package/dist/es2019/jira-align-logo/logo.js +6 -59
- package/dist/es2019/jira-logo/icon.js +6 -43
- package/dist/es2019/jira-logo/index.js +1 -2
- package/dist/es2019/jira-logo/logo.js +5 -43
- package/dist/es2019/jira-product-discovery-logo/icon.js +5 -58
- package/dist/es2019/jira-product-discovery-logo/logo.js +5 -64
- package/dist/es2019/jira-service-management-logo/icon.js +5 -42
- package/dist/es2019/jira-service-management-logo/index.js +1 -2
- package/dist/es2019/jira-service-management-logo/logo.js +5 -42
- package/dist/es2019/jira-software-logo/icon.js +14 -15
- package/dist/es2019/jira-software-logo/index.js +1 -2
- package/dist/es2019/jira-software-logo/logo.js +14 -15
- package/dist/es2019/jira-work-management-logo/icon.js +14 -15
- package/dist/es2019/jira-work-management-logo/index.js +1 -2
- package/dist/es2019/jira-work-management-logo/logo.js +14 -15
- package/dist/es2019/loom-logo/icon.js +16 -43
- package/dist/es2019/loom-logo/logo.js +13 -42
- package/dist/es2019/opsgenie-logo/icon.js +56 -0
- package/dist/es2019/opsgenie-logo/index.js +2 -6
- package/dist/es2019/opsgenie-logo/logo.js +60 -0
- package/dist/es2019/statuspage-logo/icon.js +5 -41
- package/dist/es2019/statuspage-logo/index.js +1 -2
- package/dist/es2019/statuspage-logo/logo.js +5 -42
- package/dist/es2019/trello-logo/icon.js +5 -48
- package/dist/es2019/trello-logo/index.js +1 -2
- package/dist/es2019/trello-logo/logo.js +5 -68
- package/dist/es2019/utils.js +15 -10
- package/dist/es2019/wrapper.js +12 -6
- package/dist/esm/atlas-logo/icon.js +5 -37
- package/dist/esm/atlas-logo/logo.js +3 -39
- package/dist/esm/atlassian-analytics-logo/icon.js +6 -3
- package/dist/esm/atlassian-analytics-logo/logo.js +6 -3
- package/dist/esm/atlassian-logo/icon.js +4 -31
- package/dist/esm/atlassian-logo/index.js +1 -2
- package/dist/esm/atlassian-logo/logo.js +4 -31
- package/dist/esm/atlassian-start-logo/logo.js +14 -18
- package/dist/esm/bitbucket-logo/icon.js +4 -31
- package/dist/esm/bitbucket-logo/index.js +1 -2
- package/dist/esm/bitbucket-logo/logo.js +4 -32
- package/dist/esm/compass-logo/icon.js +4 -31
- package/dist/esm/compass-logo/index.js +1 -2
- package/dist/esm/compass-logo/logo.js +4 -31
- package/dist/esm/confluence-logo/icon.js +4 -36
- package/dist/esm/confluence-logo/index.js +1 -2
- package/dist/esm/confluence-logo/logo.js +4 -36
- package/dist/esm/constants.js +4 -2
- package/dist/esm/halp-logo/icon.js +14 -18
- package/dist/esm/halp-logo/index.js +1 -2
- package/dist/esm/halp-logo/logo.js +13 -17
- package/dist/esm/index.js +13 -17
- package/dist/esm/jira-align-logo/icon.js +5 -33
- package/dist/esm/jira-align-logo/index.js +1 -2
- package/dist/esm/jira-align-logo/logo.js +5 -34
- package/dist/esm/jira-logo/icon.js +5 -32
- package/dist/esm/jira-logo/index.js +1 -2
- package/dist/esm/jira-logo/logo.js +4 -31
- package/dist/esm/jira-product-discovery-logo/icon.js +4 -31
- package/dist/esm/jira-product-discovery-logo/logo.js +4 -31
- package/dist/esm/jira-service-management-logo/icon.js +4 -31
- package/dist/esm/jira-service-management-logo/index.js +1 -2
- package/dist/esm/jira-service-management-logo/logo.js +4 -31
- package/dist/esm/jira-software-logo/icon.js +13 -17
- package/dist/esm/jira-software-logo/index.js +1 -2
- package/dist/esm/jira-software-logo/logo.js +13 -17
- package/dist/esm/jira-work-management-logo/icon.js +13 -17
- package/dist/esm/jira-work-management-logo/index.js +1 -2
- package/dist/esm/jira-work-management-logo/logo.js +13 -17
- package/dist/esm/loom-logo/icon.js +4 -21
- package/dist/esm/loom-logo/logo.js +4 -15
- package/dist/esm/opsgenie-logo/icon.js +55 -0
- package/dist/esm/opsgenie-logo/index.js +2 -6
- package/dist/esm/opsgenie-logo/logo.js +58 -0
- package/dist/esm/statuspage-logo/icon.js +4 -31
- package/dist/esm/statuspage-logo/index.js +1 -2
- package/dist/esm/statuspage-logo/logo.js +4 -31
- package/dist/esm/trello-logo/icon.js +4 -36
- package/dist/esm/trello-logo/index.js +1 -2
- package/dist/esm/trello-logo/logo.js +4 -36
- package/dist/esm/utils.js +15 -10
- package/dist/esm/wrapper.js +13 -7
- package/dist/types/atlas-logo/icon.d.ts +3 -1
- package/dist/types/atlas-logo/logo.d.ts +1 -1
- package/dist/types/atlassian-access-logo/icon.d.ts +1 -1
- package/dist/types/atlassian-access-logo/logo.d.ts +1 -1
- package/dist/types/atlassian-admin-logo/icon.d.ts +1 -1
- package/dist/types/atlassian-admin-logo/logo.d.ts +1 -1
- package/dist/types/atlassian-administration-logo/icon.d.ts +1 -1
- package/dist/types/atlassian-administration-logo/logo.d.ts +1 -1
- package/dist/types/atlassian-analytics-logo/icon.d.ts +1 -1
- package/dist/types/atlassian-analytics-logo/logo.d.ts +1 -1
- package/dist/types/atlassian-logo/icon.d.ts +2 -2
- package/dist/types/atlassian-logo/index.d.ts +0 -1
- package/dist/types/atlassian-logo/logo.d.ts +2 -2
- package/dist/types/atlassian-marketplace-logo/icon.d.ts +1 -1
- package/dist/types/atlassian-marketplace-logo/logo.d.ts +1 -1
- package/dist/types/atlassian-start-logo/logo.d.ts +5 -3
- package/dist/types/bitbucket-logo/icon.d.ts +2 -2
- package/dist/types/bitbucket-logo/index.d.ts +0 -1
- package/dist/types/bitbucket-logo/logo.d.ts +2 -2
- package/dist/types/compass-logo/icon.d.ts +2 -2
- package/dist/types/compass-logo/index.d.ts +0 -1
- package/dist/types/compass-logo/logo.d.ts +2 -2
- package/dist/types/confluence-logo/icon.d.ts +2 -2
- package/dist/types/confluence-logo/index.d.ts +0 -1
- package/dist/types/confluence-logo/logo.d.ts +2 -2
- package/dist/types/constants.d.ts +5 -1
- package/dist/types/guard-logo/icon.d.ts +1 -1
- package/dist/types/guard-logo/logo.d.ts +1 -1
- package/dist/types/halp-logo/icon.d.ts +4 -2
- package/dist/types/halp-logo/index.d.ts +0 -1
- package/dist/types/halp-logo/logo.d.ts +4 -2
- package/dist/types/index.d.ts +17 -21
- package/dist/types/jira-align-logo/icon.d.ts +2 -2
- package/dist/types/jira-align-logo/index.d.ts +0 -1
- package/dist/types/jira-align-logo/logo.d.ts +2 -2
- package/dist/types/jira-logo/icon.d.ts +2 -2
- package/dist/types/jira-logo/index.d.ts +0 -1
- package/dist/types/jira-logo/logo.d.ts +2 -2
- package/dist/types/jira-product-discovery-logo/icon.d.ts +2 -2
- package/dist/types/jira-product-discovery-logo/logo.d.ts +2 -2
- package/dist/types/jira-service-management-logo/icon.d.ts +2 -2
- package/dist/types/jira-service-management-logo/index.d.ts +0 -1
- package/dist/types/jira-service-management-logo/logo.d.ts +2 -2
- package/dist/types/jira-software-logo/icon.d.ts +4 -2
- package/dist/types/jira-software-logo/index.d.ts +0 -1
- package/dist/types/jira-software-logo/logo.d.ts +4 -2
- package/dist/types/jira-work-management-logo/icon.d.ts +4 -2
- package/dist/types/jira-work-management-logo/index.d.ts +0 -1
- package/dist/types/jira-work-management-logo/logo.d.ts +4 -2
- package/dist/types/loom-logo/icon.d.ts +2 -2
- package/dist/types/loom-logo/logo.d.ts +1 -1
- package/dist/{types-ts4.5/opsgenie-logo/new-icon.d.ts → types/opsgenie-logo/icon.d.ts} +3 -2
- package/dist/types/opsgenie-logo/index.d.ts +2 -6
- package/dist/{types-ts4.5/opsgenie-logo/new-logo.d.ts → types/opsgenie-logo/logo.d.ts} +3 -2
- package/dist/types/rovo-logo/icon.d.ts +1 -1
- package/dist/types/rovo-logo/logo.d.ts +1 -1
- package/dist/types/statuspage-logo/icon.d.ts +2 -2
- package/dist/types/statuspage-logo/index.d.ts +0 -1
- package/dist/types/statuspage-logo/logo.d.ts +2 -2
- package/dist/types/trello-logo/icon.d.ts +2 -2
- package/dist/types/trello-logo/index.d.ts +0 -1
- package/dist/types/trello-logo/logo.d.ts +2 -2
- package/dist/types/types.d.ts +1 -10
- package/dist/types/utils.d.ts +1 -3
- package/dist/types/wrapper.d.ts +5 -2
- package/dist/types-ts4.5/atlas-logo/icon.d.ts +3 -1
- package/dist/types-ts4.5/atlas-logo/logo.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-access-logo/icon.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-access-logo/logo.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-admin-logo/icon.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-admin-logo/logo.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-administration-logo/icon.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-administration-logo/logo.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-analytics-logo/icon.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-analytics-logo/logo.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/atlassian-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/atlassian-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/atlassian-marketplace-logo/icon.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-marketplace-logo/logo.d.ts +1 -1
- package/dist/types-ts4.5/atlassian-start-logo/logo.d.ts +5 -3
- package/dist/types-ts4.5/bitbucket-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/bitbucket-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/bitbucket-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/compass-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/compass-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/compass-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/confluence-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/confluence-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/confluence-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/constants.d.ts +5 -1
- package/dist/types-ts4.5/guard-logo/icon.d.ts +1 -1
- package/dist/types-ts4.5/guard-logo/logo.d.ts +1 -1
- package/dist/types-ts4.5/halp-logo/icon.d.ts +4 -2
- package/dist/types-ts4.5/halp-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/halp-logo/logo.d.ts +4 -2
- package/dist/types-ts4.5/index.d.ts +17 -21
- package/dist/types-ts4.5/jira-align-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/jira-align-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/jira-align-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/jira-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/jira-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/jira-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/jira-product-discovery-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/jira-product-discovery-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/jira-service-management-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/jira-service-management-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/jira-service-management-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/jira-software-logo/icon.d.ts +4 -2
- package/dist/types-ts4.5/jira-software-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/jira-software-logo/logo.d.ts +4 -2
- package/dist/types-ts4.5/jira-work-management-logo/icon.d.ts +4 -2
- package/dist/types-ts4.5/jira-work-management-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/jira-work-management-logo/logo.d.ts +4 -2
- package/dist/types-ts4.5/loom-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/loom-logo/logo.d.ts +1 -1
- package/dist/{types/opsgenie-logo/new-icon.d.ts → types-ts4.5/opsgenie-logo/icon.d.ts} +3 -2
- package/dist/types-ts4.5/opsgenie-logo/index.d.ts +2 -6
- package/dist/{types/opsgenie-logo/new-logo.d.ts → types-ts4.5/opsgenie-logo/logo.d.ts} +3 -2
- package/dist/types-ts4.5/rovo-logo/icon.d.ts +1 -1
- package/dist/types-ts4.5/rovo-logo/logo.d.ts +1 -1
- package/dist/types-ts4.5/statuspage-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/statuspage-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/statuspage-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/trello-logo/icon.d.ts +2 -2
- package/dist/types-ts4.5/trello-logo/index.d.ts +0 -1
- package/dist/types-ts4.5/trello-logo/logo.d.ts +2 -2
- package/dist/types-ts4.5/types.d.ts +1 -10
- package/dist/types-ts4.5/utils.d.ts +1 -3
- package/dist/types-ts4.5/wrapper.d.ts +5 -2
- package/extract-react-types/logo.tsx +2 -2
- package/opsgenie-icon/package.json +15 -0
- package/package.json +94 -107
- package/report.api.md +440 -439
- package/dist/cjs/atlassian-logo/wordmark.js +0 -56
- package/dist/cjs/bitbucket-logo/wordmark.js +0 -55
- package/dist/cjs/compass-logo/wordmark.js +0 -55
- package/dist/cjs/confluence-logo/wordmark.js +0 -54
- package/dist/cjs/halp-logo/wordmark.js +0 -55
- package/dist/cjs/hipchat-logo/icon.js +0 -60
- package/dist/cjs/hipchat-logo/index.js +0 -26
- package/dist/cjs/hipchat-logo/logo.js +0 -60
- package/dist/cjs/hipchat-logo/wordmark.js +0 -48
- package/dist/cjs/jira-align-logo/wordmark.js +0 -55
- package/dist/cjs/jira-core-logo/icon.js +0 -60
- package/dist/cjs/jira-core-logo/index.js +0 -26
- package/dist/cjs/jira-core-logo/logo.js +0 -60
- package/dist/cjs/jira-core-logo/wordmark.js +0 -48
- package/dist/cjs/jira-logo/wordmark.js +0 -55
- package/dist/cjs/jira-service-desk-logo/icon.js +0 -60
- package/dist/cjs/jira-service-desk-logo/index.js +0 -26
- package/dist/cjs/jira-service-desk-logo/logo.js +0 -60
- package/dist/cjs/jira-service-desk-logo/wordmark.js +0 -46
- package/dist/cjs/jira-service-management-logo/wordmark.js +0 -55
- package/dist/cjs/jira-software-logo/wordmark.js +0 -64
- package/dist/cjs/jira-work-management-logo/wordmark.js +0 -64
- package/dist/cjs/opsgenie-logo/new-icon.js +0 -88
- package/dist/cjs/opsgenie-logo/new-logo.js +0 -91
- package/dist/cjs/opsgenie-logo/new-wordmark.js +0 -61
- package/dist/cjs/opsgenie-logo/old-icon.js +0 -61
- package/dist/cjs/opsgenie-logo/old-logo.js +0 -57
- package/dist/cjs/opsgenie-logo/old-wordmark.js +0 -45
- package/dist/cjs/statuspage-logo/wordmark.js +0 -64
- package/dist/cjs/stride-logo/icon.js +0 -57
- package/dist/cjs/stride-logo/index.js +0 -26
- package/dist/cjs/stride-logo/logo.js +0 -57
- package/dist/cjs/stride-logo/wordmark.js +0 -45
- package/dist/cjs/trello-logo/wordmark.js +0 -64
- package/dist/es2019/atlassian-logo/wordmark.js +0 -60
- package/dist/es2019/bitbucket-logo/wordmark.js +0 -51
- package/dist/es2019/compass-logo/wordmark.js +0 -61
- package/dist/es2019/confluence-logo/wordmark.js +0 -50
- package/dist/es2019/halp-logo/wordmark.js +0 -59
- package/dist/es2019/hipchat-logo/icon.js +0 -59
- package/dist/es2019/hipchat-logo/index.js +0 -3
- package/dist/es2019/hipchat-logo/logo.js +0 -60
- package/dist/es2019/hipchat-logo/wordmark.js +0 -38
- package/dist/es2019/jira-align-logo/wordmark.js +0 -60
- package/dist/es2019/jira-core-logo/icon.js +0 -60
- package/dist/es2019/jira-core-logo/index.js +0 -3
- package/dist/es2019/jira-core-logo/logo.js +0 -61
- package/dist/es2019/jira-core-logo/wordmark.js +0 -37
- package/dist/es2019/jira-logo/wordmark.js +0 -51
- package/dist/es2019/jira-service-desk-logo/icon.js +0 -60
- package/dist/es2019/jira-service-desk-logo/index.js +0 -3
- package/dist/es2019/jira-service-desk-logo/logo.js +0 -61
- package/dist/es2019/jira-service-desk-logo/wordmark.js +0 -37
- package/dist/es2019/jira-service-management-logo/wordmark.js +0 -50
- package/dist/es2019/jira-software-logo/wordmark.js +0 -57
- package/dist/es2019/jira-work-management-logo/wordmark.js +0 -64
- package/dist/es2019/opsgenie-logo/new-icon.js +0 -109
- package/dist/es2019/opsgenie-logo/new-logo.js +0 -114
- package/dist/es2019/opsgenie-logo/new-wordmark.js +0 -55
- package/dist/es2019/opsgenie-logo/old-icon.js +0 -81
- package/dist/es2019/opsgenie-logo/old-logo.js +0 -78
- package/dist/es2019/opsgenie-logo/old-wordmark.js +0 -36
- package/dist/es2019/statuspage-logo/wordmark.js +0 -57
- package/dist/es2019/stride-logo/icon.js +0 -58
- package/dist/es2019/stride-logo/index.js +0 -3
- package/dist/es2019/stride-logo/logo.js +0 -59
- package/dist/es2019/stride-logo/wordmark.js +0 -36
- package/dist/es2019/trello-logo/wordmark.js +0 -56
- package/dist/esm/atlassian-logo/wordmark.js +0 -48
- package/dist/esm/bitbucket-logo/wordmark.js +0 -47
- package/dist/esm/compass-logo/wordmark.js +0 -47
- package/dist/esm/confluence-logo/wordmark.js +0 -46
- package/dist/esm/halp-logo/wordmark.js +0 -47
- package/dist/esm/hipchat-logo/icon.js +0 -52
- package/dist/esm/hipchat-logo/index.js +0 -3
- package/dist/esm/hipchat-logo/logo.js +0 -52
- package/dist/esm/hipchat-logo/wordmark.js +0 -40
- package/dist/esm/jira-align-logo/wordmark.js +0 -47
- package/dist/esm/jira-core-logo/icon.js +0 -52
- package/dist/esm/jira-core-logo/index.js +0 -3
- package/dist/esm/jira-core-logo/logo.js +0 -52
- package/dist/esm/jira-core-logo/wordmark.js +0 -40
- package/dist/esm/jira-logo/wordmark.js +0 -47
- package/dist/esm/jira-service-desk-logo/icon.js +0 -52
- package/dist/esm/jira-service-desk-logo/index.js +0 -3
- package/dist/esm/jira-service-desk-logo/logo.js +0 -52
- package/dist/esm/jira-service-desk-logo/wordmark.js +0 -38
- package/dist/esm/jira-service-management-logo/wordmark.js +0 -47
- package/dist/esm/jira-software-logo/wordmark.js +0 -56
- package/dist/esm/jira-work-management-logo/wordmark.js +0 -56
- package/dist/esm/opsgenie-logo/new-icon.js +0 -80
- package/dist/esm/opsgenie-logo/new-logo.js +0 -83
- package/dist/esm/opsgenie-logo/new-wordmark.js +0 -53
- package/dist/esm/opsgenie-logo/old-icon.js +0 -53
- package/dist/esm/opsgenie-logo/old-logo.js +0 -49
- package/dist/esm/opsgenie-logo/old-wordmark.js +0 -37
- package/dist/esm/statuspage-logo/wordmark.js +0 -56
- package/dist/esm/stride-logo/icon.js +0 -49
- package/dist/esm/stride-logo/index.js +0 -3
- package/dist/esm/stride-logo/logo.js +0 -49
- package/dist/esm/stride-logo/wordmark.js +0 -37
- package/dist/esm/trello-logo/wordmark.js +0 -56
- package/dist/types/atlassian-logo/wordmark.d.ts +0 -12
- package/dist/types/bitbucket-logo/wordmark.d.ts +0 -12
- package/dist/types/compass-logo/wordmark.d.ts +0 -12
- package/dist/types/confluence-logo/wordmark.d.ts +0 -12
- package/dist/types/halp-logo/wordmark.d.ts +0 -12
- package/dist/types/hipchat-logo/icon.d.ts +0 -6
- package/dist/types/hipchat-logo/index.d.ts +0 -3
- package/dist/types/hipchat-logo/logo.d.ts +0 -6
- package/dist/types/hipchat-logo/wordmark.d.ts +0 -6
- package/dist/types/jira-align-logo/wordmark.d.ts +0 -12
- package/dist/types/jira-core-logo/icon.d.ts +0 -6
- package/dist/types/jira-core-logo/index.d.ts +0 -3
- package/dist/types/jira-core-logo/logo.d.ts +0 -6
- package/dist/types/jira-core-logo/wordmark.d.ts +0 -6
- package/dist/types/jira-logo/wordmark.d.ts +0 -12
- package/dist/types/jira-service-desk-logo/icon.d.ts +0 -6
- package/dist/types/jira-service-desk-logo/index.d.ts +0 -3
- package/dist/types/jira-service-desk-logo/logo.d.ts +0 -6
- package/dist/types/jira-service-desk-logo/wordmark.d.ts +0 -6
- package/dist/types/jira-service-management-logo/wordmark.d.ts +0 -12
- package/dist/types/jira-software-logo/wordmark.d.ts +0 -12
- package/dist/types/jira-work-management-logo/wordmark.d.ts +0 -12
- package/dist/types/opsgenie-logo/new-wordmark.d.ts +0 -12
- package/dist/types/opsgenie-logo/old-icon.d.ts +0 -10
- package/dist/types/opsgenie-logo/old-logo.d.ts +0 -6
- package/dist/types/opsgenie-logo/old-wordmark.d.ts +0 -6
- package/dist/types/statuspage-logo/wordmark.d.ts +0 -12
- package/dist/types/stride-logo/icon.d.ts +0 -6
- package/dist/types/stride-logo/index.d.ts +0 -3
- package/dist/types/stride-logo/logo.d.ts +0 -6
- package/dist/types/stride-logo/wordmark.d.ts +0 -6
- package/dist/types/trello-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/atlassian-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/bitbucket-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/compass-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/confluence-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/halp-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/hipchat-logo/icon.d.ts +0 -6
- package/dist/types-ts4.5/hipchat-logo/index.d.ts +0 -3
- package/dist/types-ts4.5/hipchat-logo/logo.d.ts +0 -6
- package/dist/types-ts4.5/hipchat-logo/wordmark.d.ts +0 -6
- package/dist/types-ts4.5/jira-align-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/jira-core-logo/icon.d.ts +0 -6
- package/dist/types-ts4.5/jira-core-logo/index.d.ts +0 -3
- package/dist/types-ts4.5/jira-core-logo/logo.d.ts +0 -6
- package/dist/types-ts4.5/jira-core-logo/wordmark.d.ts +0 -6
- package/dist/types-ts4.5/jira-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/jira-service-desk-logo/icon.d.ts +0 -6
- package/dist/types-ts4.5/jira-service-desk-logo/index.d.ts +0 -3
- package/dist/types-ts4.5/jira-service-desk-logo/logo.d.ts +0 -6
- package/dist/types-ts4.5/jira-service-desk-logo/wordmark.d.ts +0 -6
- package/dist/types-ts4.5/jira-service-management-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/jira-software-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/jira-work-management-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/opsgenie-logo/new-wordmark.d.ts +0 -12
- package/dist/types-ts4.5/opsgenie-logo/old-icon.d.ts +0 -10
- package/dist/types-ts4.5/opsgenie-logo/old-logo.d.ts +0 -6
- package/dist/types-ts4.5/opsgenie-logo/old-wordmark.d.ts +0 -6
- package/dist/types-ts4.5/statuspage-logo/wordmark.d.ts +0 -12
- package/dist/types-ts4.5/stride-logo/icon.d.ts +0 -6
- package/dist/types-ts4.5/stride-logo/index.d.ts +0 -3
- package/dist/types-ts4.5/stride-logo/logo.d.ts +0 -6
- package/dist/types-ts4.5/stride-logo/wordmark.d.ts +0 -6
- package/dist/types-ts4.5/trello-logo/wordmark.d.ts +0 -12
- package/hipchat-icon/package.json +0 -15
- package/jira-core-icon/package.json +0 -15
- package/jira-service-desk-icon/package.json +0 -15
- package/jra-service-desk-icon/package.json +0 -15
- package/ops-genie-icon/package.json +0 -15
- package/stride-icon/package.json +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,1273 +1,1316 @@
|
|
|
1
1
|
# @atlaskit/logo
|
|
2
2
|
|
|
3
|
+
## 14.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#110670](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/110670)
|
|
8
|
+
[`c733254a2dd6e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c733254a2dd6e) -
|
|
9
|
+
Explicitly set jsxRuntime to classic via pragma comments in order to avoid issues where jsxRuntime
|
|
10
|
+
is implicitly set to automatic.
|
|
11
|
+
|
|
12
|
+
## 14.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- [#93481](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/93481)
|
|
17
|
+
[`fb0aacf8c8957`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/fb0aacf8c8957) -
|
|
18
|
+
Updates product logos following a brand refresh, cleaning up the feature flag from `13.17.0`. This
|
|
19
|
+
release also deletes a number of deprecated logos and props, and marks other logos as deprecated.
|
|
20
|
+
|
|
21
|
+
### Breaking changes:
|
|
22
|
+
|
|
23
|
+
- `iconGradientStart` and `iconGradientStop` props have been removed from all Icon and Logo
|
|
24
|
+
components. Updated logos do not support gradients.
|
|
25
|
+
- Deprecated `Wordmark` components have been removed. These wordmarks were only designed for use
|
|
26
|
+
in a legacy navigation pattern which is no longer supported. If you are using these components,
|
|
27
|
+
you should replace them with the appropriate `Logo` component.
|
|
28
|
+
- Deleted deprecated logos:
|
|
29
|
+
- `HipchatLogo` and `HipChatIcon`
|
|
30
|
+
- `StrideLogo` and `StrideIcon`
|
|
31
|
+
- `JiraCoreLogo` and `JiraCoreIcon`
|
|
32
|
+
- `JiraServiceDeskLogo` and `JiraServiceDeskIcon`
|
|
33
|
+
- `OpsGenieLogo` and `OpsGenieIcon` (old versions of `OpsgenieLogo` and `OpsgenieIcon`)
|
|
34
|
+
|
|
35
|
+
### Deprecations
|
|
36
|
+
|
|
37
|
+
- `AtlasLogo` and `AtlasIcon`
|
|
38
|
+
- `AtlassianStartLogo`
|
|
39
|
+
- `HalpLogo` and `HalpIcon`
|
|
40
|
+
- `JiraSoftwareLogo` and `JiraSoftwareIcon` - use `JiraLogo` and `JiraIcon` instead
|
|
41
|
+
- `JiraWorkManagementLogo` and `JiraWorkManagementIcon` - use `JiraLogo` and `JiraIcon` instead
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- Updated dependencies
|
|
46
|
+
|
|
3
47
|
## 13.17.0
|
|
4
48
|
|
|
5
49
|
### Minor Changes
|
|
6
50
|
|
|
7
|
-
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
51
|
+
- [#99225](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/99225)
|
|
52
|
+
[`428f67898ecb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/428f67898ecb) -
|
|
53
|
+
[ux] Adding product logos for Guard, Rovo, Atlassian Marketplace, Atlassian Admin, Atlassian
|
|
54
|
+
Administration, and Atlassian Access. Testing some other glyphs behind a feature flag, if
|
|
55
|
+
successful these changes will be enabled in a future release.
|
|
12
56
|
|
|
13
57
|
## 13.16.1
|
|
14
58
|
|
|
15
59
|
### Patch Changes
|
|
16
60
|
|
|
17
|
-
-
|
|
18
|
-
|
|
19
|
-
|
|
61
|
+
- [#97031](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/97031)
|
|
62
|
+
[`539af758079d`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/539af758079d) -
|
|
63
|
+
[ux] Fixing Atlas logo bug with inconsistent sizing
|
|
20
64
|
|
|
21
65
|
## 13.16.0
|
|
22
66
|
|
|
23
67
|
### Minor Changes
|
|
24
68
|
|
|
25
|
-
-
|
|
26
|
-
|
|
27
|
-
|
|
69
|
+
- [#96639](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/96639)
|
|
70
|
+
[`f6cdb5e53e81`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/f6cdb5e53e81) -
|
|
71
|
+
Add support for React 18 in non-strict mode.
|
|
28
72
|
|
|
29
73
|
## 13.15.4
|
|
30
74
|
|
|
31
75
|
### Patch Changes
|
|
32
76
|
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
77
|
+
- [#92537](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92537)
|
|
78
|
+
[`d6c368b4b3e5`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d6c368b4b3e5) -
|
|
79
|
+
[ux] This release updates some glyph, colour and theming behaviour changes.
|
|
36
80
|
|
|
37
81
|
## 13.15.3
|
|
38
82
|
|
|
39
83
|
### Patch Changes
|
|
40
84
|
|
|
41
|
-
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
-
|
|
85
|
+
- [#92971](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/92971)
|
|
86
|
+
[`89925a9d50b2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/89925a9d50b2) -
|
|
87
|
+
[ux] This release tests some Jira Align and Atlas glyph, colour and theming behaviour changes
|
|
88
|
+
behind a feature flag. If successful, these changes will be enabled in a future release.
|
|
89
|
+
- Updated dependencies
|
|
46
90
|
|
|
47
91
|
## 13.15.2
|
|
48
92
|
|
|
49
93
|
### Patch Changes
|
|
50
94
|
|
|
51
|
-
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
95
|
+
- [#89713](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89713)
|
|
96
|
+
[`57d3c407b13c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/57d3c407b13c) -
|
|
97
|
+
[ux] This release tests some glyph, colour and theming behaviour changes behind a feature flag. If
|
|
98
|
+
successful, these changes will be enabled in a future release.
|
|
55
99
|
|
|
56
100
|
## 13.15.1
|
|
57
101
|
|
|
58
102
|
### Patch Changes
|
|
59
103
|
|
|
60
|
-
-
|
|
61
|
-
|
|
62
|
-
|
|
104
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116)
|
|
105
|
+
[`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) -
|
|
106
|
+
Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
63
107
|
|
|
64
108
|
## 13.15.0
|
|
65
109
|
|
|
66
110
|
### Minor Changes
|
|
67
111
|
|
|
68
|
-
-
|
|
69
|
-
|
|
70
|
-
|
|
112
|
+
- [#64792](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64792)
|
|
113
|
+
[`5e543c3a5479`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/5e543c3a5479) -
|
|
114
|
+
Adds Loom icon and logo components.
|
|
71
115
|
|
|
72
116
|
## 13.14.9
|
|
73
117
|
|
|
74
118
|
### Patch Changes
|
|
75
119
|
|
|
76
|
-
-
|
|
77
|
-
|
|
78
|
-
|
|
120
|
+
- [#40928](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/40928)
|
|
121
|
+
[`dbe29ba5d95`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dbe29ba5d95) - remove
|
|
122
|
+
unused size/label paramaters to fix ts error
|
|
79
123
|
|
|
80
124
|
## 13.14.8
|
|
81
125
|
|
|
82
126
|
### Patch Changes
|
|
83
127
|
|
|
84
|
-
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
128
|
+
- [#36754](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/36754)
|
|
129
|
+
[`4ae083a7e66`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ae083a7e66) - Use
|
|
130
|
+
`@af/accessibility-testing` for default jest-axe config and jest-axe import in accessibility
|
|
131
|
+
testing.
|
|
88
132
|
|
|
89
133
|
## 13.14.7
|
|
90
134
|
|
|
91
135
|
### Patch Changes
|
|
92
136
|
|
|
93
|
-
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
137
|
+
- [#33652](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33652)
|
|
138
|
+
[`e7ea6832ad2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e7ea6832ad2) - Bans the
|
|
139
|
+
use of React.FC/React.FunctionComponent type in ADS components as part of the React 18 migration
|
|
140
|
+
work. The change is internal only and should not introduce any changes for the component
|
|
141
|
+
consumers.
|
|
98
142
|
|
|
99
143
|
## 13.14.6
|
|
100
144
|
|
|
101
145
|
### Patch Changes
|
|
102
146
|
|
|
103
|
-
-
|
|
104
|
-
|
|
105
|
-
|
|
147
|
+
- [#34445](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34445)
|
|
148
|
+
[`33f10b7eb36`](https://bitbucket.org/atlassian/atlassian-frontend/commits/33f10b7eb36) - Removing
|
|
149
|
+
unused dependencies and dev dependencies
|
|
106
150
|
|
|
107
151
|
## 13.14.5
|
|
108
152
|
|
|
109
153
|
### Patch Changes
|
|
110
154
|
|
|
111
|
-
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
155
|
+
- [#32935](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32935)
|
|
156
|
+
[`b1bdec7cce2`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b1bdec7cce2) - Internal
|
|
157
|
+
change to enforce token usage for spacing properties. There is no expected visual or behaviour
|
|
158
|
+
change.
|
|
115
159
|
|
|
116
160
|
## 13.14.4
|
|
117
161
|
|
|
118
162
|
### Patch Changes
|
|
119
163
|
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
|
|
164
|
+
- [#34305](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34305)
|
|
165
|
+
[`0ee3115921e`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0ee3115921e) - [ux]
|
|
166
|
+
removed width property in svg tag fro atlas logo
|
|
123
167
|
|
|
124
168
|
## 13.14.3
|
|
125
169
|
|
|
126
170
|
### Patch Changes
|
|
127
171
|
|
|
128
|
-
-
|
|
129
|
-
|
|
130
|
-
|
|
172
|
+
- [#34124](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/34124)
|
|
173
|
+
[`77766ad157d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/77766ad157d) - Enrol
|
|
174
|
+
packages to push-model consumption in Jira.
|
|
131
175
|
|
|
132
176
|
## 13.14.2
|
|
133
177
|
|
|
134
178
|
### Patch Changes
|
|
135
179
|
|
|
136
|
-
-
|
|
137
|
-
|
|
138
|
-
|
|
180
|
+
- [#33793](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33793)
|
|
181
|
+
[`9d00501a414`](https://bitbucket.org/atlassian/atlassian-frontend/commits/9d00501a414) - Ensure
|
|
182
|
+
legacy types are published for TS 4.5-4.8
|
|
139
183
|
|
|
140
184
|
## 13.14.1
|
|
141
185
|
|
|
142
186
|
### Patch Changes
|
|
143
187
|
|
|
144
|
-
-
|
|
145
|
-
|
|
146
|
-
|
|
188
|
+
- [#33649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33649)
|
|
189
|
+
[`41fae2c6f68`](https://bitbucket.org/atlassian/atlassian-frontend/commits/41fae2c6f68) - Upgrade
|
|
190
|
+
Typescript from `4.5.5` to `4.9.5`
|
|
147
191
|
|
|
148
192
|
## 13.14.0
|
|
149
193
|
|
|
150
194
|
### Minor Changes
|
|
151
195
|
|
|
152
|
-
-
|
|
153
|
-
|
|
154
|
-
|
|
196
|
+
- [#33258](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/33258)
|
|
197
|
+
[`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip
|
|
198
|
+
minor dependency bump
|
|
155
199
|
|
|
156
200
|
### Patch Changes
|
|
157
201
|
|
|
158
|
-
-
|
|
202
|
+
- Updated dependencies
|
|
159
203
|
|
|
160
204
|
## 13.13.0
|
|
161
205
|
|
|
162
206
|
### Minor Changes
|
|
163
207
|
|
|
164
|
-
-
|
|
165
|
-
|
|
166
|
-
|
|
208
|
+
- [#32323](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32323)
|
|
209
|
+
[`5111380b383`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5111380b383) - Adds
|
|
210
|
+
logo assets for Atlas
|
|
167
211
|
|
|
168
212
|
## 13.12.1
|
|
169
213
|
|
|
170
214
|
### Patch Changes
|
|
171
215
|
|
|
172
|
-
-
|
|
173
|
-
|
|
174
|
-
|
|
216
|
+
- [#32294](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/32294)
|
|
217
|
+
[`e0460d5d989`](https://bitbucket.org/atlassian/atlassian-frontend/commits/e0460d5d989) - Usages
|
|
218
|
+
of `process` are now guarded by a `typeof` check.
|
|
175
219
|
|
|
176
220
|
## 13.12.0
|
|
177
221
|
|
|
178
222
|
### Minor Changes
|
|
179
223
|
|
|
180
|
-
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
224
|
+
- [#31973](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31973)
|
|
225
|
+
[`4d2e52e86d3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4d2e52e86d3) - [ux] Add
|
|
226
|
+
Atlassian Analytics logo and icon. Also fixes a bug with non-unique linear-gradient ids where
|
|
227
|
+
subsequent logos on a page could be impacted by display/vvisibility styles applied to the first
|
|
228
|
+
logo on a page.
|
|
185
229
|
|
|
186
230
|
## 13.11.2
|
|
187
231
|
|
|
188
232
|
### Patch Changes
|
|
189
233
|
|
|
190
|
-
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
-
|
|
234
|
+
- [#31206](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/31206)
|
|
235
|
+
[`261420360ec`](https://bitbucket.org/atlassian/atlassian-frontend/commits/261420360ec) - Upgrades
|
|
236
|
+
component types to support React 18.
|
|
237
|
+
- Updated dependencies
|
|
194
238
|
|
|
195
239
|
## 13.11.1
|
|
196
240
|
|
|
197
241
|
### Patch Changes
|
|
198
242
|
|
|
199
|
-
-
|
|
200
|
-
|
|
201
|
-
|
|
243
|
+
- [#29835](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29835)
|
|
244
|
+
[`b77d5924c19`](https://bitbucket.org/atlassian/atlassian-frontend/commits/b77d5924c19) - [ux]
|
|
245
|
+
Remove "width" attribute from Jira Product Discovery logo and icon SVGs.
|
|
202
246
|
|
|
203
247
|
## 13.11.0
|
|
204
248
|
|
|
205
249
|
### Minor Changes
|
|
206
250
|
|
|
207
|
-
-
|
|
208
|
-
|
|
209
|
-
|
|
251
|
+
- [#29472](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/29472)
|
|
252
|
+
[`a6da509aa20`](https://bitbucket.org/atlassian/atlassian-frontend/commits/a6da509aa20) - [ux]
|
|
253
|
+
Adds Jira Product Discovery logo and icon
|
|
210
254
|
|
|
211
255
|
## 13.10.5
|
|
212
256
|
|
|
213
257
|
### Patch Changes
|
|
214
258
|
|
|
215
|
-
-
|
|
259
|
+
- Updated dependencies
|
|
216
260
|
|
|
217
261
|
## 13.10.4
|
|
218
262
|
|
|
219
263
|
### Patch Changes
|
|
220
264
|
|
|
221
|
-
-
|
|
265
|
+
- Updated dependencies
|
|
222
266
|
|
|
223
267
|
## 13.10.3
|
|
224
268
|
|
|
225
269
|
### Patch Changes
|
|
226
270
|
|
|
227
|
-
-
|
|
271
|
+
- Updated dependencies
|
|
228
272
|
|
|
229
273
|
## 13.10.2
|
|
230
274
|
|
|
231
275
|
### Patch Changes
|
|
232
276
|
|
|
233
|
-
-
|
|
277
|
+
- Updated dependencies
|
|
234
278
|
|
|
235
279
|
## 13.10.1
|
|
236
280
|
|
|
237
281
|
### Patch Changes
|
|
238
282
|
|
|
239
|
-
-
|
|
240
|
-
|
|
241
|
-
|
|
283
|
+
- [#25860](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/25860)
|
|
284
|
+
[`88a34a8c2dd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/88a34a8c2dd) - Remove
|
|
285
|
+
redundant `role=presentation` on wrapping @atlaskit/icon and @atlaskit/logo spans.
|
|
242
286
|
|
|
243
287
|
## 13.10.0
|
|
244
288
|
|
|
245
289
|
### Minor Changes
|
|
246
290
|
|
|
247
|
-
-
|
|
248
|
-
|
|
249
|
-
|
|
291
|
+
- [#24710](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24710)
|
|
292
|
+
[`68e771a783a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/68e771a783a) - Updates
|
|
293
|
+
`@emotion/core` to `@emotion/react`; v10 to v11. There is no expected behavior change.
|
|
250
294
|
|
|
251
295
|
## 13.9.1
|
|
252
296
|
|
|
253
297
|
### Patch Changes
|
|
254
298
|
|
|
255
|
-
-
|
|
256
|
-
|
|
257
|
-
|
|
299
|
+
- [#24874](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24874)
|
|
300
|
+
[`8cc2f888c83`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8cc2f888c83) - Upgrade
|
|
301
|
+
Typescript from `4.3.5` to `4.5.5`
|
|
258
302
|
|
|
259
303
|
## 13.9.0
|
|
260
304
|
|
|
261
305
|
### Minor Changes
|
|
262
306
|
|
|
263
|
-
-
|
|
264
|
-
|
|
265
|
-
|
|
307
|
+
- [#24004](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24004)
|
|
308
|
+
[`76eadca8ef3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/76eadca8ef3) - Adds
|
|
309
|
+
Jira Align logo, icon and wordmark.
|
|
266
310
|
|
|
267
311
|
### Patch Changes
|
|
268
312
|
|
|
269
|
-
-
|
|
313
|
+
- Updated dependencies
|
|
270
314
|
|
|
271
315
|
## 13.8.2
|
|
272
316
|
|
|
273
317
|
### Patch Changes
|
|
274
318
|
|
|
275
|
-
-
|
|
276
|
-
|
|
277
|
-
|
|
319
|
+
- [#24492](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/24492)
|
|
320
|
+
[`8d4228767b0`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8d4228767b0) - Upgrade
|
|
321
|
+
Typescript from `4.2.4` to `4.3.5`.
|
|
278
322
|
|
|
279
323
|
## 13.8.1
|
|
280
324
|
|
|
281
325
|
### Patch Changes
|
|
282
326
|
|
|
283
|
-
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
-
|
|
287
|
-
|
|
288
|
-
-
|
|
327
|
+
- [#23381](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/23381)
|
|
328
|
+
[`d448e04e6a8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d448e04e6a8) - [ux]
|
|
329
|
+
Internal changes to make the styling more resilient to inherited styles.
|
|
330
|
+
- [`c320954edd7`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c320954edd7) - Internal
|
|
331
|
+
code change turning on new linting rules.
|
|
332
|
+
- Updated dependencies
|
|
289
333
|
|
|
290
334
|
## 13.8.0
|
|
291
335
|
|
|
292
336
|
### Minor Changes
|
|
293
337
|
|
|
294
|
-
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
338
|
+
- [#22642](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/22642)
|
|
339
|
+
[`c7c2083475d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c7c2083475d) - [ux] -
|
|
340
|
+
Adds `appearance` prop that allows you to choose between three brand-approved appearances:
|
|
341
|
+
`brand`, `neutral` and `inverse`. These will be based on design tokens and theme-responsive.
|
|
298
342
|
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
343
|
+
- Deprecates the `iconColor`, `iconGradientStart`, `iconGradientEnd` and `textColor` props. They
|
|
344
|
+
will still be supported in the immediate future but the goal is to shift usages towards using
|
|
345
|
+
the `appearance` prop.
|
|
302
346
|
|
|
303
347
|
## 13.7.1
|
|
304
348
|
|
|
305
349
|
### Patch Changes
|
|
306
350
|
|
|
307
|
-
-
|
|
351
|
+
- Updated dependencies
|
|
308
352
|
|
|
309
353
|
## 13.7.0
|
|
310
354
|
|
|
311
355
|
### Minor Changes
|
|
312
356
|
|
|
313
|
-
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
357
|
+
- [#21570](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/21570)
|
|
358
|
+
[`0793be315f4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0793be315f4) - [ux]
|
|
359
|
+
This is an update to clearly mark all deprecated Logo exports as deprecated and slated for removal
|
|
360
|
+
in the next major release. In the next verion we will be removing the following deprecated exports
|
|
361
|
+
from the main entrypoint:
|
|
318
362
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
363
|
+
- `StrideIcon`, `StrideLogo`, `StrideWordmark`
|
|
364
|
+
- `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
|
|
365
|
+
- `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark` (use `JiraWorkManagement` +
|
|
366
|
+
`Icon`|`Logo`|`Wordmark` instead)
|
|
367
|
+
- `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark` (use
|
|
368
|
+
`JiraServiceManagement` + `Icon`|`Logo`|`Wordmark` instead)
|
|
369
|
+
- `OpsGenieIcon`, `OpsGenieLogo`, `OpsGenieWordmark` (use `Opsgenie` with a lowercase 'g' +
|
|
370
|
+
`Icon`|`Logo`|`Wordmark` instead)
|
|
327
371
|
|
|
328
|
-
|
|
329
|
-
|
|
372
|
+
We will also be removing the following deprecated exports from the `@atlaskit/logo/constants`
|
|
373
|
+
entrypoint:
|
|
330
374
|
|
|
331
|
-
|
|
332
|
-
|
|
375
|
+
- `Props` (use `LogoProps` instead)
|
|
376
|
+
- `DefaultProps` (use `defaultLogoParams` instead)
|
|
333
377
|
|
|
334
|
-
|
|
378
|
+
## Codemod
|
|
335
379
|
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
380
|
+
To help with this migration, we have provided a codemod that you can run to automatically update
|
|
381
|
+
your imports (it will leave a comment if you are using a logo with no alternative). This codemod
|
|
382
|
+
has been around for a while, but we've updated it in this release.
|
|
339
383
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
384
|
+
Once you've upgraded `@atlaskit/logo`, use the Atlaskit codemod CLI. See
|
|
385
|
+
[documentation on DAC](https://hello.atlassian.net/wiki/spaces/AF/pages/2627171992/Codemods) for
|
|
386
|
+
general codemod guidance.
|
|
343
387
|
|
|
344
|
-
|
|
345
|
-
|
|
388
|
+
Without setting options in your terminal command, you can run the following and type to search for
|
|
389
|
+
`logo` and select `@atlaskit/logo: 13.6.0-rename-imports` from the interactive CLI.
|
|
346
390
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
391
|
+
```
|
|
392
|
+
npx @atlaskit/codemod-cli [TARGET_PATH]`
|
|
393
|
+
```
|
|
350
394
|
|
|
351
|
-
|
|
395
|
+
For a TypeScript codebase, a more detailed command might look something like this.
|
|
352
396
|
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
397
|
+
```
|
|
398
|
+
npx @atlaskit/codemod-cli --ignore-pattern node_modules --parser tsx --extensions js,jsx,ts,tsx ./packages
|
|
399
|
+
```
|
|
356
400
|
|
|
357
|
-
|
|
401
|
+
For a Flow codebase, you will want to use `--parser babylon` instead of `--parser flow`.
|
|
358
402
|
|
|
359
|
-
|
|
403
|
+
## Design System ESLint Plugin
|
|
360
404
|
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
405
|
+
We've also updated `@atlaskit/eslint-plugin-design-system` to add new restrictions to these
|
|
406
|
+
imports. If you haven't already, we recommend installing this plugin and enabling the rules in
|
|
407
|
+
your ESLint config. For now, documentation for the plugin resides on
|
|
408
|
+
[Bitbucket](https://bitbucket.org/atlassian/atlassian-frontend-mirror/src/master/design-system/eslint-plugin/).
|
|
365
409
|
|
|
366
410
|
## 13.6.0
|
|
367
411
|
|
|
368
412
|
### Minor Changes
|
|
369
413
|
|
|
370
|
-
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
414
|
+
- [#20721](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20721)
|
|
415
|
+
[`4caed6d5063`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4caed6d5063) -
|
|
416
|
+
Refactors logo converting it from class components to functional components. This includes file
|
|
417
|
+
renames and some API changes such as prop name changes but is still backwards compatible. These
|
|
418
|
+
old APIs will be deprecated in a later release.
|
|
375
419
|
|
|
376
420
|
## 13.5.5
|
|
377
421
|
|
|
378
422
|
### Patch Changes
|
|
379
423
|
|
|
380
|
-
-
|
|
381
|
-
|
|
382
|
-
|
|
424
|
+
- [#20650](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/20650)
|
|
425
|
+
[`cb2392f6d33`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cb2392f6d33) - Upgrade
|
|
426
|
+
to TypeScript 4.2.4
|
|
383
427
|
|
|
384
428
|
## 13.5.4
|
|
385
429
|
|
|
386
430
|
### Patch Changes
|
|
387
431
|
|
|
388
|
-
-
|
|
389
|
-
|
|
390
|
-
|
|
432
|
+
- [#16285](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/16285)
|
|
433
|
+
[`ec464e07b10`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ec464e07b10) - Fixes a
|
|
434
|
+
bug where the Atlassian Start logo did not render correctly on Firefox
|
|
391
435
|
|
|
392
436
|
## 13.5.3
|
|
393
437
|
|
|
394
438
|
### Patch Changes
|
|
395
439
|
|
|
396
|
-
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
-
|
|
440
|
+
- [#13302](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/13302)
|
|
441
|
+
[`af4bca32ad4`](https://bitbucket.org/atlassian/atlassian-frontend/commits/af4bca32ad4) - Internal
|
|
442
|
+
changes to supress eslint rules.
|
|
443
|
+
- Updated dependencies
|
|
400
444
|
|
|
401
445
|
## 13.5.2
|
|
402
446
|
|
|
403
447
|
### Patch Changes
|
|
404
448
|
|
|
405
|
-
-
|
|
406
|
-
|
|
407
|
-
|
|
449
|
+
- [#12837](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12837)
|
|
450
|
+
[`545d363ca28`](https://bitbucket.org/atlassian/atlassian-frontend/commits/545d363ca28) - Convert
|
|
451
|
+
usage of `styled-components` to `emotion`.
|
|
408
452
|
|
|
409
453
|
## 13.5.1
|
|
410
454
|
|
|
411
455
|
### Patch Changes
|
|
412
456
|
|
|
413
|
-
-
|
|
414
|
-
|
|
415
|
-
|
|
457
|
+
- [#12880](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12880)
|
|
458
|
+
[`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump
|
|
459
|
+
`@atlaskit/theme` to version `^11.3.0`.
|
|
416
460
|
|
|
417
461
|
## 13.5.0
|
|
418
462
|
|
|
419
463
|
### Minor Changes
|
|
420
464
|
|
|
421
|
-
-
|
|
422
|
-
|
|
423
|
-
|
|
465
|
+
- [#12328](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/12328)
|
|
466
|
+
[`83a089fe0cc`](https://bitbucket.org/atlassian/atlassian-frontend/commits/83a089fe0cc) - Halp has
|
|
467
|
+
been added to logos. This includes the logo, wordmark and icon.
|
|
424
468
|
|
|
425
469
|
### Patch Changes
|
|
426
470
|
|
|
427
|
-
-
|
|
428
|
-
|
|
471
|
+
- [`cc0c678724c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/cc0c678724c) - Add
|
|
472
|
+
default label for Logo
|
|
429
473
|
|
|
430
474
|
## 13.4.2
|
|
431
475
|
|
|
432
476
|
### Patch Changes
|
|
433
477
|
|
|
434
|
-
-
|
|
435
|
-
|
|
436
|
-
|
|
478
|
+
- [#11649](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/11649)
|
|
479
|
+
[`17770b662ac`](https://bitbucket.org/atlassian/atlassian-frontend/commits/17770b662ac) - NO-ISSUE
|
|
480
|
+
reference existing file in af.exports['.']
|
|
437
481
|
|
|
438
482
|
## 13.4.1
|
|
439
483
|
|
|
440
484
|
### Patch Changes
|
|
441
485
|
|
|
442
|
-
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
486
|
+
- [#10230](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10230)
|
|
487
|
+
[`0017d2a8439`](https://bitbucket.org/atlassian/atlassian-frontend/commits/0017d2a8439) - Since
|
|
488
|
+
the logo, icon and workmard components of JiraCore, JiraServiceDesk, OpsGenie, Stride and Hipchat
|
|
489
|
+
are deprecated in `@atlaskit/logo`, we provided a codemod to help consumers upgrade their
|
|
490
|
+
components.
|
|
447
491
|
|
|
448
|
-
|
|
492
|
+
**Running the codemod cli**
|
|
449
493
|
|
|
450
|
-
|
|
451
|
-
|
|
494
|
+
To run the codemod: **You first need to have the latest avatar installed before you can run the
|
|
495
|
+
codemod**
|
|
452
496
|
|
|
453
|
-
|
|
497
|
+
`yarn upgrade @atlaskit/logo`
|
|
454
498
|
|
|
455
|
-
|
|
499
|
+
Once upgraded, use the Atlaskit codemod-cli;
|
|
456
500
|
|
|
457
|
-
|
|
501
|
+
`npx @atlaskit/codemod-cli --parser [PARSER] --extensions [FILE_EXTENSIONS] [TARGET_PATH]`
|
|
458
502
|
|
|
459
|
-
|
|
460
|
-
|
|
503
|
+
Or run `npx @atlaskit/codemod-cli -h` for more details on usage. For Atlassians, refer to this doc
|
|
504
|
+
for more details on the codemod CLI.
|
|
461
505
|
|
|
462
|
-
-
|
|
506
|
+
- Updated dependencies
|
|
463
507
|
|
|
464
508
|
## 13.4.0
|
|
465
509
|
|
|
466
510
|
### Minor Changes
|
|
467
511
|
|
|
468
|
-
-
|
|
469
|
-
|
|
470
|
-
|
|
512
|
+
- [#10212](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/10212)
|
|
513
|
+
[`5f44a31b58a`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f44a31b58a) - [ux] Add
|
|
514
|
+
new Trello logo, Atlassian Start logo and Compass logo to `@atlaskit/logo`
|
|
471
515
|
|
|
472
516
|
## 13.3.0
|
|
473
517
|
|
|
474
518
|
### Minor Changes
|
|
475
519
|
|
|
476
|
-
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
520
|
+
- [#9756](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9756)
|
|
521
|
+
[`c8afaa49d34`](https://bitbucket.org/atlassian/atlassian-frontend/commits/c8afaa49d34) - Add
|
|
522
|
+
`OpsgenieIcon`, `OpsgenieLogo` and `OpsgenieWordmark` in order to rename `OpsGenie` to `Opsgenie`,
|
|
523
|
+
and deprecate the following logos:
|
|
480
524
|
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
525
|
+
- `JiraCoreIcon`, `JiraCoreLogo`, `JiraCoreWordmark`
|
|
526
|
+
- `JiraServiceDeskIcon`, `JiraServiceDeskLogo`, `JiraServiceDeskWordmark`
|
|
527
|
+
- `StrideIcon`, `StrideLogo`, `StrideWordmark`
|
|
528
|
+
- `HipchatIcon`, `HipchatLogo`, `HipchatWordmark`
|
|
485
529
|
|
|
486
530
|
### Patch Changes
|
|
487
531
|
|
|
488
|
-
-
|
|
532
|
+
- Updated dependencies
|
|
489
533
|
|
|
490
534
|
## 13.2.0
|
|
491
535
|
|
|
492
536
|
### Minor Changes
|
|
493
537
|
|
|
494
|
-
-
|
|
495
|
-
|
|
496
|
-
|
|
538
|
+
- [#9446](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9446)
|
|
539
|
+
[`95838b0d7cf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/95838b0d7cf) - [ux] Add
|
|
540
|
+
Jira Work Management Logo
|
|
497
541
|
|
|
498
542
|
## 13.1.2
|
|
499
543
|
|
|
500
544
|
### Patch Changes
|
|
501
545
|
|
|
502
|
-
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
546
|
+
- [#9299](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/9299)
|
|
547
|
+
[`471e2431a7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/471e2431a7c) -
|
|
548
|
+
Downgrade back to date-fns 1.30.1 We discovered big bundle size increases associated with the
|
|
549
|
+
date-fns upgrade. We're reverting the upgarde to investigate
|
|
506
550
|
|
|
507
551
|
## 13.1.1
|
|
508
552
|
|
|
509
553
|
### Patch Changes
|
|
510
554
|
|
|
511
|
-
-
|
|
512
|
-
|
|
513
|
-
|
|
555
|
+
- [#8291](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8291)
|
|
556
|
+
[`70f0701c2e6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/70f0701c2e6) - Upgrade
|
|
557
|
+
date-fns to 2.17
|
|
514
558
|
|
|
515
559
|
## 13.1.0
|
|
516
560
|
|
|
517
561
|
### Minor Changes
|
|
518
562
|
|
|
519
|
-
-
|
|
520
|
-
|
|
521
|
-
|
|
563
|
+
- [#8178](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/8178)
|
|
564
|
+
[`5216ebed3b6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5216ebed3b6) - Expose
|
|
565
|
+
and use atlassian-icon, jira-icon entry points
|
|
522
566
|
|
|
523
567
|
## 13.0.8
|
|
524
568
|
|
|
525
569
|
### Patch Changes
|
|
526
570
|
|
|
527
|
-
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
-
|
|
531
|
-
|
|
571
|
+
- [#7762](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/7762)
|
|
572
|
+
[`952019cfd39`](https://bitbucket.org/atlassian/atlassian-frontend/commits/952019cfd39) - Removed
|
|
573
|
+
extraneous/unnecessary dependencies for design system components.
|
|
574
|
+
- [`dfa1827ecad`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfa1827ecad) - Fixed
|
|
575
|
+
the broken "Download the logos" link on https://atlassian.design/components/logo/usage
|
|
532
576
|
|
|
533
577
|
## 13.0.7
|
|
534
578
|
|
|
535
579
|
### Patch Changes
|
|
536
580
|
|
|
537
|
-
-
|
|
538
|
-
|
|
539
|
-
|
|
581
|
+
- [#5857](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5857)
|
|
582
|
+
[`d3265f19be`](https://bitbucket.org/atlassian/atlassian-frontend/commits/d3265f19be) - Transpile
|
|
583
|
+
packages using babel rather than tsc
|
|
540
584
|
|
|
541
585
|
## 13.0.6
|
|
542
586
|
|
|
543
587
|
### Patch Changes
|
|
544
588
|
|
|
545
|
-
-
|
|
546
|
-
|
|
547
|
-
|
|
589
|
+
- [#6125](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/6125)
|
|
590
|
+
[`ce8c85a20d`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce8c85a20d) - As part of
|
|
591
|
+
this task we have introduced a new JSM logo and deprecated JSD logo
|
|
548
592
|
|
|
549
593
|
## 13.0.5
|
|
550
594
|
|
|
551
595
|
### Patch Changes
|
|
552
596
|
|
|
553
|
-
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
597
|
+
- [#5497](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/5497)
|
|
598
|
+
[`5f58283e1f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/5f58283e1f) - Export
|
|
599
|
+
types using Typescript's new "export type" syntax to satisfy Typescript's --isolatedModules
|
|
600
|
+
compiler option. This requires version 3.8 of Typescript, read more about how we handle Typescript
|
|
601
|
+
versions here: https://atlaskit.atlassian.com/get-started Also add `typescript` to
|
|
602
|
+
`devDependencies` to denote version that the package was built with.
|
|
559
603
|
|
|
560
604
|
## 13.0.4
|
|
561
605
|
|
|
562
606
|
### Patch Changes
|
|
563
607
|
|
|
564
|
-
-
|
|
565
|
-
|
|
566
|
-
|
|
608
|
+
- [#4424](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/4424)
|
|
609
|
+
[`7315203b80`](https://bitbucket.org/atlassian/atlassian-frontend/commits/7315203b80) - Rename
|
|
610
|
+
`AkCode` and `AkCodeBlock` exports to `Code` and `CodeBlock` for `@atlaskit/code`.
|
|
567
611
|
|
|
568
612
|
## 13.0.3
|
|
569
613
|
|
|
570
614
|
### Patch Changes
|
|
571
615
|
|
|
572
|
-
-
|
|
573
|
-
|
|
574
|
-
|
|
616
|
+
- [#3885](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3885)
|
|
617
|
+
[`6c525a8229`](https://bitbucket.org/atlassian/atlassian-frontend/commits/6c525a8229) - Upgraded
|
|
618
|
+
to TypeScript 3.9.6 and tslib to 2.0.0
|
|
575
619
|
|
|
576
|
-
|
|
577
|
-
|
|
620
|
+
Since tslib is a dependency for all our packages we recommend that products also follow this tslib
|
|
621
|
+
upgrade to prevent duplicates of tslib being bundled.
|
|
578
622
|
|
|
579
623
|
## 13.0.2
|
|
580
624
|
|
|
581
625
|
### Patch Changes
|
|
582
626
|
|
|
583
|
-
-
|
|
584
|
-
|
|
585
|
-
|
|
627
|
+
- [#3293](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3293)
|
|
628
|
+
[`954cc87b62`](https://bitbucket.org/atlassian/atlassian-frontend/commits/954cc87b62) - The readme
|
|
629
|
+
and package information has been updated to point to the new design system website.
|
|
586
630
|
|
|
587
631
|
## 13.0.1
|
|
588
632
|
|
|
589
633
|
### Patch Changes
|
|
590
634
|
|
|
591
|
-
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
-
|
|
595
|
-
|
|
635
|
+
- [#3428](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3428)
|
|
636
|
+
[`ce3b100bed`](https://bitbucket.org/atlassian/atlassian-frontend/commits/ce3b100bed) - Change the
|
|
637
|
+
Atlassian Icon for better alignment with other Icons
|
|
638
|
+
- [`db053b24d8`](https://bitbucket.org/atlassian/atlassian-frontend/commits/db053b24d8) - Update all
|
|
639
|
+
the theme imports to be tree-shakable
|
|
596
640
|
|
|
597
641
|
## 13.0.0
|
|
598
642
|
|
|
599
643
|
### Major Changes
|
|
600
644
|
|
|
601
|
-
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
645
|
+
- [#3335](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/3335)
|
|
646
|
+
[`87f4720f27`](https://bitbucket.org/atlassian/atlassian-frontend/commits/87f4720f27) - Officially
|
|
647
|
+
dropping IE11 support, from this version onwards there are no warranties of the package working in
|
|
648
|
+
IE11. For more information see:
|
|
649
|
+
https://community.developer.atlassian.com/t/atlaskit-to-drop-support-for-internet-explorer-11-from-1st-july-2020/39534
|
|
606
650
|
|
|
607
651
|
## 12.3.5
|
|
608
652
|
|
|
609
653
|
### Patch Changes
|
|
610
654
|
|
|
611
|
-
-
|
|
612
|
-
|
|
613
|
-
|
|
655
|
+
- [#2866](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/2866)
|
|
656
|
+
[`54a9514fcf`](https://bitbucket.org/atlassian/atlassian-frontend/commits/54a9514fcf) - Build and
|
|
657
|
+
supporting files will no longer be published to npm
|
|
614
658
|
|
|
615
659
|
## 12.3.4
|
|
616
660
|
|
|
617
661
|
### Patch Changes
|
|
618
662
|
|
|
619
|
-
-
|
|
663
|
+
- [patch][f6667f2909](https://bitbucket.org/atlassian/atlassian-frontend/commits/f6667f2909):
|
|
620
664
|
|
|
621
|
-
|
|
622
|
-
|
|
665
|
+
Change imports to comply with Atlassian conventions- Updated dependencies
|
|
666
|
+
[6b8e60827e](https://bitbucket.org/atlassian/atlassian-frontend/commits/6b8e60827e):
|
|
623
667
|
|
|
624
|
-
-
|
|
625
|
-
|
|
626
|
-
-
|
|
627
|
-
|
|
628
|
-
-
|
|
629
|
-
|
|
630
|
-
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
668
|
+
- Updated dependencies
|
|
669
|
+
[449ef134b3](https://bitbucket.org/atlassian/atlassian-frontend/commits/449ef134b3):
|
|
670
|
+
- Updated dependencies
|
|
671
|
+
[f7f2068a76](https://bitbucket.org/atlassian/atlassian-frontend/commits/f7f2068a76):
|
|
672
|
+
- Updated dependencies
|
|
673
|
+
[57c0487a02](https://bitbucket.org/atlassian/atlassian-frontend/commits/57c0487a02):
|
|
674
|
+
- Updated dependencies
|
|
675
|
+
[6efb12e06d](https://bitbucket.org/atlassian/atlassian-frontend/commits/6efb12e06d):
|
|
676
|
+
- @atlaskit/button@13.3.11
|
|
677
|
+
- @atlaskit/select@11.0.10
|
|
678
|
+
- @atlaskit/code@11.1.5
|
|
635
679
|
|
|
636
680
|
## 12.3.3
|
|
637
681
|
|
|
638
682
|
### Patch Changes
|
|
639
683
|
|
|
640
|
-
-
|
|
684
|
+
- [patch][fd5292fd5a](https://bitbucket.org/atlassian/atlassian-frontend/commits/fd5292fd5a):
|
|
641
685
|
|
|
642
|
-
|
|
686
|
+
Corrects accessibility behavior for wrapping span. It now will now:
|
|
643
687
|
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
688
|
+
- conditionally set the `aria-label` if `label` is defined
|
|
689
|
+
- conditionally set the `role` to either `img` if `label` is defined, or `presentation` if it is
|
|
690
|
+
not defined- Updated dependencies
|
|
691
|
+
[66dcced7a0](https://bitbucket.org/atlassian/atlassian-frontend/commits/66dcced7a0):
|
|
648
692
|
|
|
649
|
-
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
693
|
+
- Updated dependencies
|
|
694
|
+
[eea5e9bd8c](https://bitbucket.org/atlassian/atlassian-frontend/commits/eea5e9bd8c):
|
|
695
|
+
- @atlaskit/docs@8.4.0
|
|
696
|
+
- @atlaskit/field-radio-group@7.0.2
|
|
697
|
+
- @atlaskit/button@13.3.9
|
|
698
|
+
- @atlaskit/select@11.0.9
|
|
655
699
|
|
|
656
700
|
## 12.3.2
|
|
657
701
|
|
|
658
702
|
### Patch Changes
|
|
659
703
|
|
|
660
|
-
-
|
|
704
|
+
- [patch][6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
661
705
|
|
|
662
|
-
|
|
663
|
-
|
|
706
|
+
Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
|
|
707
|
+
[6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
|
|
664
708
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
709
|
+
- @atlaskit/docs@8.3.2
|
|
710
|
+
- @atlaskit/visual-regression@0.1.9
|
|
711
|
+
- @atlaskit/button@13.3.7
|
|
712
|
+
- @atlaskit/code@11.1.3
|
|
713
|
+
- @atlaskit/field-radio-group@7.0.1
|
|
714
|
+
- @atlaskit/select@11.0.7
|
|
715
|
+
- @atlaskit/theme@9.5.1
|
|
672
716
|
|
|
673
717
|
## 12.3.1
|
|
674
718
|
|
|
675
719
|
### Patch Changes
|
|
676
720
|
|
|
677
|
-
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
721
|
+
- Updated dependencies
|
|
722
|
+
[c0102a3ea2](https://bitbucket.org/atlassian/atlassian-frontend/commits/c0102a3ea2):
|
|
723
|
+
- @atlaskit/field-radio-group@7.0.0
|
|
724
|
+
- @atlaskit/docs@8.3.1
|
|
725
|
+
- @atlaskit/button@13.3.6
|
|
726
|
+
- @atlaskit/select@11.0.6
|
|
683
727
|
|
|
684
728
|
## 12.3.0
|
|
685
729
|
|
|
686
730
|
### Minor Changes
|
|
687
731
|
|
|
688
|
-
-
|
|
732
|
+
- [minor][308708081a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/308708081a):
|
|
689
733
|
|
|
690
|
-
|
|
734
|
+
Export LogoProps
|
|
691
735
|
|
|
692
736
|
## 12.2.2
|
|
693
737
|
|
|
694
738
|
### Patch Changes
|
|
695
739
|
|
|
696
|
-
-
|
|
740
|
+
- [patch][30acc30979](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/30acc30979):
|
|
697
741
|
|
|
698
|
-
|
|
699
|
-
|
|
742
|
+
@atlaskit/select has been converted to Typescript. Typescript consumers will now get static type
|
|
743
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
700
744
|
|
|
701
745
|
## 12.2.1
|
|
702
746
|
|
|
703
747
|
### Patch Changes
|
|
704
748
|
|
|
705
|
-
-
|
|
749
|
+
- [patch][35d2229b2a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/35d2229b2a):
|
|
706
750
|
|
|
707
|
-
|
|
751
|
+
Adding missing license to packages and update to Copyright 2019 Atlassian Pty Ltd.
|
|
708
752
|
|
|
709
753
|
## 12.2.0
|
|
710
754
|
|
|
711
755
|
### Minor Changes
|
|
712
756
|
|
|
713
|
-
-
|
|
757
|
+
- [minor][9e3b4ffeb1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9e3b4ffeb1):
|
|
714
758
|
|
|
715
|
-
|
|
759
|
+
Add Trello logo
|
|
716
760
|
|
|
717
761
|
## 12.1.8
|
|
718
762
|
|
|
719
763
|
### Patch Changes
|
|
720
764
|
|
|
721
|
-
-
|
|
765
|
+
- [patch][097b696613](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/097b696613):
|
|
722
766
|
|
|
723
|
-
|
|
724
|
-
|
|
767
|
+
Components now depend on TS 3.6 internally, in order to fix an issue with TS resolving
|
|
768
|
+
non-relative imports as relative imports
|
|
725
769
|
|
|
726
770
|
## 12.1.7
|
|
727
771
|
|
|
728
772
|
### Patch Changes
|
|
729
773
|
|
|
730
|
-
-
|
|
774
|
+
- [patch][ecca4d1dbb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ecca4d1dbb):
|
|
731
775
|
|
|
732
|
-
|
|
776
|
+
Upgraded Typescript to 3.3.x
|
|
733
777
|
|
|
734
778
|
## 12.1.6
|
|
735
779
|
|
|
736
780
|
### Patch Changes
|
|
737
781
|
|
|
738
|
-
-
|
|
782
|
+
- [patch][de35ce8c67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/de35ce8c67):
|
|
739
783
|
|
|
740
|
-
|
|
784
|
+
Updates component maintainers
|
|
741
785
|
|
|
742
786
|
## 12.1.5
|
|
743
787
|
|
|
744
788
|
### Patch Changes
|
|
745
789
|
|
|
746
|
-
-
|
|
790
|
+
- [patch][6260319597](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6260319597):
|
|
747
791
|
|
|
748
|
-
|
|
792
|
+
Updates OpsGenie logo width
|
|
749
793
|
|
|
750
794
|
## 12.1.4
|
|
751
795
|
|
|
752
796
|
### Patch Changes
|
|
753
797
|
|
|
754
|
-
-
|
|
798
|
+
- [patch][f34776be97](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f34776be97):
|
|
755
799
|
|
|
756
|
-
|
|
800
|
+
Type definition files are now referenced in package.json
|
|
757
801
|
|
|
758
802
|
## 12.1.3
|
|
759
803
|
|
|
760
804
|
### Patch Changes
|
|
761
805
|
|
|
762
|
-
-
|
|
806
|
+
- [patch][bbff8a7d87](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/bbff8a7d87):
|
|
763
807
|
|
|
764
|
-
|
|
808
|
+
Fixes bug, missing version.json file
|
|
765
809
|
|
|
766
810
|
## 12.1.2
|
|
767
811
|
|
|
768
812
|
### Patch Changes
|
|
769
813
|
|
|
770
|
-
-
|
|
814
|
+
- [patch][18dfac7332](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/18dfac7332):
|
|
771
815
|
|
|
772
|
-
|
|
816
|
+
In this PR, we are:
|
|
773
817
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
818
|
+
- Re-introducing dist build folders
|
|
819
|
+
- Adding back cjs
|
|
820
|
+
- Replacing es5 by cjs and es2015 by esm
|
|
821
|
+
- Creating folders at the root for entry-points
|
|
822
|
+
- Removing the generation of the entry-points at the root Please see this
|
|
823
|
+
[ticket](https://product-fabric.atlassian.net/browse/BUILDTOOLS-118) or this
|
|
824
|
+
[page](https://hello.atlassian.net/wiki/spaces/FED/pages/452325500/Finishing+Atlaskit+multiple+entry+points)
|
|
825
|
+
for further details
|
|
782
826
|
|
|
783
827
|
## 12.1.1
|
|
784
828
|
|
|
785
|
-
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
829
|
+
- Updated dependencies
|
|
830
|
+
[790e66bece](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/790e66bece):
|
|
831
|
+
- @atlaskit/button@13.0.11
|
|
832
|
+
- @atlaskit/select@10.0.0
|
|
789
833
|
|
|
790
834
|
## 12.1.0
|
|
791
835
|
|
|
792
836
|
### Minor Changes
|
|
793
837
|
|
|
794
|
-
-
|
|
838
|
+
- [minor][b81d931ee3](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b81d931ee3):
|
|
795
839
|
|
|
796
|
-
|
|
797
|
-
|
|
840
|
+
Added new OpsGenie logo, fixed the gradient for the StatusPage logo, and refactored
|
|
841
|
+
atlassian-switcher to use the new logos
|
|
798
842
|
|
|
799
843
|
## 12.0.4
|
|
800
844
|
|
|
801
845
|
### Patch Changes
|
|
802
846
|
|
|
803
|
-
-
|
|
847
|
+
- [patch][4615439434](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4615439434):
|
|
804
848
|
|
|
805
|
-
|
|
849
|
+
index.ts will now be ignored when publishing to npm
|
|
806
850
|
|
|
807
851
|
## 12.0.3
|
|
808
852
|
|
|
809
853
|
### Patch Changes
|
|
810
854
|
|
|
811
|
-
-
|
|
855
|
+
- [patch][94fc3757b8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/94fc3757b8):
|
|
812
856
|
|
|
813
|
-
|
|
857
|
+
Update the Statuspage icon + logo
|
|
814
858
|
|
|
815
859
|
## 12.0.2
|
|
816
860
|
|
|
817
|
-
-
|
|
861
|
+
- [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
|
|
818
862
|
|
|
819
|
-
|
|
820
|
-
|
|
863
|
+
- This is just a safety release in case anything strange happened in in the previous one. See Pull
|
|
864
|
+
Request #5942 for details
|
|
821
865
|
|
|
822
866
|
## 12.0.1
|
|
823
867
|
|
|
824
|
-
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
868
|
+
- Updated dependencies
|
|
869
|
+
[97bfe81ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/97bfe81ec8):
|
|
870
|
+
- @atlaskit/docs@8.1.0
|
|
871
|
+
- @atlaskit/code@11.0.0
|
|
828
872
|
|
|
829
873
|
## 12.0.0
|
|
830
874
|
|
|
831
|
-
-
|
|
875
|
+
- [major][4b07b57640](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4b07b57640):
|
|
832
876
|
|
|
833
|
-
|
|
834
|
-
|
|
877
|
+
- @atlaskit/logo has been converted to Typescript. Typescript consumers will now get static type
|
|
878
|
+
safety. Flow types are no longer provided. No API or behavioural changes.
|
|
835
879
|
|
|
836
880
|
## 11.0.0
|
|
837
881
|
|
|
838
|
-
-
|
|
882
|
+
- [major][7c17b35107](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7c17b35107):
|
|
839
883
|
|
|
840
|
-
|
|
841
|
-
|
|
884
|
+
- Updates react and react-dom peer dependencies to react@^16.8.0 and react-dom@^16.8.0. To use
|
|
885
|
+
this package, please ensure you use at least this version of react and react-dom.
|
|
842
886
|
|
|
843
887
|
## 10.0.4
|
|
844
888
|
|
|
845
|
-
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
889
|
+
- Updated dependencies
|
|
890
|
+
[9c0b4744be](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9c0b4744be):
|
|
891
|
+
- @atlaskit/docs@7.0.3
|
|
892
|
+
- @atlaskit/button@12.0.3
|
|
893
|
+
- @atlaskit/code@9.0.1
|
|
894
|
+
- @atlaskit/field-radio-group@5.0.3
|
|
895
|
+
- @atlaskit/select@8.1.1
|
|
896
|
+
- @atlaskit/theme@8.1.7
|
|
853
897
|
|
|
854
898
|
## 10.0.3
|
|
855
899
|
|
|
856
|
-
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
900
|
+
- Updated dependencies
|
|
901
|
+
[1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966):
|
|
902
|
+
- @atlaskit/docs@7.0.2
|
|
903
|
+
- @atlaskit/field-radio-group@5.0.2
|
|
904
|
+
- @atlaskit/select@8.0.5
|
|
905
|
+
- @atlaskit/theme@8.1.6
|
|
906
|
+
- @atlaskit/button@12.0.0
|
|
863
907
|
|
|
864
908
|
## 10.0.2
|
|
865
909
|
|
|
866
|
-
-
|
|
910
|
+
- [patch][e04a402953](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e04a402953):
|
|
867
911
|
|
|
868
|
-
|
|
912
|
+
- Internal changes only. Ids relevant to Logo gradients are now ssr-friendly.
|
|
869
913
|
|
|
870
914
|
## 10.0.1
|
|
871
915
|
|
|
872
|
-
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
916
|
+
- Updated dependencies
|
|
917
|
+
[9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394):
|
|
918
|
+
- @atlaskit/docs@7.0.1
|
|
919
|
+
- @atlaskit/field-radio-group@5.0.1
|
|
920
|
+
- @atlaskit/select@8.0.3
|
|
921
|
+
- @atlaskit/theme@8.0.1
|
|
922
|
+
- @atlaskit/button@11.0.0
|
|
879
923
|
|
|
880
924
|
## 10.0.0
|
|
881
925
|
|
|
882
|
-
-
|
|
926
|
+
- [major][76299208e6](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/76299208e6):
|
|
883
927
|
|
|
884
|
-
|
|
928
|
+
- Drop ES5 from all the flow modules
|
|
885
929
|
|
|
886
|
-
|
|
930
|
+
### Dropping CJS support in all @atlaskit packages
|
|
887
931
|
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
932
|
+
As a breaking change, all @atlaskit packages will be dropping cjs distributions and will only
|
|
933
|
+
distribute esm. This means all distributed code will be transpiled, but will still contain
|
|
934
|
+
`import` and `export` declarations.
|
|
891
935
|
|
|
892
|
-
|
|
893
|
-
e.g:
|
|
936
|
+
The major reason for doing this is to allow us to support multiple entry points in packages, e.g:
|
|
894
937
|
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
938
|
+
```js
|
|
939
|
+
import colors from `@atlaskit/theme/colors`;
|
|
940
|
+
```
|
|
898
941
|
|
|
899
|
-
|
|
942
|
+
Previously this was sort of possible for consumers by doing something like:
|
|
900
943
|
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
944
|
+
```js
|
|
945
|
+
import colors from `@atlaskit/theme/dist/esm/colors`;
|
|
946
|
+
```
|
|
904
947
|
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
948
|
+
This has a couple of issues. 1, it treats the file system as API making internal refactors harder,
|
|
949
|
+
we have to worry about how consumers might be using things that aren't _actually_ supposed to be
|
|
950
|
+
used. 2. We are unable to do this _internally_ in @atlaskit packages. This leads to lots of
|
|
951
|
+
packages bundling all of theme, just to use a single color, especially in situations where tree
|
|
952
|
+
shaking fails.
|
|
910
953
|
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
954
|
+
To support being able to use multiple entrypoints internally, we unfortunately cannot have
|
|
955
|
+
multiple distributions as they would need to have very different imports from of their own
|
|
956
|
+
internal dependencies.
|
|
914
957
|
|
|
915
|
-
|
|
916
|
-
|
|
958
|
+
ES Modules are widely supported by all modern bundlers and can be worked around in node
|
|
959
|
+
environments.
|
|
917
960
|
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
961
|
+
We may choose to revisit this solution in the future if we find any unintended condequences, but
|
|
962
|
+
we see this as a pretty sane path forward which should lead to some major bundle size decreases,
|
|
963
|
+
saner API's and simpler package architecture.
|
|
921
964
|
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
965
|
+
Please reach out to #fabric-build (if in Atlassian) or create an issue in
|
|
966
|
+
[Design System Support](https://ecosystem.atlassian.net/secure/CreateIssue.jspa?pid=24670) (for
|
|
967
|
+
external) if you have any questions or queries about this.
|
|
925
968
|
|
|
926
969
|
## 9.2.7
|
|
927
970
|
|
|
928
|
-
-
|
|
929
|
-
|
|
930
|
-
|
|
971
|
+
- Updated dependencies
|
|
972
|
+
[06713e0a0c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/06713e0a0c):
|
|
973
|
+
- @atlaskit/select@7.0.0
|
|
931
974
|
|
|
932
975
|
## 9.2.6
|
|
933
976
|
|
|
934
|
-
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
977
|
+
- Updated dependencies [58b84fa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/58b84fa):
|
|
978
|
+
- @atlaskit/button@10.1.1
|
|
979
|
+
- @atlaskit/code@8.2.2
|
|
980
|
+
- @atlaskit/field-radio-group@4.0.14
|
|
981
|
+
- @atlaskit/select@6.1.13
|
|
982
|
+
- @atlaskit/theme@7.0.1
|
|
983
|
+
- @atlaskit/docs@6.0.0
|
|
941
984
|
|
|
942
985
|
## 9.2.5
|
|
943
986
|
|
|
944
|
-
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
987
|
+
- Updated dependencies [d13242d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d13242d):
|
|
988
|
+
- @atlaskit/docs@5.2.3
|
|
989
|
+
- @atlaskit/button@10.0.4
|
|
990
|
+
- @atlaskit/code@8.2.1
|
|
991
|
+
- @atlaskit/field-radio-group@4.0.13
|
|
992
|
+
- @atlaskit/select@6.1.10
|
|
993
|
+
- @atlaskit/theme@7.0.0
|
|
951
994
|
|
|
952
995
|
## 9.2.4
|
|
953
996
|
|
|
954
|
-
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
997
|
+
- Updated dependencies [6998f11](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6998f11):
|
|
998
|
+
- @atlaskit/docs@5.2.1
|
|
999
|
+
- @atlaskit/field-radio-group@4.0.11
|
|
1000
|
+
- @atlaskit/select@6.1.8
|
|
1001
|
+
- @atlaskit/theme@6.2.1
|
|
1002
|
+
- @atlaskit/button@10.0.0
|
|
960
1003
|
|
|
961
1004
|
## 9.2.3
|
|
962
1005
|
|
|
963
|
-
-
|
|
964
|
-
|
|
1006
|
+
- [patch] Adds missing implicit @babel/runtime dependency
|
|
1007
|
+
[b71751b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b71751b)
|
|
965
1008
|
|
|
966
1009
|
## 9.2.2
|
|
967
1010
|
|
|
968
|
-
-
|
|
969
|
-
|
|
970
|
-
|
|
1011
|
+
- [patch] Updated dependencies
|
|
1012
|
+
[4194aa4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4194aa4)
|
|
1013
|
+
- @atlaskit/select@6.0.0
|
|
971
1014
|
|
|
972
1015
|
## 9.2.1
|
|
973
1016
|
|
|
974
|
-
-
|
|
975
|
-
|
|
1017
|
+
- [patch] Pulling the shared styles from @atlaskit/theme and removed dependency on
|
|
1018
|
+
util-shraed-styles [7d51a09](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7d51a09)
|
|
976
1019
|
|
|
977
1020
|
## 9.2.0
|
|
978
1021
|
|
|
979
|
-
-
|
|
980
|
-
|
|
981
|
-
-
|
|
982
|
-
|
|
1022
|
+
- [patch] Moved all the shared logic into the wrapper, so refactoring is easier in future
|
|
1023
|
+
[7e83442](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e83442)
|
|
1024
|
+
- [minor] Make label required, but provide sane defaults
|
|
1025
|
+
[12839d4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12839d4)
|
|
983
1026
|
|
|
984
1027
|
## 9.1.0
|
|
985
1028
|
|
|
986
|
-
-
|
|
987
|
-
|
|
1029
|
+
- [minor] Update product logos alignment issues
|
|
1030
|
+
[6bbf9a9](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/6bbf9a9)
|
|
988
1031
|
|
|
989
1032
|
## 9.0.4
|
|
990
1033
|
|
|
991
|
-
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
1034
|
+
- [patch] Updated dependencies
|
|
1035
|
+
[f9c0cdb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f9c0cdb)
|
|
1036
|
+
- @atlaskit/code@8.0.0
|
|
1037
|
+
- @atlaskit/docs@5.0.5
|
|
995
1038
|
|
|
996
1039
|
## 9.0.3
|
|
997
1040
|
|
|
998
|
-
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1041
|
+
- [patch] update the dependency of react-dom to 16.4.2 due to vulnerability in previous versions
|
|
1042
|
+
read https://reactjs.org/blog/2018/08/01/react-v-16-4-2.html for details
|
|
1043
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1044
|
+
- [none] Updated dependencies
|
|
1045
|
+
[a4bd557](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a4bd557)
|
|
1046
|
+
- @atlaskit/select@5.0.8
|
|
1047
|
+
- @atlaskit/button@9.0.5
|
|
1048
|
+
- @atlaskit/code@7.0.3
|
|
1049
|
+
- @atlaskit/field-radio-group@4.0.4
|
|
1007
1050
|
|
|
1008
1051
|
## 9.0.2
|
|
1009
1052
|
|
|
1010
|
-
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1053
|
+
- [patch] Updated dependencies
|
|
1054
|
+
[acd86a1](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/acd86a1)
|
|
1055
|
+
- @atlaskit/select@5.0.7
|
|
1056
|
+
- @atlaskit/field-radio-group@4.0.3
|
|
1057
|
+
- @atlaskit/button@9.0.4
|
|
1058
|
+
- @atlaskit/code@7.0.2
|
|
1059
|
+
- @atlaskit/docs@5.0.2
|
|
1017
1060
|
|
|
1018
1061
|
## 9.0.1
|
|
1019
1062
|
|
|
1020
|
-
-
|
|
1021
|
-
|
|
1022
|
-
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1063
|
+
- [patch] Add a SSR test for every package, add react-dom and build-utils in devDependencies
|
|
1064
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1065
|
+
- [none] Updated dependencies
|
|
1066
|
+
[7e331b5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7e331b5)
|
|
1067
|
+
- @atlaskit/select@5.0.6
|
|
1068
|
+
- @atlaskit/button@9.0.3
|
|
1069
|
+
- @atlaskit/code@7.0.1
|
|
1070
|
+
- @atlaskit/field-radio-group@4.0.2
|
|
1028
1071
|
|
|
1029
1072
|
## 9.0.0
|
|
1030
1073
|
|
|
1031
|
-
-
|
|
1032
|
-
|
|
1033
|
-
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1074
|
+
- [major] Updates to React ^16.4.0
|
|
1075
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1076
|
+
- [major] Updated dependencies
|
|
1077
|
+
[563a7eb](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/563a7eb)
|
|
1078
|
+
- @atlaskit/select@5.0.0
|
|
1079
|
+
- @atlaskit/button@9.0.0
|
|
1080
|
+
- @atlaskit/code@7.0.0
|
|
1081
|
+
- @atlaskit/docs@5.0.0
|
|
1082
|
+
- @atlaskit/field-radio-group@4.0.0
|
|
1083
|
+
- [major] Updated dependencies
|
|
1084
|
+
[7edb866](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/7edb866)
|
|
1085
|
+
- @atlaskit/select@5.0.0
|
|
1086
|
+
- @atlaskit/button@9.0.0
|
|
1087
|
+
- @atlaskit/code@7.0.0
|
|
1088
|
+
- @atlaskit/docs@5.0.0
|
|
1089
|
+
- @atlaskit/field-radio-group@4.0.0
|
|
1047
1090
|
|
|
1048
1091
|
## 8.1.3
|
|
1049
1092
|
|
|
1050
|
-
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1093
|
+
- [patch] Updated dependencies
|
|
1094
|
+
[eee2d45](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/eee2d45)
|
|
1095
|
+
- @atlaskit/code@6.0.0
|
|
1096
|
+
- @atlaskit/docs@4.2.1
|
|
1054
1097
|
|
|
1055
1098
|
## 8.1.2
|
|
1056
1099
|
|
|
1057
|
-
-
|
|
1058
|
-
|
|
1059
|
-
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1100
|
+
- [patch] Clean Changelogs - remove duplicates and empty entries
|
|
1101
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
1102
|
+
- [none] Updated dependencies
|
|
1103
|
+
[e7756cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e7756cd)
|
|
1104
|
+
- @atlaskit/button@8.1.2
|
|
1105
|
+
- @atlaskit/field-radio-group@3.0.4
|
|
1063
1106
|
|
|
1064
1107
|
## 8.1.1
|
|
1065
1108
|
|
|
1066
|
-
-
|
|
1067
|
-
|
|
1068
|
-
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1109
|
+
- [patch] Update changelogs to remove duplicate
|
|
1110
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1111
|
+
- [none] Updated dependencies
|
|
1112
|
+
[cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17)
|
|
1113
|
+
- @atlaskit/field-radio-group@3.0.3
|
|
1114
|
+
- @atlaskit/button@8.1.1
|
|
1115
|
+
- @atlaskit/docs@4.1.1
|
|
1073
1116
|
|
|
1074
1117
|
## 8.1.0
|
|
1075
1118
|
|
|
1076
|
-
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1119
|
+
- [none] Updated dependencies
|
|
1120
|
+
[9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54)
|
|
1121
|
+
- @atlaskit/field-radio-group@3.0.2
|
|
1122
|
+
- @atlaskit/docs@4.1.0
|
|
1123
|
+
- @atlaskit/button@8.1.0
|
|
1081
1124
|
|
|
1082
1125
|
## 8.0.1
|
|
1083
1126
|
|
|
1084
|
-
-
|
|
1085
|
-
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1127
|
+
- [patch] Update readme's [223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1128
|
+
- [patch] Updated dependencies
|
|
1129
|
+
[223cd67](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/223cd67)
|
|
1130
|
+
- @atlaskit/field-radio-group@3.0.1
|
|
1131
|
+
- @atlaskit/button@8.0.1
|
|
1132
|
+
- @atlaskit/docs@4.0.1
|
|
1090
1133
|
|
|
1091
1134
|
## 8.0.0
|
|
1092
1135
|
|
|
1093
|
-
-
|
|
1094
|
-
|
|
1095
|
-
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1136
|
+
- [major] makes styled-components a peer dependency and upgrades version range from 1.4.6 - 3 to
|
|
1137
|
+
^3.2.6 [1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1138
|
+
- [patch] Updated dependencies
|
|
1139
|
+
[1e80619](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e80619)
|
|
1140
|
+
- @atlaskit/field-radio-group@3.0.0
|
|
1141
|
+
- @atlaskit/button@8.0.0
|
|
1142
|
+
- @atlaskit/docs@4.0.0
|
|
1100
1143
|
|
|
1101
1144
|
## 7.0.1
|
|
1102
1145
|
|
|
1103
|
-
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1146
|
+
- [patch] Updated dependencies
|
|
1147
|
+
[d662caa](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d662caa)
|
|
1148
|
+
- @atlaskit/field-radio-group@2.0.3
|
|
1149
|
+
- @atlaskit/button@7.2.5
|
|
1150
|
+
- @atlaskit/docs@3.0.4
|
|
1108
1151
|
|
|
1109
1152
|
## 7.0.0
|
|
1110
1153
|
|
|
1111
|
-
-
|
|
1112
|
-
|
|
1154
|
+
- [major] Bump to React 16.3.
|
|
1155
|
+
[4251858](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4251858)
|
|
1113
1156
|
|
|
1114
1157
|
## 6.2.2
|
|
1115
1158
|
|
|
1116
|
-
-
|
|
1117
|
-
|
|
1159
|
+
- [patch] Add "sideEffects: false" to AKM2 packages to allow consumer's to tree-shake
|
|
1160
|
+
[c3b018a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/c3b018a)
|
|
1118
1161
|
|
|
1119
1162
|
## 6.2.1
|
|
1120
1163
|
|
|
1121
|
-
-
|
|
1122
|
-
|
|
1164
|
+
- [patch] Re-releasing due to potentially broken babel release
|
|
1165
|
+
[9ed0bba](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ed0bba)
|
|
1123
1166
|
|
|
1124
1167
|
## 6.2.0
|
|
1125
1168
|
|
|
1126
|
-
-
|
|
1127
|
-
|
|
1169
|
+
- [minor] Update styled-components dependency to support versions 1.4.6 - 3
|
|
1170
|
+
[ceccf30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ceccf30)
|
|
1128
1171
|
|
|
1129
1172
|
## 6.1.2
|
|
1130
1173
|
|
|
1131
|
-
-
|
|
1132
|
-
|
|
1174
|
+
- [patch] updated the repository url to https://bitbucket.org/atlassian/atlaskit-mk-2
|
|
1175
|
+
[1e57e5a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e57e5a)
|
|
1133
1176
|
|
|
1134
1177
|
## 6.1.1
|
|
1135
1178
|
|
|
1136
|
-
-
|
|
1137
|
-
|
|
1179
|
+
- [patch] Packages Flow types for elements components
|
|
1180
|
+
[3111e74](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/3111e74)
|
|
1138
1181
|
|
|
1139
1182
|
## 6.1.0
|
|
1140
1183
|
|
|
1141
|
-
-
|
|
1142
|
-
|
|
1184
|
+
- [minor] Add React 16 support.
|
|
1185
|
+
[12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4)
|
|
1143
1186
|
|
|
1144
1187
|
## 6.0.7
|
|
1145
1188
|
|
|
1146
|
-
-
|
|
1147
|
-
|
|
1189
|
+
- [patch] Fix inherited color logo gradient changes not working in chrome
|
|
1190
|
+
[694c59f](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/694c59f)
|
|
1148
1191
|
|
|
1149
1192
|
## 6.0.3
|
|
1150
1193
|
|
|
1151
|
-
-
|
|
1194
|
+
- [patch] Logo component gradients no work in Firefox and Safari [6d1f521](6d1f521)
|
|
1152
1195
|
|
|
1153
1196
|
## 6.0.0 (2017-11-09)
|
|
1154
1197
|
|
|
1155
|
-
-
|
|
1156
|
-
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1198
|
+
- breaking; Removed the collapseTo prop in favour of explicit named exports (see below).
|
|
1199
|
+
- breaking; The default export has been removed in favour of named exports. The named exports are
|
|
1200
|
+
now: AtlassianLogo, AtlassianIcon, AtlassianWordmark, BitbucketLogo, BitbucketIcon,
|
|
1201
|
+
BitbucketWordmark, ConfluenceLogo, ConfluenceIcon, ConfluenceWordmark, HipchatLogo, HipchatIcon,
|
|
1202
|
+
HipchatWordmark, JiraCoreLogo, JiraCoreIcon, JiraCoreWordmark, JiraLogo, JiraIcon, JiraWordmark,
|
|
1203
|
+
StatuspageLogo, StatuspageIcon, StatuspageWordmark, StrideLogo, StrideIcon, StrideWordmark.
|
|
1161
1204
|
|
|
1162
1205
|
## 5.0.0 (2017-10-27)
|
|
1163
1206
|
|
|
1164
|
-
-
|
|
1165
|
-
|
|
1166
|
-
-
|
|
1167
|
-
|
|
1168
|
-
-
|
|
1169
|
-
|
|
1207
|
+
- bug fix; fixed logo width issue in IE11.
|
|
1208
|
+
([0ce8ab7](https://bitbucket.org/atlassian/atlaskit/commits/0ce8ab7))
|
|
1209
|
+
- breaking; Logo sizes changed, children no longer accepted
|
|
1210
|
+
([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
|
|
1211
|
+
- breaking; refactoring Logo component to fix numerous bugs
|
|
1212
|
+
([7173d81](https://bitbucket.org/atlassian/atlaskit/commits/7173d81))
|
|
1170
1213
|
|
|
1171
1214
|
## 4.0.3 (2017-10-26)
|
|
1172
1215
|
|
|
1173
|
-
-
|
|
1174
|
-
|
|
1216
|
+
- bug fix; fix to rebuild stories
|
|
1217
|
+
([793b2a7](https://bitbucket.org/atlassian/atlaskit/commits/793b2a7))
|
|
1175
1218
|
|
|
1176
1219
|
## 4.0.2 (2017-10-22)
|
|
1177
1220
|
|
|
1178
|
-
-
|
|
1179
|
-
|
|
1221
|
+
- bug fix; update styled-components dep and react peerDep
|
|
1222
|
+
([6a67bf8](https://bitbucket.org/atlassian/atlaskit/commits/6a67bf8))
|
|
1180
1223
|
|
|
1181
1224
|
## 4.0.1 (2017-09-14)
|
|
1182
1225
|
|
|
1183
|
-
-
|
|
1184
|
-
|
|
1226
|
+
- bug fix; jSD and Statuspage logo icons have fixed gradients (issues closed: ak-3479)
|
|
1227
|
+
([60d8aca](https://bitbucket.org/atlassian/atlaskit/commits/60d8aca))
|
|
1185
1228
|
|
|
1186
1229
|
## 4.0.0 (2017-09-11)
|
|
1187
1230
|
|
|
1188
|
-
-
|
|
1189
|
-
|
|
1190
|
-
-
|
|
1191
|
-
|
|
1231
|
+
- breaking; All logos have been updated with new assets, please test these inside your application
|
|
1232
|
+
to make sure ([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
|
|
1233
|
+
- breaking; new and updated company and product logos
|
|
1234
|
+
([c4db7fc](https://bitbucket.org/atlassian/atlaskit/commits/c4db7fc))
|
|
1192
1235
|
|
|
1193
1236
|
## 3.5.3 (2017-08-11)
|
|
1194
1237
|
|
|
1195
|
-
-
|
|
1196
|
-
|
|
1238
|
+
- bug fix; fix the theme-dependency
|
|
1239
|
+
([db90333](https://bitbucket.org/atlassian/atlaskit/commits/db90333))
|
|
1197
1240
|
|
|
1198
1241
|
## 3.5.2 (2017-07-27)
|
|
1199
1242
|
|
|
1200
|
-
-
|
|
1201
|
-
|
|
1243
|
+
- fix; rename jsnext:main to jsnext:experimental:main temporarily
|
|
1244
|
+
([c7508e0](https://bitbucket.org/atlassian/atlaskit/commits/c7508e0))
|
|
1202
1245
|
|
|
1203
1246
|
## 3.5.1 (2017-07-25)
|
|
1204
1247
|
|
|
1205
|
-
-
|
|
1206
|
-
|
|
1248
|
+
- fix; use class transform in loose mode in babel to improve load performance in apps
|
|
1249
|
+
([fde719a](https://bitbucket.org/atlassian/atlaskit/commits/fde719a))
|
|
1207
1250
|
|
|
1208
1251
|
## 3.2.0 (2017-07-17)
|
|
1209
1252
|
|
|
1210
|
-
-
|
|
1211
|
-
|
|
1253
|
+
- fix; rerelease, failed prepublish scripts
|
|
1254
|
+
([5fd82f8](https://bitbucket.org/atlassian/atlaskit/commits/5fd82f8))
|
|
1212
1255
|
|
|
1213
1256
|
## 3.2.0 (2017-07-17)
|
|
1214
1257
|
|
|
1215
|
-
-
|
|
1216
|
-
|
|
1258
|
+
- feature; added ES module builds to dist and add jsnext:main to most ADG packages
|
|
1259
|
+
([ea76507](https://bitbucket.org/atlassian/atlaskit/commits/ea76507))
|
|
1217
1260
|
|
|
1218
1261
|
## 3.1.0 (2017-06-08)
|
|
1219
1262
|
|
|
1220
|
-
-
|
|
1221
|
-
|
|
1222
|
-
-
|
|
1223
|
-
|
|
1263
|
+
- fix; add prop-types as a dependency to avoid React 15.x warnings
|
|
1264
|
+
([92598eb](https://bitbucket.org/atlassian/atlaskit/commits/92598eb))
|
|
1265
|
+
- feature; Convert logo to styled-components updated internal structure
|
|
1266
|
+
([ec91404](https://bitbucket.org/atlassian/atlaskit/commits/ec91404))
|
|
1224
1267
|
|
|
1225
1268
|
## 3.0.6 (2017-04-27)
|
|
1226
1269
|
|
|
1227
|
-
-
|
|
1228
|
-
|
|
1270
|
+
- fix; update legal copy to be more clear. Not all modules include ADG license.
|
|
1271
|
+
([f3a945e](https://bitbucket.org/atlassian/atlaskit/commits/f3a945e))
|
|
1229
1272
|
|
|
1230
1273
|
## 3.0.5 (2017-04-26)
|
|
1231
1274
|
|
|
1232
|
-
-
|
|
1233
|
-
|
|
1275
|
+
- fix; update legal copy and fix broken links for component README on npm. New contribution and
|
|
1276
|
+
([0b3e454](https://bitbucket.org/atlassian/atlaskit/commits/0b3e454))
|
|
1234
1277
|
|
|
1235
1278
|
## 3.0.4 (2017-04-18)
|
|
1236
1279
|
|
|
1237
|
-
-
|
|
1238
|
-
|
|
1280
|
+
- fix; update logo readme to use new readme component
|
|
1281
|
+
([491d789](https://bitbucket.org/atlassian/atlaskit/commits/491d789))
|
|
1239
1282
|
|
|
1240
1283
|
## 3.0.3 (2017-03-23)
|
|
1241
1284
|
|
|
1242
|
-
-
|
|
1243
|
-
|
|
1285
|
+
- fix; Empty commit to release the component
|
|
1286
|
+
([49c08ee](https://bitbucket.org/atlassian/atlaskit/commits/49c08ee))
|
|
1244
1287
|
|
|
1245
1288
|
## 3.0.1 (2017-03-21)
|
|
1246
1289
|
|
|
1247
|
-
-
|
|
1248
|
-
|
|
1290
|
+
- fix; maintainers for all the packages were added
|
|
1291
|
+
([261d00a](https://bitbucket.org/atlassian/atlaskit/commits/261d00a))
|
|
1249
1292
|
|
|
1250
1293
|
## 3.0.0 (2017-03-06)
|
|
1251
1294
|
|
|
1252
|
-
-
|
|
1253
|
-
|
|
1254
|
-
-
|
|
1255
|
-
|
|
1256
|
-
-
|
|
1295
|
+
- feature; text-only logo mode without icon
|
|
1296
|
+
([b989245](https://bitbucket.org/atlassian/atlaskit/commits/b989245))
|
|
1297
|
+
- breaking; isCollapsed prop has been replaced with an optional collapseTo prop (accepts value of
|
|
1298
|
+
'icon' or 'type')
|
|
1299
|
+
- ISSUES CLOSED: AK-1408
|
|
1257
1300
|
|
|
1258
1301
|
## 2.0.1 (2017-02-09)
|
|
1259
1302
|
|
|
1260
|
-
-
|
|
1261
|
-
|
|
1303
|
+
- fix; avoiding binding render to this
|
|
1304
|
+
([40c9951](https://bitbucket.org/atlassian/atlaskit/commits/40c9951))
|
|
1262
1305
|
|
|
1263
1306
|
## 1.0.0 (2017-02-06)
|
|
1264
1307
|
|
|
1265
|
-
-
|
|
1266
|
-
|
|
1308
|
+
- fix; fix logo to have public access
|
|
1309
|
+
([5a41e37](https://bitbucket.org/atlassian/atlaskit/commits/5a41e37))
|
|
1267
1310
|
|
|
1268
1311
|
## 1.0.0 (2017-02-06)
|
|
1269
1312
|
|
|
1270
|
-
-
|
|
1271
|
-
|
|
1272
|
-
-
|
|
1273
|
-
|
|
1313
|
+
- feature; Add more product logos
|
|
1314
|
+
([e84ae80](https://bitbucket.org/atlassian/atlaskit/commits/e84ae80))
|
|
1315
|
+
- feature; Adjust width of collapsed logo
|
|
1316
|
+
([99fa4a5](https://bitbucket.org/atlassian/atlaskit/commits/99fa4a5))
|