Skip to content

Releases: cloudposse/docs

v0.83.0

31 Aug 20:39
6351542
Compare
Choose a tag to compare
Fixed changelog issues @zdmytriv (#595)

what

  • un-collapsed <details> block for individual changelog pages
  • removed colons from Commiters: and Pull Requests:
  • capitalized H2 headers
  • added link to github's CHANGELOG.md and to release

why

  • Few visual improvements for changelog pages

note

Components under theme/MDXComponents were swizzled.

npm run swizzle @docusaurus/theme-classic MDXComponents -- --eject

and Details component has been updated to support opened <details> block for changelog

Added Changelog page for components @zdmytriv (#594)

what

Added Changelog page for components

why

  • Added Changelog page for components

references

Merged Fundamentals @milldr (#593)

what

  • Merged fundamentals from refarch

why

  • Combine core fundamentals into a single category

references

Added CHANGELOG per component @zdmytriv (#592)

what

  • Rendering CHANGELOG.md at the very bottom of the component page

why

  • Changelog will be added to the very bottom of the component page

references

Added changelog rendering for components @zdmytriv (#591)

what

  • Added changelog rendering for components

why

  • Added changelog rendering for components

references

v0.82.0

19 Jul 14:59
23d5683
Compare
Choose a tag to compare
Fixed relative links to example and tests @zdmytriv (#589)

what

  • Fixed relative links to example and tests

why

  • Replacing relative links in READMEs with fully qualified URLs to corresponding GitHub files and folders

references

AWS components tree initially should not be collapsed in left sidebar @zdmytriv (#590)

what

  • AWS components tree initially should not be collapsed in left sidebar

why

  • UX improvements

references

Fixed folders rendering for eks and tgw @zdmytriv (#588)

what

  • Fixed folders rendering for eks and tgw

why

  • Fixed folders rendering for eks and tgw so these folders will get their own link
Screenshot 2023-07-05 at 19 53 59

references

Update terraform testing docs and chatops @max-lobur (#578)

what

why

  • Preparing for the new shared workflows rollout
Added 'Sign Your Commits with SSH' page to best practices @zdmytriv (#587)

what

  • Added 'Sign Your Commits with SSH' page to best practices

why

  • Added 'Sign Your Commits with SSH' page to best practices

references

`.editorconfig` Typo @milldr (#586)

what

fixed intent typo

why

should be spelled "indent"

references

https://cloudposse.slack.com/archives/C01EY65H1PA/p1685638634845009

Update branches in CI @max-lobur (#585)

what

  • Update after branch renames

why

  • Fixing CI
chore: add rego support for spacelift policies @dudymas (#583)

what

  • enable rego for prism

why

  • code blocks for spacelift policies will be in rego
Renamed 'catalog' to 'library' @zdmytriv (#582)

what

  • Renamed 'catalog' to 'library'

why

  • We use library for components and catalog for configurations.

references

v0.81.3

13 Apr 14:51
bc4d5d6
Compare
Choose a tag to compare

🚀 Enhancements

Move CSS for Hero Container to Theme @osterman (#581)

what

  • Fixed rendering of hero container

why

  • Was not working b/c the classes in the prod build differ from dev

v0.81.2

12 Apr 22:38
baef6d5
Compare
Choose a tag to compare
Update branding colors @osterman (#580)

what

  • Use colors
  • Update SVG logos for dark and block
  • Use SVG where possible

why

  • More aligned with our current branding on cloudposse.com
Added support for mermaid diagrams @zdmytriv (#579)

what

  • Added mermaid theme and dependencies
  • Upgraded docusaurus from 2.3.1 -> 2.4.0

why

  • Added mermaid diagrams support
  • Upgraded docusaurus

```mermaid
sequenceDiagram
    Alice ->> Bob: Hello Bob, how are you?
    Bob-->>John: How about you John?
    Bob--x Alice: I am good thanks!
    Bob-x John: I am good thanks!
    Note right of John: Bob thinks a long<br/>long time, so long<br/>that the text does<br/>not fit on a row.

    Bob-->Alice: Checking with John...
    Alice->John: Yes... John, how are you?

it will get rendered into
image

references

v0.81.1

11 Apr 17:21
7fd1f3e
Compare
Choose a tag to compare
Added "Slack Archives" to "Community" dropdown + Building Blocks page @zdmytriv (#577)

what

  • Added Slack Archives to Community dropdown
  • Added Building Blocks page
  • Added Building Blocks to main page

why

  • UX improvements

references

v0.81.0

24 Mar 21:13
5fb64bb
Compare
Choose a tag to compare
Algolia to redirect to external site when search results from external site @zdmytriv (#576)

what

  • Algolia to redirect to an external site when search results from an external site

why

  • Atm search dialog shows results from external sites correctly but when clicking on them it doesn't redirect to that site but instead tries to show the page locally using the relative path and as a results we get 404

references

v0.80.0

24 Mar 16:01
71d3b08
Compare
Choose a tag to compare
Docs and atmos docs index consolidation @zdmytriv (#575)

what

  • Docs and atmos.tools docs index consolidation

why

  • Docs and atmos.tools docs index consolidation

references

Added react player @zdmytriv (#574)

what

  • Added react player

why

  • To play youtube, build-in and other videos

references

Re-arranged navbar items @zdmytriv (#572)

what

  • re-arranged navbar items
image image

why

  • UI Improvements

references

Updated message on 404 page @zdmytriv (#571)

what

  • Updated message on 404 page

why

  • Improved UI

references

Added google site verification meta tag @zdmytriv (#570)

what

  • Added google site verification meta tag

why

  • Added google site verification meta tag

references

Added robots.txt @zdmytriv (#569)

what

  • Added robots.txt

why

  • Prevent search engines from indexing some pages

references

v0.79.0

20 Mar 21:40
b6ab0e3
Compare
Choose a tag to compare
Fixed endpoint for Reference Architecture navbar item @zdmytriv (#568)

what

  • Fixed endpoint for Reference Architecture navbar item

why

  • Fixed endpoint for Reference Architecture navbar item

references

v0.78.1

16 Mar 15:24
c757ade
Compare
Choose a tag to compare
Fixed missing Google Tag Manager container id @zdmytriv (#565)

what

  • Fixed missing Google Tag Manager container id

why

  • Google analytics didn't work

references

🚀 Enhancements

Fix for search dialog @zdmytriv (#564)

what

  • Fix for search dialog

why

  • Fix for search dialog

references

Setup for Reference Architecture docs

13 Mar 19:53
781a4d5
Compare
Choose a tag to compare

Setup for Reference Architecture docs