Skip to content

Releases: daleal/geometr

0.6.2

01 Nov 22:48
80dffc4
Compare
Choose a tag to compare

Version 0.6.2 🎉

Fixes 🐛

  • The window object now gets fetched with a method that returns undefined if window is not defined.

0.6.1

01 Nov 22:19
5fdefee
Compare
Choose a tag to compare

Version 0.6.1 🎉

Fixes 🐛

  • The library can now be used on SSR applications without breaking.

0.6.0

30 Oct 05:17
feaf651
Compare
Choose a tag to compare

Version 0.6.0 🎉

Additions ➕

  • There is now a GHeading component for h1 - h6 headers.
  • There is now a GText component for some other text use cases.

Non Breaking Changes ➖

  • Most of the components now internally use GHeading or GText components instead of using specific CSS to achieve the same effect.

Maintenance ⚙️

  • The development cycle now includes Chromatic to test undesired UI changes and help onboard a potential designer if one decides to work on the project.

0.5.4

24 Jul 05:38
9e8c3c4
Compare
Choose a tag to compare

Version 0.5.4 🎉

Additions ➕

  • The GApplication now includes a footer slot for an application footer.

Non Breaking Changes ➖

  • Links are now colored with the color scheme of Geometr.

Fixes 🐛

  • The body of the HTML now can't be scrolled, and the GApplication is now positioned using absolute again, instead of fixed, removing some scrolling bugs.

Maintenance ⚙️

  • There is now a playground folder with files to visually test the changes made to the library while developing.
  • StoryBook is now being used on its version 7.1.0, and the config is a bit cleaner.

0.5.3

23 Jul 00:18
07fe5fb
Compare
Choose a tag to compare

Version 0.5.3 🎉

Non Breaking Changes ➖

  • The body's background of applications now is styled exactly like the GApplication's background.
  • GInput elements no longer have an undesired focus outline.

Fixes 🐛

  • The GApplication component now positions itself as fixed instead of absolute, so no more weird scroll bugs should exist.

0.5.2

22 Jul 02:19
13ceadb
Compare
Choose a tag to compare

Version 0.5.2 🎉

Fixes 🐛

  • The GModal component now has the correct min width breakpoint applied (instead of breaking for mobile on >= 600px, it breaks on <= 600px).

0.5.1

22 Jul 02:11
22a9b6e
Compare
Choose a tag to compare

Version 0.5.1 🎉

Non Breaking Changes ➖

  • The GModal component now has somewhat of a restricted width when on desktop.

0.5.0

22 Jul 01:26
a6a7996
Compare
Choose a tag to compare

Version 0.5.0 🎉

Additions ➕

  • The library now has Material Design icons loaded.
  • The GModal component now has a header, that contains the title (which can be set using the title slot) and an exit button.
  • The GModal component now has a persistent prop that does not allow the modal to be closed via clicking outside or the exit button.

Non Breaking Changes ➖

  • The GButton component is now a tad smaller, specifically it is less lengthy to the sides.

0.4.0

21 Jul 05:25
5688286
Compare
Choose a tag to compare

Version 0.4.0 🎉

Additions ➕

  • A new GSeparator component was added to separate elements vertically.

Fixes 🐛

  • Cards with unusual distributions now render prettier than before.
  • The GApplication component now behaves correctly on iOS mobile browsers.
  • The body of the HTML now has a default color that matches the color scheme of the library.

Maintenance ⚙️

  • Stylelint now allows for variables inside v-bind to use a case other than kebab-case.
  • Stories now use the satisfies keyword instead of forcing objects to use a specific type, improving type checking.

0.3.3

20 Jul 02:55
39d5e60
Compare
Choose a tag to compare

Version 0.3.3 🎉

Fixes 🐛

  • Global types are now correctly exported from the library.