Skip to content

Instantly share code, notes, and snippets.

@tomscholz
Last active July 10, 2017 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomscholz/0f91531243802f60a9917a60ad3f5e28 to your computer and use it in GitHub Desktop.
Save tomscholz/0f91531243802f60a9917a60ad3f5e28 to your computer and use it in GitHub Desktop.
Full changelog for materialize 0.98.2 --> 0.99.0

Something big is coming

  • Renamed the.userView class to .user-view. We will completely remove .userView in the next version
  • Added timepicker & updated the layout of the datepicker component Dogfalo/materialize#4445
  • Added sidenav callbacks Dogfalo/materialize#4778
  • Added .browser-default classes for inputs Dogfalo/materialize#4802
  • Added a new variable $button-font-size. The default is 1rem Dogfalo/materialize#4494
  • Added the fields property inside the package.json. Dogfalo/materialize#4774 This should also fix problems with having more than one jQuery installation
  • Fixed a bug where the carousel handled also up and down swipes. From now on only swipe left and swipe right events are triggered Dogfalo/materialize#4702
  • Fixed the dynamic textarea resize bug
  • Fixed a bug where you could not have closeOnClick enabled in combination with a fixed side nav Dogfalo/materialize#4299
  • Fixed a bug where onShow did not work together with swipeable tabs https://github.com/Dogfalo/materialize/commit/8129f11bea975c46af391a28614f490d4fa6024e
  • Fixed a bug where the label got fixed incorrectly to the right of the input field, instead of flushed with the input field at the left margin Dogfalo/materialize#3821
  • Renamed the name of the variable $button-font-sizeto $button-icon-font-size & added a new variable $button-font-size. The default is 1rem Dogfalo/materialize#4494
  • We removed the hover effect from the flat button, since it is inconsistent with the material design spec
  • The bug, where you couldn't install materialize in meteor on a Windows machine should be fixed now
  • We have updated the styling of switches
  • Added support for custom active elements in scrollspy
  • Updated to jQuery easing v1.4

Documentaion

  • Fixed some urls in our documentation. It should be easier now to host the docs locally
  • Fixed some typos in our documentation

Other

  • Upgraded to jQuery 3 🎉
  • Updated some of our devDependencies

For a full diff see here

@DanielRuf
Copy link

Something big is coming, yeah! =)

Upgraded jQuery version to version 3 => Upgraded to jQuery 3 (sounds a bit better).

@tomscholz
Copy link
Author

@DanielRuf Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment