Skip to content

Commit

Permalink
Add missing changelog entries.
Browse files Browse the repository at this point in the history
  • Loading branch information
wichert committed Mar 28, 2013
1 parent 4c92529 commit 264c417
Showing 1 changed file with 24 additions and 9 deletions.
33 changes: 24 additions & 9 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## 1.2.0 - Unreleased

- Update the website design. (Cornelis Kolbach)

- Packaging changes:

- new bootstrap to handle installation of all dependencies and build
- New bootstrap to handle installation of all dependencies and build
bundles (Marko Đurković, Florian Friesdorf)

- Switch dependency management from jamjs to bungle. Remove all third party
Expand All @@ -20,6 +22,10 @@
- Zoom pattern: make zoom fallback control (text input field) react properly to
change events. (Marko Đurković)

- Improve documentation for the image-crop pattern.

- Fix handling of position hints for tooltips. (Marko Đurković)

- Autoscale pattern:

- Avoid creating infinite loops with the resize handler in IE8. This could
Expand All @@ -44,6 +50,10 @@
quotes.
(Wichert Akkerman)

- Rewrite URL rebasing logic to use the browser''s HTML parser again. This
should improve robustness when dealing with non-standard markup.
(Marko Đurković)

- Depends pattern:

- Really hide/show elements if no transition type was specified (or
Expand All @@ -58,10 +68,15 @@
- Form-State pattern: add `form-state-saved` signal.
(Marko Đurković)

- Modal pattern: make sure elements inside a modal do not accidentily loose
their focus. This broke the handling of autofocus in modals.
[Ticket 266](https://github.com/Patternslib/Patterns/issues/266)
(Wichert Akkerman)
- Modal pattern:

- Automatically position modals using javascript to fix problems with IE9 and
make sure they always fit in the viewport.
(Cornelis Kolbach and Marko Đurković)

- Make sure elements inside a modal do not accidentily loose their focus.
This broke the handling of autofocus in modals. [Ticket
266](https://github.com/Patternslib/Patterns/issues/266) (Wichert Akkerman)

- Check-list pattern: send *change* event when a checkbox is toggled. This fixes
interaction with other patterns such as the checked-flag pattern.
Expand Down Expand Up @@ -104,10 +119,10 @@

- Core logic changes:

- Patterns main.js returns registry, you have to call
patterns.init() manually. For the bundles this happens
automatically. Depend on `patterns/autoinit`, if you really want
an auto-initializing modular patterns library. (Florian Friesdorf)
- Patterns main.js returns registry, you have to call patterns.init()
manually. For the bundles this happens automatically. Depend on
`patterns/autoinit`, if you really want an auto-initializing modular
patterns library. (Florian Friesdorf)

- Registry: Add option to registry.scan to let init exceptions
through. (Rok Garbas)
Expand Down

0 comments on commit 264c417

Please sign in to comment.