Skip to content

Releases: hydephp/hydefront

v1.4.0 - Switch to TypeScript and update documentation for NPM

29 Apr 18:29
57cc2b3
Compare
Choose a tag to compare

What's Changed

Switches the main JavaScript to be compiled from TypeScript.

Updates documentation to reflect the publishing on the NPM registry.

Full Changelog: v1.3.2...v1.4.0

v1.3.2 - Remove Tailwind overrides from hyde.scss

28 Apr 19:52
14c5b8a
Compare
Choose a tag to compare

What's Changed

Removes the Tailwind color overrides, as they are moved to the Tailwind config and are now compiled to the app.css.

Full Changelog: v1.3.1...v1.3.2

v1.3.1 - Remove non-minified files from dist and add Tailwind styles

27 Apr 17:34
Compare
Choose a tag to compare

Removes non-minified files from dist. While technically a breaking change, since Hyde itself is in the 0.x range, and is not production ready, I'll allow it here.

Full Changelog: v1.2.1...v1.3.1

Remove non-minified files from dist

27 Apr 17:21
0af2793
Compare
Choose a tag to compare
Pre-release

What's Changed

Removes non-minified files from dist. While technically a breaking change, since Hyde itself is in the 0.x range, and is not production ready, I'll allow it here.

Full Changelog: v1.2.1...v1.3.0

v1.2.1 - Remove duplicated directory and update docs

21 Apr 10:14
Compare
Choose a tag to compare

v1.2.0 - Move compiled files to dist/

21 Apr 09:44
e898a95
Compare
Choose a tag to compare

What's Changed

Compiled assets are now stored in the dist directory

Files in this release:

Usage:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/hydephp/[email protected]/dist/hyde.min.css">

<script defer src="https://cdn.jsdelivr.net/gh/hydephp/[email protected]/dist/hyde.min.js"></script>

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0 - Add compiled and minified TailwindCSS

18 Apr 18:29
8c00e35
Compare
Choose a tag to compare

v1.0.0 - Initial Release

18 Apr 17:21
Compare
Choose a tag to compare

The initial release of the HydeFront package, containing the frontend assets for HydePHP.